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.

  • brinck10 24 posts 55 karma points
    Nov 25, 2012 @ 19:43
    brinck10
    0

    DIBS problem "No paytype(s)! Missing test parameter?"

    Hi there!

    I've been working with uCommerce developing a webshop. I've set it up to integrate with DIBS payment services, and I got it to work properly with uCommerce 4.7.2. Now, I upgraded to 4.8.0 and I get the message "No paytype(s)! Missing test parameter?" when I try to continue to the DIBS transaction page. 

    I'm not sure whether the error derives from the upgrade or not. 

    Here's my piece of code for the payment solicitation:

    if (ProductPolicy.Checked == true)
               {

                    var po = b.PurchaseOrder;

                    var plpo = PipelineFactory.Create<PurchaseOrder>("Basket");

                    var pm = PaymentMethod.SingleOrDefault(x => x.Name == "DIBS");

                    Library.CreatePayment(pm.Id);

                    plpo.Execute(po);

                    po.Save();

                    Library.RequestPayments();

                }

    I've not been able to dig up any resolving solution on the internet. Any help would be appreciated. 

    Thanks in advance.
    Brinck10

  • Søren Spelling Lund 1797 posts 2786 karma points
    Nov 27, 2012 @ 23:16
    Søren Spelling Lund
    0

    Which version of uCommerce are you running? Version 4.7.2 and 4.8 are Umbraco versions.

  • brinck10 24 posts 55 karma points
    Nov 28, 2012 @ 07:26
    brinck10
    0

    I believe it is 2.6.1 – I tried to fix it, however, couldn't edit my post.

  • brinck10 24 posts 55 karma points
    Nov 28, 2012 @ 17:31
    brinck10
    0

    Yes, it is version 2.6.1.

  • Søren Spelling Lund 1797 posts 2786 karma points
    Dec 07, 2012 @ 20:22
    Søren Spelling Lund
    0

    It seems this issue will arise if the merchant account being used is a live account, but uCommerce is configured to test mode in the Dibs.config.

Please Sign in or register to post replies

Write your reply to:

Draft