Added support for Apple Pay
Learners with compatible browsers and hardware now have the option to pay with Apple Pay via CyberSource. LEARNER-1811
Showing
docs/additional_features/apple_pay.rst
0 → 100644
No preview for this file type
This diff is collapsed.
Click to expand it.
No preview for this file type
No preview for this file type
No preview for this file type
This diff is collapsed.
Click to expand it.
ecommerce/static/images/touch-icon-2x.png
0 → 100644
2.62 KB
ecommerce/static/images/touch-icon-3x.png
0 → 100644
3.61 KB
ecommerce/static/images/touch-icon.png
0 → 100644
1.49 KB
This diff is collapsed.
Click to expand it.
| ... | @@ -10,6 +10,7 @@ | ... | @@ -10,6 +10,7 @@ |
| "requirejs": "2.3.3" | "requirejs": "2.3.3" | ||
| }, | }, | ||
| "devDependencies": { | "devDependencies": { | ||
| "apple-pay-js-stubs": "1.0.4", | |||
| "eslint": "3.19.0", | "eslint": "3.19.0", | ||
| "eslint-config-edx-es5": "3.0.0", | "eslint-config-edx-es5": "3.0.0", | ||
| "geckodriver": "1.6.1", | "geckodriver": "1.6.1", | ||
| ... | @@ -27,6 +28,6 @@ | ... | @@ -27,6 +28,6 @@ |
| "karma-requirejs": "1.1.0", | "karma-requirejs": "1.1.0", | ||
| "karma-sinon": "1.0.5", | "karma-sinon": "1.0.5", | ||
| "karma-spec-reporter": "0.0.26", | "karma-spec-reporter": "0.0.26", | ||
| "sinon": "1.17.7" | "sinon": "2.3.8" | ||
| } | } | ||
| } | } |