Jason Judge
Jason Judge
Do you have any documentation on how to use these changes or tips on how to test and demonstrate it? I've got this PR checked out and would like to...
When you are using a package you are extending, you don't need to rename it, even if installing it from your own repository. `composer` will handle fetching your own copy...
Hi, sorry, got pulled in too many other directions. I meant to look at this months ago. Do you have links to the documentation that this is for, so we...
That's PR #165 I guess. I don't mind writing up the documentation, and I think it needs that - even if just to say this version is completely compatible with...
I do miss the PDFs with everything in one document, and the ability to version them. All that documentation needs to do intio a repo really, so changes can be...
Thanks. Hopefully getting to it later today. Working on bringin this one up-to-date too: https://github.com/academe/SagePay-Integration/tree/opayo *Got a bit of a bug, so haven't got much done but rest since I...
This package runs under composer. To run the tests, run `composer install` from the root of the package to pull in all the dependencies, then `vendor/bin/phpunit`. You don't run the...
The `billingCountry` should be a part of the `CreditCard` object. The full billing address, and shipping address is on the card. [Documented here](https://github.com/thephpleague/omnipay-sagepay#user-content-direct-authorizepurchase)
I can create a local `3.x` branch, but cannot push it to the main repo for some reason. I'm getting this error and have no idea why: > Total 0...
Yeah, I blame github for desktop caching some old PR branch. CLI worked as expected. I need to head off and not back until tomorrow evening. Yout should be able...