omnipay
omnipay copied to clipboard
square connect API is no longer supported, upgrade to square-php-sdk is needed
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
@fhdalikhan I'd recommend using blasttech/omnipay-square instead, which does use the Connect API
The transportersio/omnipay-square repository seems abandoned to me
Any ides on how to generate a Nonce value to send when using the $gateway->purchase() method?