Commits vergleichen
2 Commits
main
...
test_subs_
Autor | SHA1 | Datum | |
---|---|---|---|
|
c7753d64ff | ||
|
ea133c1dfa |
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
class CustomWizard::Subscription
|
||||
STANDARD_PRODUCT_ID = 'prod_MH11woVoZU5AWb'
|
||||
BUSINESS_PRODUCT_ID = 'prod_MH0wT627okh3Ef'
|
||||
BUSINESS_PRODUCT_ID = 'prod_NWKl5xWIn5DA0i'
|
||||
COMMUNITY_PRODUCT_ID = 'prod_MU7l9EjxhaukZ7'
|
||||
|
||||
def self.attributes
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# authors: Angus McLeod, Faizaan Gagan, Robert Barrow, Keegan George, Kaitlin Maddever
|
||||
# url: https://github.com/paviliondev/discourse-custom-wizard
|
||||
# contact_emails: development@pavilion.tech
|
||||
# subscription_url: https://coop.pavilion.tech
|
||||
# subscription_url: https://test2.pavilion.tech
|
||||
|
||||
gem 'liquid', '5.0.1', require: true
|
||||
register_asset 'stylesheets/common/admin.scss'
|
||||
|
|
Laden …
In neuem Issue referenzieren