Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow pass token as param for complete purchase
This enables the complete purchase request to accept a parameter `token`. It is useful when we did not receive the notifications from POLi and we can __notify__ by ourself in the crontab. $proxy->completePurchase(['token' => $token])->send();
- Loading branch information