@adyen/adyen-web 5.45.0 → 5.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -116,6 +116,11 @@ interface PayPalCommonProps {
|
|
|
116
116
|
* @see {@link https://developer.paypal.com/docs/business/javascript-sdk/javascript-sdk-reference/#onshippingchange}
|
|
117
117
|
*/
|
|
118
118
|
onShippingChange?: (data: any, actions: any) => void;
|
|
119
|
+
/**
|
|
120
|
+
* Identifies if the payment is Express.
|
|
121
|
+
* @defaultValue false
|
|
122
|
+
*/
|
|
123
|
+
isExpress?: boolean;
|
|
119
124
|
}
|
|
120
125
|
export interface PayPalConfig {
|
|
121
126
|
/**
|
package/package.json
CHANGED