Copied to clipboard

Flag this post as spam?

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


  • Rotem Orbach 121 posts 607 karma points
    Dec 16, 2018 @ 15:50
    Rotem Orbach
    0

    Ucommerce error

    Hi, I know it's ucommerce related, but I hoped that maybe someone here have ever stumbled this before:

    We have upgraded our uCommerce to the latest version (7.19) and the umbraco version I upgraded to is 7.11.1, however some of the code now breaks.

    This line which always worked up until now, gives an error:

    Payment payment = TransactionLibrary.CreatePayment(paymentMethod.Id, totalPrice, true, true);
    

    I also tried

    Payment payment = TransactionLibrary.CreatePayment(paymentMethod.Id, totalPrice, false, true);
    

    The error:

    Cannot defer payment request. Please implement interface IPaymentFactory for payment method service IFramePaymentService.

    Thanks, Rotem

Please Sign in or register to post replies

Write your reply to:

Draft