thephpleague / omnipay

A framework agnostic, multi-gateway payment processing library for PHP 5.6+
http://omnipay.thephpleague.com/
MIT License
5.91k stars 925 forks source link

square connect API is no longer supported, upgrade to square-php-sdk is needed #619

Open fhdalikhan opened 3 years ago

fhdalikhan commented 3 years ago

Hello,

The current square integration is running on square connect API which has stopped working, so upgrade to the php-sdk is needed to be able to use square.

I have used the square-php-sdk directly for now in a project as the one used by omipay is not working.

Currently used square connect repo: https://github.com/square/connect-php-sdk Latest square repo: https://github.com/square/square-php-sdk

agjmills commented 3 years ago

@fhdalikhan I'd recommend using blasttech/omnipay-square instead, which does use the Connect API

The transportersio/omnipay-square repository seems abandoned to me

modnar1226 commented 2 years ago

Any ides on how to generate a Nonce value to send when using the $gateway->purchase() method?