Releases: moyasar/moyasar-php
Releases · moyasar/moyasar-php
Update guzzlehttp/psr7 to resolve CVE-2022-24775.
Merge pull request #23 from ahoshaiyan/upgrade-guzzle-php Update guzzlehttp/psr7 to resolve CVE-2022-24775
Add new payment source parameters and Apple Pay source
Merge pull request #21 from ahoshaiyan/add-new-payment-params Add new payment source parameters and Apple Pay source.
Able to use GuzzleHttp v7
Upgrade GuzzleHttp Version (#20) * Upgrade GuzzleHttp Version * Upgrade GuzzleHttp Version
Add ability to capture partial amount and squash some bugs
Fix Couple of Bugs (#17) * Make Payment Capture Amount Optional * Bump Library Version * Fixed a bug
Full rewrite and better support for laravel
WIP: New implementation (#15) * Adds new implementaion * Implements some payment functions * Finished implementing payment methods * Adds a lot of changes * Add newline to the end of .gitignore * Completed tests * Removed unused uses * Add laravel support and more tests * Updated README * Updated services paths * Updated services paths * Small bug fixed * Bug fixes * Bug fixes * Bug fixes * Adds version * Fixed bugs * More laravel documentation * Bug fixes * More docs * More docs * More docs * More docs * Adds hints to Laravel Facades * Fixed small mistake * Fixed issues requested by aziz * Improved validation exception * Improved validation exception * Adds publishable API key * Adds http status code to ApiException * Removed coverage file and added .gitattributes * Removed coverage file and added .gitattributes * Added CHANGELOG.md * Updated dates and links
Change default wrapper name in Packagist
in this version, we change our lib name to only moyasar. Also, we disable the ability to create a payment from the lib which default to use Moyasar Payment Form
More functionality in PHP wrappers
Add ability in PHP wrappers to do:
- Update a payment.
- Update an invoice.
- Cancel an invoice.