File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
enterprise_access/settings Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -619,20 +619,20 @@ def root(*path_fragments):
619619SSP_PRODUCTS = {
620620 'quarterly_license_plan' : {
621621 'stripe_price_id' : 'price_1234_replace-me' , # DEPRECATED: Use lookup_key instead
622- 'lookup_key' : 'teams_subscription_licenses_quarterly ' ,
622+ 'lookup_key' : 'teams_subscription_license_quarterly ' ,
623623 'quantity_range' : (5 , 30 ),
624624 },
625625 'yearly_license_plan' : {
626626 'stripe_price_id' : 'price_9876_replace-me' , # DEPRECATED: Use lookup_key instead
627- 'lookup_key' : 'teams_subscription_licenses_yearly ' ,
627+ 'lookup_key' : 'teams_subscription_license_yearly ' ,
628628 'quantity_range' : (5 , 30 ),
629629 },
630630}
631631
632632# Enable the customer billing API endpoints under /api/v1/customer-billing/*
633633ENABLE_CUSTOMER_BILLING_API = False
634634
635- DEFAULT_SSP_PRICE_LOOKUP_KEY = 'teams_subscription_licenses_yearly '
635+ DEFAULT_SSP_PRICE_LOOKUP_KEY = 'teams_subscription_license_yearly '
636636
637637DEFAULT_STRIPE_CACHE_TIMEOUT = 60
638638
You can’t perform that action at this time.
0 commit comments