diff --git a/README.md b/README.md index 40bcd75..2386d59 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,11 @@ 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` @@ -129,7 +134,6 @@ PayPal messages props are based on PayPalMessages props and you can see them on 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. diff --git a/package-lock.json b/package-lock.json index 5c02a96..cef72a8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "paypal-commercetools-client", - "version": "0.1.28-alpha", + "version": "0.1.29-alpha", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "paypal-commercetools-client", - "version": "0.1.28-alpha", + "version": "0.1.29-alpha", "license": "MIT", "dependencies": { "@heroicons/react": "^1.0.6", diff --git a/package.json b/package.json index ec231a6..e8a42c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "paypal-commercetools-client", - "version": "0.1.28-alpha", + "version": "0.1.29-alpha", "private": false, "type": "module", "license": "MIT",