Skip to content

Commit

Permalink
Fix default stripe checkout route
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Jul 24, 2024
1 parent ba1c575 commit c42ebb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/datalayer-iam/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ iam:
DATALAYER_SMTP_USERNAME: ""
DATALAYER_SOLR_ZK_HOST: "solr-datalayer-solrcloud-zookeeper-headless.datalayer-solr.svc.cluster.local"
DATALAYER_STRIPE_API_KEY: ""
DATALAYER_STRIPE_CHECKOUT_ROUTE: "/usage/checkout"
DATALAYER_STRIPE_CHECKOUT_ROUTE: "checkout"
DATALAYER_STRIPE_JS_API_KEY: ""
DATALAYER_STRIPE_PRODUCT_ID: ""
DATALAYER_STRIPE_WEBHOOK_SECRET: ""
Expand Down

0 comments on commit c42ebb2

Please sign in to comment.