Releases: CoreProc/paymaya-sdk-php
Releases · CoreProc/paymaya-sdk-php
2.5.0
What's Changed
- Add Support to php 8 by @owenbanan-cp in #20
- Add delete card function in CardClient by @kaelmoreno-cp in #21
New Contributors
- @kaelmoreno-cp made their first contribution in #21
Full Changelog: 2.4.0...2.5.0
Updated PayMaya production URL
Part of PayMaya's rebranding from PayMaya Enterprise to Maya Business. The new production API URL will be effective as of July 12, 2022 10:00 PM.
2.3.2
- Improved docblocks (#14)
- Fixed Buyer class serialization (#13)
- Added compatibility to Guzzle 7.0 (#16)
Thanks to @lloricode and @owenbanan-cp.
Fixes
Add make method on all requests
2.3.0 Correct return
Fixes
Minor fix
Fixes on namespaces
Fix namespaces (#9) Change Models to Requests
Add Card update method and Github actions
2.2.0 Add Github actions for tests (#7)
Refactor and added some tests
Refactor and create tests (#5) * Refactor and create tests * Rename test names for better readability * Rename testShowCards to testShowCard This is to show that only one card is being retrieved by the show() method.