-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shared token requests #21
Conversation
Thanks for the PR, looks good! Only change you might want to consider is extending |
I have just pushed up another commit which makes them extend rather than duplicate code. Thanks! |
Much neater, thanks! |
Is this likely to be merged? I just need to know if I need to attach my fork to my composer package instead of the mainline gateway as I need to roll out this module this week. |
This should be fine to be merged, however since omnipay is an open source project the maintainers are all volunteers and things don't always happen quickly. If you need to release this week I'd say roll with your own fork and you can update to official once the merge has happened. |
Hi, yes I saw the ping and I have looked at the code briefly. It should be OK to merge, but I need to have a deeper read and I have a backlog of paying job tasks at the moment. So I'll try to get this done in the next few days. |
No problems guys, fully understand and thanks for your responses. I'm running from my fork for now. |
OK merged, thanks. Sorry for the delay and thanks for your patience. If you can confirm that this works in a production environment then I will tag for release. |
@delatbabel I never responded to this. I've been using my fork in production for a little while now. |
Hi @delatbabel I'm working on another project that is in need of this. Do you know if it's possible to get this tagged for release? At the moment we're going to run our tagged fork but it would be nice to use the mainline package. |
Released as 2.2.2 |
@delatbabel thanks a bunch! |
Added Requests for both CreateCard and UpdateCard through RapidShared (roughly mimicking the functionality in RapidDirect). I have not added any response requests as you can utilise the
completePurchase()
method to finalise both of them all the same. Let me know if you would prefer these as separate responses.