Copied to clipboard

Flag this post as spam?

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


These support forums are now closed for new topics and comments.
Please head on over to http://eureka.ucommerce.net/ for support.

  • Kim Søjborg Pedersen 71 posts 275 karma points
    Feb 11, 2013 @ 18:40
    Kim Søjborg Pedersen
    0

    Payment insufficient to cover order total for OrderGuid

    The log says:

    Payment insufficient to cover order total for OrderGuid 17966b03-cdf3-4147-8d11-86184c1ae5a9. Please ensure that payments cover the entire value of the order before checking out.

    UCommerce.Pipelines.PipelineExecutionResult Execute(UCommerce.EntitiesV2.PurchaseOrder)

       at UCommerce.Pipelines.Checkout.ValidatePaymentsMadeAgainstOrderTotalTask.Execute(PurchaseOrder subject)

       at UCommerce.Pipelines.Pipeline`1.Execute(T subject)

    On my confirmation.aspx the only thing I have on that page is a call to TransactionLibrary.Checkout();

    it received the Form from DIBS containing this :

    merchant=xxxxxxxxxx
    test=1
    decorator=default
    callbackurl=http://www.razorstore10113032.dev:80/8/39/PaymentProcessor.axd
    lang=da
    currency=DKK
    amount=29900
    submitBasket=yes
    orderGuid=17966b03-cdf3-4147-8d11-86184c1ae5a9
    paytype=DK
    flexwin_cardlogosize=1
    orderid=Reference-18
    accepturl=http://www.razorstore10113032.dev/cart/confirmation.aspx
    cancelurl=http://www.razorstore10113032.dk/Cancel.aspx
    transact=691555866
    approvalcode=123456

    In the table purchaseorder the OrderTotal value is 299,0000

    In the table Payment the Amount value is 299,0000

    Is there anyone who know what I am doing wrong?

  • Nickolaj Lundgreen 233 posts 1132 karma points
    Feb 11, 2013 @ 18:48
  • Kim Søjborg Pedersen 71 posts 275 karma points
    Feb 11, 2013 @ 23:00
    Kim Søjborg Pedersen
    0

    no unfortunately there is no help in that.

    Ideally, the CheckOut should be the only ting to do on the payment accepted page, and I don't understand why it throws the exception, so until now I uncommented the ValidatePaymentsMadeAgainstOrderTotal from the standard checkout pipeline and now it works.

  • Morten Skjoldager 440 posts 1499 karma points
    Feb 13, 2013 @ 15:55
    Morten Skjoldager
    0

    Of what status are your payment? It should be either authorized or acquired. Have you implemented or overriden any of the methods in your payment method ?

Please Sign in or register to post replies

Write your reply to:

Draft