Skip to content
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.

Commit

Permalink
Update PayPal iOS SDK to 2.16.0 (#230)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluk authored and braebot committed Oct 7, 2016
1 parent c71c448 commit 002a2b6
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 8 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ PayPal Cordova Plugin Release Notes
===================================
TODO
-----
* iOS: Add support for third-party receivers [#140](https://github.com/paypal/PayPal-iOS-SDK/issues/140). Available as an optional property, `PayPalPayment.payeeEmail`. This property is only available for PayPal payments, not Direct Credit Card (DCC) payments.
* iOS: Direct Credit Card (DCC) payments are now deprecated in this SDK. Please use [Braintree Payments](https://www.braintreepayments.com/), a PayPal Company, which is the easiest way to accept PayPal, credit cards, and many other payment methods.
* Android: Add support for third-party receivers [iOS #140](https://github.com/paypal/PayPal-iOS-SDK/issues/140). Available as an optional property, `PayPalPayment.payeeEmail()`. This property is only available for PayPal payments, not Direct Credit Card (DCC) payments.
* Android: Direct Credit Card (DCC) payments are now deprecated in this SDK. Please use [Braintree Payments](https://www.braintreepayments.com/), a PayPal Company, which is the easiest way to accept PayPal, credit cards, and many other payment methods. All new integrations should [disable direct credit card payments](README.md#disabling-direct-credit-card-payments).
* Android: Update card.io to 5.4.2.


3.3.1
-----
* Update card.io.cordova.mobilesdk dependency to 2.1.0 to fix [#219](https://github.com/paypal/PayPal-Cordova-Plugin/issues/219).
Expand Down
2 changes: 1 addition & 1 deletion src/ios/PayPalMobile/PayPalConfiguration.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PayPalConfiguration.h
//
// Version 2.15.1
// Version 2.16.0
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/ios/PayPalMobile/PayPalFuturePaymentViewController.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PayPalFuturePaymentViewController.h
//
// Version 2.15.1
// Version 2.16.0
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/ios/PayPalMobile/PayPalMobile.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PayPalMobile.h
//
// Version 2.15.1
// Version 2.16.0
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/ios/PayPalMobile/PayPalOAuthScopes.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PayPalOAuthScopes.h
//
// Version 2.15.1
// Version 2.16.0
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
5 changes: 4 additions & 1 deletion src/ios/PayPalMobile/PayPalPayment.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PayPalPayment.h
//
// Version 2.15.1
// Version 2.16.0
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down Expand Up @@ -206,6 +206,9 @@ typedef NS_ENUM(NSInteger, PayPalPaymentIntent) {
/// Optional text which will appear on the customer's credit card statement. (up to 22 characters)
@property (nullable, nonatomic, copy, readwrite) NSString *softDescriptor;

/// Optional third-party receiver for single payments. When specified, payments will be sent to this receiver, instead of the account of the provided client_id.
@property (nullable, nonatomic, copy, readwrite) NSString *payeeEmail;

/// Optional Build Notation code ("BN code"), obtained from [email protected],
/// for your tracking purposes.
@property(nullable, nonatomic, copy, readwrite) NSString *bnCode;
Expand Down
2 changes: 1 addition & 1 deletion src/ios/PayPalMobile/PayPalPaymentViewController.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PayPalPaymentViewController.h
//
// Version 2.15.1
// Version 2.16.0
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion src/ios/PayPalMobile/PayPalProfileSharingViewController.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// PayPalProfileSharingViewController.h
//
// Version 2.15.1
// Version 2.16.0
//
// Copyright (c) 2014-2016 PayPal, Inc. All rights reserved.
// All rights reserved.
Expand Down
Binary file modified src/ios/PayPalMobile/libPayPalMobile.a
Binary file not shown.

0 comments on commit 002a2b6

Please sign in to comment.