-
Notifications
You must be signed in to change notification settings - Fork 78
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
Support for Direct integration to Protocol 4.00 #168
Comments
Not at the moment. There are multiple discussions/pull requests being reviewed as I understand it |
Wondering if there has been any movement on this? |
Also wondering if there is movement. It's getting rather critical. |
I am also wondered/waiting on this too as have several clients using SagePay gateway. |
Hello @judgej , |
Is there any update on this, please? |
Any new on when/if this will be available ? |
I think we need to redevelop with Sagepay using pi API. |
Take a look through #165 pull request. I use Payment Integration method, and made it work protocol 4.00. It is just quickly hacked together, but you may find what you need in there if you are creating your own branch. I currently have a private satis for pulling in my own packages, and have put this branch up there to override the omnipay version. |
Hi @benjam-es is there any more update on this at all? Thank you. |
@terryupton we await feedback from the package maintainers @judgej and @barryvdh Until then, feel free to play around with my branch #165, with something like the following in your development environment. I'm happy to modify, update, fix where others may find it useful until an official fix/pull request is merged.
It's probably a poor attempt at things, as I ended up combining my |
Any update on this as we too have Craft Commerce websites using Opayo and they are putting pressure on us to update ahead of March 2022. |
Just checking if there is any update on this? |
So is this enough? #173 Can you test the |
For those people following this issue from a Craft CMS/Commerce perspective here is how you can test the changes. In your project's {
...
"require": {
...
"craftcms/commerce-sagepay": "dev-feature/protocol-4-compatibility as 4.0"
},
"minimum-stability" : "dev",
"prefer-stable": true
} Due to the changes, you will also need to make sure you are on PHP Once you have done that you should be able to Obviously, this will be temporary while we have people testing and proper update instructions will be added when all relevant packages are released. |
@lukeholder @barryvdh believe this is now addressed by the recent merged pull request? |
I've just installed this new update and I'm not convinced things are quite right. That seems to indicate using different "passwords" on the SagePay/Opayo checkout screen to simulate different conditions. I'm doing some more testing and will report back. |
The process for testing involves the following:
I don't think any of this is documented within omnipay-sagepay for now so its been a process of trial and error for me to get to this point. |
I was just about to update my comment. Looks like my cart isn't being emptied but the reference to it is lost when the customer lands back on the site. I don't think it's the gateway plugin's problem. Also, I apologise, I thought this was the CraftCMS payment gateway issues thread 🤦 |
We have received an email from SagePay saying we should:
Does the latest version of this package support this?
Thanks.
The text was updated successfully, but these errors were encountered: