# PayPal Here SDK - Documentation Updates (/archive/paypal-here/sdk-dev/pph-sdk-doc-updates)



> **Note:** **Important:** PayPal Here is [deprecated](https://www.paypal.com/us/cshelp/article/paypal-here-deprecation-help299). PayPal doesn't accept new integrations but continues to support existing integrations.

## May 2020 [#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 [#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](/archive/paypal-here/sdk-dev/web) documentation to reflect general availability of the product.

* Removed US only restriction for [Card Vaulting via Braintree](/archive/paypal-here/sdk-dev/customizations#card-vaulting-via-braintree).

* Added errors `32` and `40` on the [error page](/archive/paypal-here/sdk-dev/errors#transaction-attempt).

## March 2020 [#march-2020]

* Changed the offline transaction expiry from 72 hours to 24 hours.

## February 2020 [#february-2020]

* Added in transaction related error `580022` on the [error page](/archive/paypal-here/sdk-dev/errors#transaction-attempt).

## December 2019 [#december-2019]

* Added a parenthesis to `isSetupComplete`.

* Removed the reference to the `reader()` object in the sample code snippets.

## August 2019 [#august-2019]

* Added [First Party Token](/archive/paypal-here/merchant-onboarding#first-party) use case.

* Added the PayPal Here Web SDK [documentation](/archive/paypal-here/sdk-dev/web).

* Modified the [Braintree authentication](/archive/paypal-here/sdk-dev/customizations#card-vaulting-via-braintree) step needed for card vaulting.

## June 2019 [#june-2019]

* Clarified that [vaulting NFC wallet methods](/archive/paypal-here/sdk-dev/customizations#card-vaulting-via-braintree) is not supported at this time.

## May 2019 [#may-2019]

* Added [Card Vaulting via Braintree](/archive/paypal-here/sdk-dev/customizations#card-vaulting-via-braintree).

* Added in vaulting related errors `36` and `37` on the [error page](/archive/paypal-here/sdk-dev/errors#transaction-attempt).

## April 2019 [#april-2019]

* Added `setOfflineTransactionAdditionHandler` to Step 4 of the [Offline payment](/archive/paypal-here/sdk-dev/native#offline-payment) section.

* Added in transaction related errors `30`, `31`, `32`, and `580031` on the [error page](/archive/paypal-here/sdk-dev/errors#transaction-attempt).

## December 2018 [#december-2018]

* [Updated manual entry process](/archive/paypal-here/sdk-dev/customizations#manual-entry).

* Replaced `-currentTransaction.beginPaymentWithOptions(options);` with `+currentTransaction.beginPayment(options);` in the **Activates the reader to show the payment options** portion of the [SDK Capabilities](/archive/paypal-here/sdk-dev/native) Payment section Step 3.

* [Improved offline mode initialization description](/archive/paypal-here/sdk-dev/native#offline-payment).
