Skip to content

Releases: srmklive/laravel-paypal

1.1.5

05 Apr 09:44
Compare
Choose a tag to compare
Added ability to use a specific PayPal API.

1.1.0

21 Mar 13:25
Compare
Choose a tag to compare
Feature to create, update, manage recurring profiles

1.0.3

19 Jan 14:27
Compare
Choose a tag to compare
Removed error for paypal class method calls.

1.0.2

19 Jan 13:13
Compare
Choose a tag to compare
Changed notify_url to blank by default.

1.0.1

19 Jan 12:30
Compare
Choose a tag to compare

Removed v1.0 installation error as mentioned by @sicsol in #3

0.2.2: Merge pull request #2 from dangeroustry/master

29 Dec 11:30
Compare
Choose a tag to compare

0.2.1: Removed access error for methods in PayPalRequestTrait

16 Dec 18:50
Compare
Choose a tag to compare
Removed access error for following methods:

* refundTransaction
* verifyIPN
* searchTransactions

Added PayPal IPN & Refund Transaction Features

16 Oct 11:34
Compare
Choose a tag to compare
Added following features:

1. Added trait for setting PayPal config & performing API requests.
2. Added functionality to refund PayPal transactions.
3. Added functionality to handle PayPal IPN.
4. Created demo controller showing procedure on handling PayPal IPN.