The problem is not with the framework, but with the integration procedure.
As I see now is not a simple web.config configuration for such integration. I checked some of the exisint payments.
"
Add Your Payment Method Service to web.config
Configure your new Payment Method Service in web.config of your Umbraco site. In the <paymentMethodServices> element of you web.config add the following xml:
Yes. That is one major change. Your new payment method service goes into the Custom.config found in /Umbraco/uCommerce/Configuration. If you need an example of what a registration looks like check out /Payments.config for the built-in ones.
We're working on upgrading the docs with more up to date articles.
I have a web site using U-Commerce (Paypal for payment engine). The site as worked well for a while, I am not sure since when, but now when I send an order to Paypal I do not get the order details.
Integrating uCommerce with a Payment Provider
Hello,
Is there a newer documentation about Integration of a Payment Provider, like http://www.publicvoid.dk/IntegratingUCommerceWithAPaymentProvider.aspx?
That is very good but is for an older version of uCommerce.
Thanks in advance
Botond
The framework hasn't changed much. The docs should still be good.
You might also want to check out Integrating with a Payment Gateway using External Payment Windows if you looking to do payments on payment gateway hosted payment pages.
The problem is not with the framework, but with the integration procedure.
As I see now is not a simple web.config configuration for such integration. I checked some of the exisint payments.
"
Add Your Payment Method Service to web.config
Configure your new Payment Method Service in web.config of your Umbraco site. In the <paymentMethodServices> element of you web.config add the following xml:
<add name="MyPaymentMethodService" type="MyUCommerceApp.Library.MyPaymentMethodService, MyUCommerceApp.Library" />
"
This is not working at all now...
I used the latest Umbraco and the latest uCommerce!
Hi Botond,
Yes. That is one major change. Your new payment method service goes into the Custom.config found in /Umbraco/uCommerce/Configuration. If you need an example of what a registration looks like check out /Payments.config for the built-in ones.
We're working on upgrading the docs with more up to date articles.
Sorry for the inconvenience.
Hi,
I have a web site using U-Commerce (Paypal for payment engine). The site as worked well for a while, I am not sure since when, but now when I send an order to Paypal I do not get the order details.
Any ideas?
Thank you in advance
is working on a reply...