- Issue created by @winnie80
- 🇮🇩Indonesia winnie80
The error I mention previously is related to Avatax module, which we are not use at this moment.
So I remove it, no more error coming from Avatax module.However the iDeal checkout trouble is still persistant.
This time no error recorded in drupal report logs.
So not sure what is wrong with it.The same as before, our site got webhook notification from Adyen (this time after 2 minutes)
And this notification change the order state from "draft" to "completed".Payment captured via adyen_dropin_ym for € 10,00. Transaction ID: GVBZH389K6ZW8N82.
- 🇮🇩Indonesia winnie80
Finally found the main cause of this problem.
It is in commerce_adyen_drop_in/src/PluginForm/OffsiteRedirect/PaymentOffsiteForm.php line 37 and line 38.
Because of typo in getting url parameters.
It should be "sessionId" on line 37 and "redirectResult" on line 38.
After adjusting those lines, your module works like a charm using iDeal payment. - 🇮🇩Indonesia winnie80
Borgan, is it possible to use latest adyen api with this module?
The latest version is currently v17.
Perhaps that is why the url parameter naming is incorrect , due to change in version after 13 ? - Status changed to Needs review
10 months ago 4:37pm 30 January 2024 - 🇬🇧United Kingdom bdziewierz
Hi! Thanks for the patch and well spotted. I don't think the issues is due to the SDK version difference. It looks like it was simply a typo. Testing your patch now.
-
bdziewierz →
committed 4144429d on 1.0.x authored by
winnie80 →
Issue #3417730 by winnie80: unable to finish checkout when selecting...
-
bdziewierz →
committed 4144429d on 1.0.x authored by
winnie80 →
- 🇬🇧United Kingdom bdziewierz
This change is now merged to dev. Before I mark as fixed, could you confirm that this fixed the original issue on your side as well?
- Status changed to Active
10 months ago 9:24am 31 January 2024 - 🇮🇩Indonesia winnie80
Yes, Bogdan, on my side the iDeal payment is now working correctly.
- Status changed to Fixed
10 months ago 10:35am 31 January 2024 Automatically closed - issue fixed for 2 weeks with no activity.