nopcommerce ROBOKASSA problem fix.
I found out that after installing robo-kassa add-on and trying to config the payment method, the system crashes.
I debugged the add-on and found the problem you just have to add the following lines to the web.config:
<add key="RobocassaRequestUrl" value="http://test.robokassa.ru/Index.aspx" />
<add key="RobocassaLogin" value="dsea" />
<add key="RobocassaPass" value="D$3@p@ym3nt" />
at the appSettings section.
From:
simonK
|
Created on:
11/16/2012 1:30 PM
Was this review helpful?
Yes
No
(
1
/
0)
How do I install this plug-in?
I get a null ref thrown while trying to configure the plug-in:
[NullReferenceException: Object reference not set to an instance of an object.]
Nop.Plugin.Payments.Robocassa.Controllers.PaymentRobocassaController.Configure() +179
From:
Megazoid
|
Created on:
9/3/2012 3:43 PM
Was this review helpful?
Yes
No
(
0
/
0)