Releases: dipnot/direct-pay-online-php
Releases · dipnot/direct-pay-online-php
v2.1
- Services now can set one by one.
$createTokenRequest->setServices([...]);
changed to $createTokenRequest->addService(...);
- Now supports "verifyToken". See the examples for how to use it
v2.0
- More OOP structure
- Rearranged folder structure
- More flexible for future updates