mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
feat(paypal): add payeeEmail for third party merchants (#1864)
This commit is contained in:
parent
262e18f409
commit
cde87e2113
@ -204,6 +204,12 @@ export class PayPalPayment {
|
|||||||
*/
|
*/
|
||||||
items: Array<PayPalItem>;
|
items: Array<PayPalItem>;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Optional payee email, if your app is paying a third-party merchant.
|
||||||
|
* The payee's email. It must be a valid PayPal email address.
|
||||||
|
*/
|
||||||
|
payeeEmail: string;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Optional customer shipping address, if your app wishes to provide this to the SDK.
|
* Optional customer shipping address, if your app wishes to provide this to the SDK.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user