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

Commit

Permalink
Merge pull request #6993 from openedx/gmartin/coordinator_connections
Browse files Browse the repository at this point in the history
feat: Payment MFE New Configuration Variables for Commerce Coordinator
  • Loading branch information
grmartin authored Aug 23, 2023
2 parents 5e79d5d + 96a390d commit ac3285a
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 ac3285a

Please sign in to comment.