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
OpenEdx
configuration
Commits
44d94570
Commit
44d94570
authored
9 years ago
by
Renzo Lucioni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include CyberSource refund settings in ecommerce defaults
parent
c4b24852
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
playbooks/roles/ecommerce/defaults/main.yml
+6
-0
No files found.
playbooks/roles/ecommerce/defaults/main.yml
View file @
44d94570
...
...
@@ -54,11 +54,14 @@ ECOMMERCE_SEGMENT_KEY: !!null
# CyberSource related
ECOMMERCE_CYBERSOURCE_PROFILE_ID
:
'
SET-ME-PLEASE'
ECOMMERCE_CYBERSOURCE_MERCHANT_ID
:
'
SET-ME-PLEASE'
ECOMMERCE_CYBERSOURCE_ACCESS_KEY
:
'
SET-ME-PLEASE'
ECOMMERCE_CYBERSOURCE_SECRET_KEY
:
'
SET-ME-PLEASE'
ECOMMERCE_CYBERSOURCE_TRANSACTION_KEY
:
'
SET-ME-PLEASE'
ECOMMERCE_CYBERSOURCE_PAYMENT_PAGE_URL
:
'
https://set-me-please'
ECOMMERCE_CYBERSOURCE_RECEIPT_PAGE_URL
:
'
{{
ECOMMERCE_LMS_URL_ROOT
}}/commerce/checkout/receipt/'
ECOMMERCE_CYBERSOURCE_CANCEL_PAGE_URL
:
'
{{
ECOMMERCE_LMS_URL_ROOT
}}/commerce/checkout/cancel/'
ECOMMERCE_CYBERSOURCE_SOAP_API_URL
:
'
https://set-me-please'
# PayPal related
ECOMMERCE_PAYPAL_MODE
:
'
SET-ME-PLEASE'
...
...
@@ -70,11 +73,14 @@ ECOMMERCE_PAYPAL_CANCEL_URL: '{{ ECOMMERCE_LMS_URL_ROOT }}/commerce/checkout/can
ECOMMERCE_PAYMENT_PROCESSOR_CONFIG
:
cybersource
:
profile_id
:
'
{{
ECOMMERCE_CYBERSOURCE_PROFILE_ID
}}'
merchant_id
:
'
{{
ECOMMERCE_CYBERSOURCE_MERCHANT_ID
}}'
access_key
:
'
{{
ECOMMERCE_CYBERSOURCE_ACCESS_KEY
}}'
secret_key
:
'
{{
ECOMMERCE_CYBERSOURCE_SECRET_KEY
}}'
transaction_key
:
'
{{
ECOMMERCE_CYBERSOURCE_TRANSACTION_KEY
}}'
payment_page_url
:
'
{{
ECOMMERCE_CYBERSOURCE_PAYMENT_PAGE_URL
}}'
receipt_page_url
:
'
{{
ECOMMERCE_CYBERSOURCE_RECEIPT_PAGE_URL
}}'
cancel_page_url
:
'
{{
ECOMMERCE_CYBERSOURCE_CANCEL_PAGE_URL
}}'
soap_api_url
:
'
{{
ECOMMERCE_CYBERSOURCE_SOAP_API_URL
}}'
paypal
:
mode
:
'
{{
ECOMMERCE_PAYPAL_MODE
}}'
client_id
:
'
{{
ECOMMERCE_PAYPAL_CLIENT_ID
}}'
...
...
This diff is collapsed.
Click to expand it.
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