Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
e7ed65e5
Commit
e7ed65e5
authored
Nov 04, 2016
by
Simon Chen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add retry attempts configuration value for Otto to retry paypal
ECOM-5891
parent
1907f9f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
playbooks/roles/ecommerce/defaults/main.yml
+2
-0
No files found.
playbooks/roles/ecommerce/defaults/main.yml
View file @
e7ed65e5
...
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment