Graham Hoefer
Graham Hoefer
I'm looking at adding those features for Omnipay V3.
Do you want an A/B testing example for Launch Darkly that is separate from the extant Launch Darkly Feature Flagging example?
@renspoesse you should be able to change the key in $default_includes to camel case and have it work. Have you tried that?
Would you mind showing the code you're currently using so I can get a feel for what you're doing? I'm leaning towards :+1: on it, but I want to make...
Fork or clone the omnipay-skeleton repo. Take a look at the other gateways to see how to implement requests, etc. I would suggest omnipay-paypal or omnipay-stripe as they're both very...
I'm working on getting some proper documentation and examples set up, for Omnipay as a whole, but also a separate page setup for each gateway to document the differences found...
Buckaroo specifically has multiple gateways, so you need to do create the gateway like this: ``` Omnipay::create('Buckaroo_Ideal') ``` Also, you can only use `Omnipay::create` on official omnipay gateways. It does...
I removed buckaroo from the list.
Can you tell me which driver's your running into these problems with?
If I understand what you're suggesting correctly, you're talking about creating separate ACH gateways. For instance, for Authorize.Net that package would provide the current AuthorizeNet_AIM and AuthorizeNet_SIM gateways, as well...