And you are certain that we are not talking about the DibsPWPageBuilder.cs class I sent you a while ago? The one that has a commeted out line 71 saying:
If you have configured a PayType in the configuration file of the payment service, the value should be added to the post.
You can set the Debug value to true. This should display the page with a button to send to the gateway. There you should be able to see the value of "paytype", if any.
Please double check that the configuration contains a value for "payType".
Submitting paytype to DIBS window
When submitting order to the DIBS-window the parameter "paytype" is not posted and the user will have to choose thier creditcard once agian.
Is this by design or am I missing something?
Hi Skooter,
In the DibsPageBuilder implementation, the "paytype" value is added, if it is not null or empty. So it should be submitted, if the value is present.
Kind regards,
Jesper
It's odd 'cause the reciept/ordermail shows what card the user chose on the customer-information page (before posting to DIBS).
This is what my code looks like:
Hi Skooter,
And you are certain that we are not talking about the DibsPWPageBuilder.cs class I sent you a while ago? The one that has a commeted out line 71 saying:
//AddHiddenFieldIfValueNotNullOrEmpty(page, "paytype", Section.PayType);
Hi Jesper
This is standard setup. No custom .NET. The uCommerce version is 5.1.1.14007 - installed from repository.
Could be a bug?
Hi Skooter,
The code is very clear.
If you have configured a PayType in the configuration file of the payment service, the value should be added to the post.
You can set the Debug value to true. This should display the page with a button to send to the gateway. There you should be able to see the value of "paytype", if any.
Please double check that the configuration contains a value for "payType".
Kind regards,
Jesper
is working on a reply...