From cde87e21132fb9087631b066b27d05d9b05630ce Mon Sep 17 00:00:00 2001 From: martinhanke Date: Thu, 24 Aug 2017 01:42:47 +0200 Subject: [PATCH] feat(paypal): add payeeEmail for third party merchants (#1864) --- src/@ionic-native/plugins/paypal/index.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/@ionic-native/plugins/paypal/index.ts b/src/@ionic-native/plugins/paypal/index.ts index 1f8fecd52..497b980e1 100644 --- a/src/@ionic-native/plugins/paypal/index.ts +++ b/src/@ionic-native/plugins/paypal/index.ts @@ -204,6 +204,12 @@ export class PayPalPayment { */ items: Array; + /** + * 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. */