Skip to content

Releases: grantjbutler/pippin

0.7

28 Aug 00:50
Compare
Choose a tag to compare

The Revamp.

  • Pippin can now be auto-discovered by Laravel.
  • PayPal environments are now set through .env files, allowing for better matching between environments.
  • TransportInterface-conforming types can be registered in and resolved out of the container.
  • The IPNValidator registered in the container is no longer a singleton, allowing for mocking in tests.
  • Type hint parameters and return values.

0.6

26 Aug 23:49
Compare
Choose a tag to compare
0.6
  • Updates pippin to be usable with newer versions of Laravel.

0.5

24 May 00:01
Compare
Choose a tag to compare
0.5

Convert IPN strings from whatever encoding the IPN is in to UTF-8.

0.4.2

06 Oct 00:49
Compare
Choose a tag to compare
  • Fix syntax error.

0.4.1

05 Oct 04:58
Compare
Choose a tag to compare
  • Replace getGross() with getAmounts() for AP IPNs.
  • Fix return type for non-AP IPNs.

0.4

05 Oct 04:53
Compare
Choose a tag to compare
0.4
  • Add various improvements for Adaptive Payments IPNs.
  • URL decode keys for NVPs.

0.3.1

30 May 14:26
Compare
Choose a tag to compare
Implement required method.

0.3

30 May 14:18
Compare
Choose a tag to compare
0.3
  • Fix another syntax issue.

0.2

11 May 13:57
Compare
Choose a tag to compare
0.2
  • Implements ArrayAccess on IPN.
  • Fixes various syntax issues.