Update test config for /v1/subscription/configuration
This commit is contained in:
parent
b182c3d86d
commit
9898e18ae2
|
@ -66,6 +66,7 @@ braintree:
|
||||||
supportedCurrenciesByPaymentMethod:
|
supportedCurrenciesByPaymentMethod:
|
||||||
PAYPAL:
|
PAYPAL:
|
||||||
- usd
|
- usd
|
||||||
|
- xts
|
||||||
pubSubPublisher:
|
pubSubPublisher:
|
||||||
type: stub
|
type: stub
|
||||||
|
|
||||||
|
@ -375,7 +376,7 @@ subscription: # configuration for Stripe subscriptions
|
||||||
prices: {}
|
prices: {}
|
||||||
levels:
|
levels:
|
||||||
500:
|
500:
|
||||||
badge: EXAMPLE
|
badge: TEST
|
||||||
prices:
|
prices:
|
||||||
# list of ISO 4217 currency codes and amounts for the given badge level
|
# list of ISO 4217 currency codes and amounts for the given badge level
|
||||||
xts:
|
xts:
|
||||||
|
@ -389,11 +390,11 @@ oneTimeDonations:
|
||||||
boost:
|
boost:
|
||||||
level: 1
|
level: 1
|
||||||
expiration: P90D
|
expiration: P90D
|
||||||
badge: EXAMPLE
|
badge: TEST
|
||||||
gift:
|
gift:
|
||||||
level: 10
|
level: 10
|
||||||
expiration: P90D
|
expiration: P90D
|
||||||
badge: EXAMPLE
|
badge: TEST
|
||||||
currencies:
|
currencies:
|
||||||
# ISO 4217 currency codes and amounts in those currencies
|
# ISO 4217 currency codes and amounts in those currencies
|
||||||
xts:
|
xts:
|
||||||
|
|
Loading…
Reference in New Issue