Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
feat: Payment MFE New Configuration Variables for Commerce Coordinator
Browse files Browse the repository at this point in the history
This is part of THES-261
  • Loading branch information
grmartin committed Aug 16, 2023
1 parent 5a34c59 commit 96a390d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/roles/payment/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ payment_env_extra:
APPLE_PAY_COUNTRY_CODE: "{{ PAYMENT_APPLE_PAY_COUNTRY_CODE }}"
STRIPE_PUBLISHABLE_KEY: "{{ PAYMENT_STRIPE_PUBLISHABLE_KEY }}"
STRIPE_RESPONSE_URL: "{{ PAYMENT_STRIPE_RESPONSE_URL }}"
WAFFLE_FLAGS: "{{ PAYMENT_WAFFLE_FLAGS|default(omit) }}"
COMMERCE_COORDINATOR_BASE_URL: "{{ PAYMENT_COMMERCE_COORDINATOR_BASE_URL }}"

0 comments on commit 96a390d

Please sign in to comment.