NikolaGavric94 / laravel-square

Square integration with Laravel/Lumen >=5.5
MIT License
31 stars 23 forks source link

Bump Square SDK version #79

Closed PharaohAsh closed 1 year ago

PharaohAsh commented 1 year ago

Any chance we can bump to the latest Square version 29.0.0.20230720?

Or even version 26.0.0.20230419 to allow for PHP 8.2 to work?

NikolaGavric94 commented 1 year ago

If you want to you can make a pull request with the changes and I'll check it in a bit or wait until later today and I'll bump up the version and make sure there is no breaking changes

On Thu, Aug 3, 2023 at 12:12 PM Eira Tse @.***> wrote:

Any chance we can bump to the latest Square version 29.0.0.20230720 https://github.com/square/square-php-sdk/releases/tag/29.0.0.20230720?

Or even version 26.0.0.20230419 https://github.com/square/square-php-sdk/releases/tag/26.0.0.20230419 to allow for PHP 8.2 to work?

— Reply to this email directly, view it on GitHub https://github.com/NikolaGavric94/laravel-square/issues/79, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADAEYI45HVZYNC7NZ2NB423XTN2SVANCNFSM6AAAAAA3CRCHGE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

NikolaGavric94 commented 1 year ago

It seems they changed some error responses so I will have to look at the tests and fix them, i'll make a fix in about 7h from now and bump the library version asap

NikolaGavric94 commented 1 year ago

There was a small change needed as the payment creation changed one of it's request models, new release made: https://github.com/NikolaGavric94/laravel-square/releases/tag/v3.2.1

NikolaGavric94 commented 1 year ago

Closing this as it's been resolved.