Jason Judge

Results 173 comments of Jason Judge

The card details (which is what the "opaque data" is) belongs in the request object rather then the gateway object. The gateway configuration data is for invariant settings - switching...

Ah, yes, sorry you are right. I misread that. I thought one of those examples was passing the data into the *gateway* object, but looking again, they are both creating...

Thanks all - I'm just adding a few notes to the README about this then I'll merge. It's all hard work for everyone trying to fit all this sharing into...

A PR has been merged which allows the AIM gateway to accept tokenized card details in place of the card details in the `CreditCard` object. It seems, for the back-end...

Could you give an example of what problem this fixes please. It will be worth stating which PHP version you are using too, since there are some long-standing bugs in...

I was mainly wondering how to emulate it, and how much it depends on the environment. For example, warnings can be suppressed at the server level. They can also be...

Thanks, that helps a lot. It looks like HTML is being returned by the gateway here, for whatever reason, instead of XML. The content type header *should* tell us this...

It only supports the common functions at the moment - authorisation, payments, capture, but not much else. There are no plans to extend that, but that does not mean it...

Been looking at the way Authorize.Net is going, and it seems that they are in the process of deprecating all their current integration-oriented APIs. Instead, they are pulling all the...

And using something like dot notation to access the received data would be so much easier than having to check for missing elements constantly: https://github.com/dflydev/dflydev-dot-access-data