Jason Judge

Results 173 comments of Jason Judge

I think @kotrakrishna was mostly involved in setting up the payment profile functionality a few years ago. It's not something I personally know a lot about. However, if the search...

Does this PR fix this issue, or does it cover a different use-case? https://github.com/thephpleague/omnipay-authorizenet/pull/117

You can try this one: https://github.com/academe/omnipay-authorizenetapi I'd be happy to move it into thephpleague if people are happy with that, but it needs a bunch of tests first.

Hi @miholeus been super-busy. For tests, anything really that increases the coverage. These days I tend to be more involved with auto-generation of APIs using OpenAPI descriptions, so writing the...

The `getMessage()` method *should* return the message supplied by the gateway. However, those messages are for logging and are generally not suitable for putting in front of a user. This...

If I am reading this right, this fix *assumes* only the card reference is supplied, and overwrites the `customerProfileId` and `customerPaymentProfileId` regardless of whether they are set. Is this the...

Coming back to this after a long time...I know. My query was really concerning people who are already using this driver, and are setting the `customerProfileId` and `customerPaymentProfileId` fields explicitly....

I think this will be more likely in OmniPay 3.0, where the payment method is more a generic interface that can accept a number of different types of payment types....

Quick question on this. Like for Authorize.Net and ApplePay, and Accept.JS, is this just a front-end feature, implemented using JavaScript + iframe or custom form? If it is, then it...

The notify page can use a JavaScript redirect that gets around the SSL issue. There is an example of this in the [SIM complete response message](https://github.com/thephpleague/omnipay-authorizenet/blob/ccf32293fcea16ccaa4be47f4818b4a995a77990/src/Message/SIMCompleteAuthorizeResponse.php#L85). There are at least...