exercism-config 0.97.0 → 0.98.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b2544038ffc4863c9749014a5363317002f92a99bbff233ee0b51934e67688d9
4
- data.tar.gz: 0d85d930f3aa8e49188b8ae0e64bc9acfb195539f873df8c4e26a9ab5812689b
3
+ metadata.gz: 200e5626368b173dd17d7c6f3a5316a45244d6234c00e84b1bc19b9063c54919
4
+ data.tar.gz: a5a65323539003cf95df26b5ef38c64673abdf9c66232dbe9fb805b62b8930a7
5
5
  SHA512:
6
- metadata.gz: ba467b64662715d19b8120837596e6bb30bc64974ea0cb777bc923cbfa9d67e48607f31a4955b7a404cace9b9c85dd5f0ab6a6fe52e793cfa282dd55794c679d
7
- data.tar.gz: d5b006869be3be1bc6e251a5e1e7b6d0c2b91064b77c69ac0229da2206233435454eebbde86752bd1d37dd1615fce0178208cb93398357d416712d9e64b55b89
6
+ metadata.gz: d2468b63180df894331379ba90253e9937d9aa6f7b46db6f455a20b006bf28af7960b9541501bbb28d900b155fc6a03168b9a633c23ff3c1f04c48da1eedee34
7
+ data.tar.gz: c1d9db0c48e8b6cba05cf5593448905c444a129bc1ea33566aaba484077a2f48febb37a98a8705e293b2b4c1470a013017dd17ede51e0d00a7cb4b423a72d9e7
data/README.md CHANGED
@@ -54,9 +54,11 @@ Exercism.secrets.paypal_webhook_id
54
54
  Exercism.secrets.paypal_client_id
55
55
  Exercism.secrets.paypal_client_secret
56
56
  Exercism.secrets.paypal_donation_product_name
57
+ Exercism.secrets.paypal_donation_hosted_button_id
57
58
  Exercism.secrets.paypal_premium_product_name
58
59
  Exercism.secrets.paypal_premium_monthly_plan_id
59
60
  Exercism.secrets.paypal_premium_yearly_plan_id
61
+ Exercism.secrets.paypal_lifetime_insiders_hosted_button_id
60
62
  Exercism.secrets.chatgpt_access_token
61
63
  Exercism.secrets.sparkpost_api_key
62
64
 
@@ -1,3 +1,3 @@
1
1
  module ExercismConfig
2
- VERSION = '0.97.0'.freeze
2
+ VERSION = '0.98.0'.freeze
3
3
  end
data/settings/ci.yml CHANGED
@@ -50,3 +50,4 @@ aws_attachments_region:
50
50
 
51
51
  # PayPal
52
52
  paypal_api_url: https://api-m.sandbox.paypal.com
53
+ paypal_url: https://www.paypal.com
data/settings/local.yml CHANGED
@@ -50,3 +50,4 @@ aws_attachments_region:
50
50
 
51
51
  # PayPal
52
52
  paypal_api_url: https://api-m.sandbox.paypal.com
53
+ paypal_url: https://www.sandbox.paypal.com
data/settings/secrets.yml CHANGED
@@ -25,8 +25,10 @@ paypal_webhook_id: "some-paypal-webhook-id"
25
25
  paypal_client_id: "some-paypal-client-id"
26
26
  paypal_client_secret: "some-paypal-client-secret"
27
27
  paypal_donation_product_name: "some-paypal-donation-product-name"
28
+ paypal_donation_hosted_button_id: "EHTETPNS6HE44"
28
29
  paypal_premium_product_name: "some-paypal-premium-product-name"
29
30
  paypal_premium_monthly_plan_id: "P-0TT41792VT226690TMR43JAQ"
30
31
  paypal_premium_yearly_plan_id: "P-7TW18726BH9867209MR43JIA"
32
+ paypal_lifetime_insiders_hosted_button_id: "AE8ELHK826LTW"
31
33
  chatgpt_access_token: "some-token"
32
34
  sparkpost_api_key: "some-sparkpost-api-key"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exercism-config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.97.0
4
+ version: 0.98.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Walker