NikolaGavric94 / laravel-square

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

Cap square/connect version to resolve deprecation exceptions #27

Closed PaulJulio closed 5 years ago

PaulJulio commented 5 years ago

Deprecation annotations were added in the 2019-08-14 version of the Square Connect SDK. By using a prior version of the SDK these exceptions will no longer be issued.

NikolaGavric94 commented 5 years ago

Seems like travis pipeline is failing, I will check this when I get back home in 5-6h from now

EDIT: Just checked the pipeline, it seems it is related to some old keys being used, I will replace those and run the pipeline again once I get home 👍

NikolaGavric94 commented 5 years ago

Just tested this, looks fine, gonna merge it now, thanks @PaulJulio 👍