Skip to content

Commit

Permalink
Merge pull request #101 from mediaopt/feature/36076-apple-pay
Browse files Browse the repository at this point in the history
#36076 updated the documentation
  • Loading branch information
majidabbasimediaopt authored Apr 22, 2024
2 parents a8d9f37 + c732029 commit 4480807
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,14 +122,18 @@ PayPal components props are based on PayPal props and you can see them on PayPal

PayPal messages props are based on PayPalMessages props and you can see them on PayPal official documentation [_PayPalMessagesComponentOptions_](https://github.com/paypal/react-paypal-js/blob/main/src/components/PayPalMessages.tsx).

### ApplePay

- **applePayDisplayName**: `string`
Name of your store.

### CardFields

- **authenticateThreeDSOrderUrl**: `string`
_POST_-Request
Communicates with commercetools backend to get the 3d Secure validation results and returns an object with the _liability_shift_, _enrollment_status_, and _authentication_status_.
See the examples in our [CoFe integration example repository](https://github.com/mediaopt/paypal-commercetools-cofe-integration/blob/main/packages/poc/backend/payment-paypal/actionControllers/PayPalController.ts)


### HostedFields

HostedFields are deprecated; CardFields is the preferred way to use advanced card payments.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "paypal-commercetools-client",
"version": "0.1.28-alpha",
"version": "0.1.29-alpha",
"private": false,
"type": "module",
"license": "MIT",
Expand Down

0 comments on commit 4480807

Please sign in to comment.