Ngx Paypal Versions Save

Paypal integration for Angular

5.0.0-beta.12

5 years ago

PayPal Javascript SDK 2019 refactoring

PayPal released new Javascript SDK in February 2019 and this library was refactored to use this sdk. This new library is significantly different then the previous one and therefore there are many breaking changes - too many to list here.

Upgrading

When upgrading from previous version, please be sure to see the new example in main readme, and especially the predefined interfaces directly in code - this should help you set up most common checkout processes. For more advanced configuration and explanation behind certain properties, please check PayPal docs

4.0.2

5 years ago
  • Adds intent to paypal payment configuration

4.0.1

5 years ago
  • Adds invoice_number to paypal transaction

4.0.0

5 years ago
  • Upgrade to Angular 7

3.2.0

5 years ago

Extends PayPal configuration properties (https://github.com/Enngage/ngx-paypal/issues/17)

3.1.1

5 years ago

Adds validate callback

3.1.0

5 years ago
  • Adds support for multiple buttons and handles script registering properly
  • Uses onPush component detection
  • Adds layout option for styling button (horizontal/vertical)
  • Adds onClick handler executed when user clicks on paypal button
  • Updates dev dependencies + refactors scripts

3.0.0

5 years ago
  • Switches to ng-packgr library format
  • Adds custom param to IPayPalTransaction
  • Redesigns sample site

v1.2.0

6 years ago