Skip to content

Tags: paynow/Paynow-PHP-SDK

Tags

1.0.5

Toggle 1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed bug where mobile transactions where failing due to a hash misma… (

#1)

Fixed bug where mobile transactions where failing due to a hash misma…

1.0.4

Toggle 1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed InvalidArgumentException being thrown on mobile payments

Looks like empty needed us to implement __isset() magic function in the Payment class to prevent it from returning true even though a property has a value

1.0.3

Toggle 1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixed InvalidArgumentException being thrown on mobile payments

Looks like empty needed us to implement __isset() magic function in the Payment class to prevent it from returning true even though a property has a value

1.0.2

Toggle 1.0.2's commit message
Updated mobile payment payment create - to use a single method for cr…

…eating payments

1.0.0

Toggle 1.0.0's commit message
Update Constants.php