Jason Judge
Jason Judge
The methods in the cart cannot be called statically. The Laravel façade _looks_ like they are static, but the service provider actually sets up a singleton in the laravel container.
I've not seen any time formats in any config files, so I'm really unclear where they are coming from. Also I'm not entirely sure what you are suggesting here. I...
What I have done is set the language to `webshim.activeLang('en')` if the current language (`webshim.activeLang()`) is `en-US` or `en-GB`. That language seems to use the 24-hour clock. What I don't...
I've not touched the demos or the documentation, but I'll try and get something up before the weekend.
Other Server methods that this gateway provides include, but are normally out of scope for OmniPay: - 3dscheck (3D Secure verification on its own (without being wrapped into other flows)....
Hi, thank you for this PR. Do you have any details you can point me to that explains this change?
Have you got anywhere with this? The PAYONE driver has many different modes of operation (server-to-server, front-end with your own forms, front-end with hosted forms, etc.) Any idea where that...
Also, if there are any specific modes you wanted to run the gateway in, or specific functions you wanted to support, we can work on those first.
Thanks. If you have any code to help implement this, a pull-request or just sample code would be great.
Since `Shop_Frontend` gets its transaction result from the `acceptNotification` back channel, it makes sense that this gateway directly supports the `acceptNotification()` method. Starting a transaction on `Shop_Frontend` API and then...