PayPal Here SDK - Documentation Updates
Last updated: Aug 15th, 7:11am
May 2020
- Fixed typo in startUIFlow method of Web SDK
- Added enum values to connectionType() and manufacturer() for the reader connection with the Web SDK
April 2020
- Added reader connection process to Web SDK.
- Updated suggested flow for Web SDK setup.
- Updated iOS and Android sample code.
- Updated Web SDK documentation to reflect general availability of the product.
- Removed US only restriction for Card Vaulting via Braintree.
- Added errors
32
and40
on the error page.
March 2020
- Changed the offline transaction expiry from 72 hours to 24 hours.
February 2020
- Added in transaction related error
580022
on the error page.
December 2019
- Added a parenthesis to
isSetupComplete
. - Removed the reference to the
reader()
object in the sample code snippets.
August 2019
- Added First Party Token use case.
- Added the PayPal Here Web SDK documentation.
- Modified the Braintree authentication step needed for card vaulting.
June 2019
- Clarified that vaulting NFC wallet methods is not supported at this time.
May 2019
- Added Card Vaulting via Braintree.
- Added in vaulting related errors
36
and37
on the error page.
April 2019
- Added
setOfflineTransactionAdditionHandler
to Step 4 of the Offline payment section. - Added in transaction related errors
30
,31
,32
, and580031
on the error page.
December 2018
- Updated manual entry process.
- Replaced
-currentTransaction.beginPaymentWithOptions(options);
with+currentTransaction.beginPayment(options);
in the Activates the reader to show the payment options portion of the SDK Capabilities Payment section Step 3. - Improved offline mode initialization description.