Skip to content

Commit

Permalink
feat(paypal): add payeeEmail for third party merchants (#1864)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhanke authored and ihadeed committed Aug 23, 2017
1 parent 262e18f commit cde87e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/@ionic-native/plugins/paypal/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,12 @@ export class PayPalPayment {
*/
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.
*/
Expand Down

0 comments on commit cde87e2

Please sign in to comment.