Skip to content

Commit e847127

Browse files
Merge pull request #11 from cybersource-tpi/develop
Release 24.1.2
2 parents 8a265bb + 16c78cd commit e847127

5 files changed

+3
-108
lines changed
Binary file not shown.

documentation/payment-services/applepay.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ where
7272

7373
When you verify domain make sure it is accessible from ApplePay network. OCC Storefront (e.g. `https://asbx80c1dev-admin-{env}.oraclecloud.com/thirdparty/.well-known/apple-developer-merchantid-domain-association`) is often protected by basic authentication which might fail the domain verification process. You can use [updateBasicAuthConfiguration](https://docs.oracle.com/en/cloud/saas/commerce-cloud/20a/cxocc/op-ccadmin-v1-merchant-basicauth-put.html) to update your storefront access control settings by removing basic authentication or whitelisting [ApplePay IP Range](https://developer.apple.com/documentation/apple_pay_on_the_web/setting_up_your_server)
7474

75-
![Important](../images/important.jpg) Merchant Identity Certificate is used to validate ApplePay session in `packages/server-extension/src/services/payments/applePayService.ts`. Identity certificate file is located in `packages/server-extension/certs/applePayIdentityCert.pem`. Private key file is located in`packages/server-extension/certs/applePayIdentityKey.key`. Please make sure you update the file with identity certificate downloaded from your Apple dev account.
75+
![Important](../images/important.jpg) The Merchant Identity Certificate is used to validate ApplePay session in `packages/server-extension/src/services/payments/applePayService.ts`. Before deploying, place the certificate and private key files in the specified paths with exact file names as follows:
76+
- Identity Certificate : `packages/server-extension/certs/applePayIdentityCert.pem`
77+
- Private Key : `packages/server-extension/certs/applePayIdentityKey.key`
7678

7779
Please make sure you update gateway settings once you complete all setup steps:
7880

packages/server-extension/certs/applePayIdentityCert.pem

-35
This file was deleted.

packages/server-extension/certs/applePayIdentityKey.key

-72
This file was deleted.

0 commit comments

Comments
 (0)