omnipay
omnipay copied to clipboard
A framework agnostic, multi-gateway payment processing library for PHP 5.6+
when will be v3 will release for being compatible with Laravel 5.2 and 5.3 ?
Hello, what happen with the Neteller project ? cc: @alfaproject
This is proposed in conjunction with discussion here https://github.com/thephpleague/omnipay-common/issues/160 and in support of the proposed change here https://github.com/eileenmcnaughton/omnipay-eway/commit/ad2b21ab45e15e7b5680654eb908fe94da48228c
Within OmnipayBridge/Action/OffsiteCaptureAction.php I had to add the following line of code to the execute() function in order to get the cartId passed to WorldPay. $details['transactionId'] = $request->getToken()->getDetails()->getId(); However, the installationId...
If you allow set my own GatewayFactory than make protected $gateways variable
Hi Folks, Can anyone tell me if anyone has gotten or done any PSiGate support for Omnipay? This is one of the leading Canadian Payment Gateways. https://www.psigate.com I was surprised...
What is the recommendation for gateway which wants to return a type of 'pending success'. These types of responses are usually returned and relate with the `acceptNotification()` method, where the...
I see a few libraries that seem to support Moneris. https://github.com/kbahchevanov/omnipay-moneris https://github.com/darksaboteur/omnipay-moneris Should these be added in to the main account, are the fine to use?
Hey, i'm working on new gateway. Added to json, installed. I can use it. Having some errors, but I will find the way to fix them. I'm missing basic of...
Hello What is the best way to list ALL gateways including the unofficial ones? \Omnipay\Omnipay::getSupportedGateways() only returns an array of predefined "official" gateways So far I did it like so:...