Releases: paynl/sdk
Releases · paynl/sdk
Added support for transferType and transferData
v1.1.15 Added transferType and transferValue
Added transaction approve and decline
A 'verify' transaction can now be approved or declined
Added gender to invoiceAddress
Merge pull request #27 from andypieters/andypieters-patch-1 Added gender to the invoice address
Small change in isRefunded
using stateName instead of state
Fixed typo isPayServerIp
v1.1.11 Merge remote-tracking branch 'origin/master'
Added expireDate
v1.1.10 Added expiredate
Several additions
Added Refund Add
More status functions in transaction result
Fixed bug for empty api token exception
Started phpunit tests
Verify status
When a creditcard transaction needs to be verified, the sdk now handles the transaction as pending
added setCAInfoLocation
You can now supply the location to the cainfo file.
use:
\Paynl\Config::setCAInfoLocation('/path/to/the/file');
added deliveryDate and invoiceDate
You can now supply a deliveryDate and an invoiceDate to the Transaction::Start method