Commit e7ed65e5 by Simon Chen

Add retry attempts configuration value for Otto to retry paypal

ECOM-5891
parent 1907f9f1
......@@ -88,6 +88,7 @@ ECOMMERCE_PAYPAL_CLIENT_SECRET: 'SET-ME-PLEASE'
ECOMMERCE_PAYPAL_RECEIPT_URL: '{{ ECOMMERCE_LMS_URL_ROOT }}/commerce/checkout/receipt/'
ECOMMERCE_PAYPAL_CANCEL_URL: '{{ ECOMMERCE_LMS_URL_ROOT }}/commerce/checkout/cancel/'
ECOMMERCE_PAYPAL_ERROR_URL: '{{ ECOMMERCE_LMS_URL_ROOT }}/commerce/checkout/error/'
ECOMMERCE_PAYPAL_RETRY_ATTEMPTS: 3
ECOMMERCE_PAYMENT_PROCESSOR_CONFIG:
edx:
......@@ -108,6 +109,7 @@ ECOMMERCE_PAYMENT_PROCESSOR_CONFIG:
receipt_url: '{{ ECOMMERCE_PAYPAL_RECEIPT_URL }}'
cancel_url: '{{ ECOMMERCE_PAYPAL_CANCEL_URL }}'
error_url: '{{ ECOMMERCE_PAYPAL_ERROR_URL }}'
retry_attempts: '{{ ECOMMERCE_PAYPAL_RETRY_ATTEMPTS }}'
# Theming
ECOMMERCE_PLATFORM_NAME: 'Your Platform Name Here'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment