omnipay-2checkout icon indicating copy to clipboard operation
omnipay-2checkout copied to clipboard

2Checkout driver for the Omnipay PHP payment processing library

Results 5 omnipay-2checkout issues
Sort by recently updated
recently updated
newest added

Hello, @collizo4sky! This pull request contains an upgrade to Omnipay v3 Prior to merging this PR, you should probably create a separate branch for Omnipay v2 out of the current...

If you have a webhook waiting information, with code similar to : ``` php /* parse the incoming request in a meaningful response */ $response = app()->paymentManager->getProvider('2checkout')->getGateway()->acceptNotification()->send(); ``` And someone...

json_encode removes the ItemBag completely from the data, therefore it never gets sent to the API, and will result in bad request

When going to install this package composer return this error. - Installation request for symfony/http-foundation (locked at v4.1.1) -> satisfiable by symfony/http-foundation[v4.1.1].

Problem 1 - Conclusion: remove symfony/event-dispatcher v3.3.10 - Conclusion: don't install symfony/event-dispatcher v3.3.10 - omnipay/common 2.4.0 requires guzzle/guzzle ~3.9 -> satisfiable by guzzle/guzzle[v3.9.0, v3.9.1, v3.9.2, v3.9.3]. - omnipay/common 2.5.2 requires...