Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Matt,
After upgrading Vendr to 3.0.3 and Vendr.Checkout 3.0.0 my Mollie payment doesn't work anymore.
I am getting the following error:
And the set payment method in the Backoffice:
After reading some things on the forum I have upgraded Vendr to 3.0.4-beta0003, but this doesn't fix this problem.
I am using a local reviewpage, which contains this:
@using Vendr.Checkout; @using Vendr.Checkout.Web; @using Vendr.Core; @using Vendr.Core.Api; @using Vendr.Core.Models; @using Vendr.Web; @using Vendr.Web.ViewEngines; @using Vendr.Extensions; @inherits UmbracoViewPage @{ Layout = "tpCheckoutMaster.cshtml"; var store = Model.GetStore(); var currentOrder = VendrApi.Instance.GetCurrentOrder(store.Id); } @Html.VendrCheckoutPartial("VendrCheckoutOrderInfoLocal", currentOrder) @using (Html.BeginPaymentForm(currentOrder)){ @Html.VendrCheckoutPartial("VendrCheckoutNext") }
Could you help me with figuring out what's going on?
Thanks!
//Puck
Hi Puck,
It sounds like it's an error coming from Mollie. Googling brings up this GitHub issue, is there anything there that helps? https://github.com/mollie/laravel-mollie/issues/96
Oops.. That was the problem haha.
I assumed it was that Vendr couldn't find my Payment Method.
Thanks again!
No worries. I did for a moment until I couldn't find that error message anywhere, so then realized it was coming from Mollie 😄
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
U10 - Vendr 3.0.4 (beta) and Mollie Payment - error
Hi Matt,
After upgrading Vendr to 3.0.3 and Vendr.Checkout 3.0.0 my Mollie payment doesn't work anymore.
I am getting the following error:
And the set payment method in the Backoffice:
After reading some things on the forum I have upgraded Vendr to 3.0.4-beta0003, but this doesn't fix this problem.
I am using a local reviewpage, which contains this:
Could you help me with figuring out what's going on?
Thanks!
//Puck
Hi Puck,
It sounds like it's an error coming from Mollie. Googling brings up this GitHub issue, is there anything there that helps? https://github.com/mollie/laravel-mollie/issues/96
Hi Matt,
Oops.. That was the problem haha.
I assumed it was that Vendr couldn't find my Payment Method.
Thanks again!
//Puck
No worries. I did for a moment until I couldn't find that error message anywhere, so then realized it was coming from Mollie 😄
is working on a reply...