Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Puck Holshuijsen 188 posts 751 karma points
    Nov 07, 2022 @ 10:08
    Puck Holshuijsen
    0

    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: enter image description here

    And the set payment method in the Backoffice: enter image description here

    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

  • Matt Brailsford 4125 posts 22224 karma points MVP 9x c-trib
    Nov 07, 2022 @ 10:15
    Matt Brailsford
    100

    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

  • Puck Holshuijsen 188 posts 751 karma points
    Nov 07, 2022 @ 10:19
    Puck Holshuijsen
    0

    Hi Matt,

    Oops.. That was the problem haha.

    I assumed it was that Vendr couldn't find my Payment Method.

    Thanks again!

    //Puck

  • Matt Brailsford 4125 posts 22224 karma points MVP 9x c-trib
    Nov 07, 2022 @ 10:27
    Matt Brailsford
    0

    No worries. I did for a moment until I couldn't find that error message anywhere, so then realized it was coming from Mollie 😄

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies