Skip to content

Releases: srmklive/laravel-paypal

Specify other PayPal API Options

27 Oct 04:47
Compare
Choose a tag to compare

This releases allows user to specify other PayPal API parameters for Express Checkout.

1.3.6: force locale to change gateway language (express checkout) (#51)

07 Oct 21:29
Compare
Choose a tag to compare
* force locale to change gateway language (express checkout)

1.3.5

23 Sep 11:19
Compare
Choose a tag to compare
fix #44 srmklive/laravel-paypal by @dpaniagua0 (#46)

Add feature to authorize, void or capture transactions

16 Sep 05:31
Compare
Choose a tag to compare

Add following features for ExpressCheckout API operation:

  • DoAuthorization
  • DoVoid
  • DoCapture

1.3.3

14 Sep 08:14
Compare
Choose a tag to compare
Update ExpressCheckout.php

1.3.2

09 Sep 05:42
Compare
Choose a tag to compare
Add function check

1.3.1

02 Sep 12:30
Compare
Choose a tag to compare
Fix unexpected class error

Dynamically set api credentials

31 Aug 07:30
Compare
Choose a tag to compare
1.3.0

Dynamically set PayPal API Credentials

1.2.9: Merge pull request #29 from Jastkast/patch-1

12 Aug 06:00
Compare
Choose a tag to compare

Dynamically set default currency

15 Jul 09:18
Compare
Choose a tag to compare

Dynamically set default currency by calling setCurrency method before any respective API methods.