mirror of
https://github.com/discourse/discourse-subscriptions.git
synced 2025-03-06 17:49:24 +00:00
zip code should be a positive boolean not negative remove dollar signs fix stripe.rb method signature and charging logic
35 lines
866 B
YAML
35 lines
866 B
YAML
plugins:
|
|
discourse_donations_enabled:
|
|
default: false
|
|
client: true
|
|
discourse_donations_secret_key:
|
|
default: 'YOUR STRIPE API SECRET'
|
|
client: false
|
|
discourse_donations_public_key:
|
|
default: 'YOUR STRIPE API KEY'
|
|
client: true
|
|
discourse_donations_enable_create_accounts:
|
|
client: true
|
|
default: false
|
|
discourse_donations_description:
|
|
client: true
|
|
default: 'Donation'
|
|
discourse_donations_shop_name:
|
|
client: true
|
|
default: 'Your shop name'
|
|
discourse_donations_currency:
|
|
client: true
|
|
default: 'USD'
|
|
discourse_donations_zip_code:
|
|
default: false
|
|
client: true
|
|
discourse_donations_billing_address:
|
|
default: true
|
|
client: true
|
|
discourse_donations_reward_badge_name:
|
|
client: false
|
|
default: 'Donation'
|
|
discourse_donations_reward_group_name:
|
|
client: false
|
|
default: 'Donation'
|