In PxPay.gateway,I wrote this
<root>
and
In gatwayprovider.xml.I wrote this
<?xml version="1.0" encoding="utf-8" ?>
<root>
<gateways>
</root>
Is there any mistake?
<root>
<paymentURL>http://sec.paymentexpress.com/pxpay/pxaccess.aspx</paymentURL>
<PaymentExpress.PxPay>http://sec.paymentexpress.com/pxpay/pxaccess.aspx</PaymentExpress.PxPay>
<PxPayUserId></PxPayUserId>
<PxPayKey></PxPayKey>
<ButtonImageURL>/dotnetnuke2/Desktopmodules/NB_Store_GatewayPxPay/pxpay.jpg</ButtonImageURL>
<ReturnURL>http://www.technoexpertz.com/dotnetnuke2/tabid/96/stg/5/PxPayExit/RETURN/Default.aspx</ReturnURL>
<ReturnCancelURL>http://www.technoexpertz.com/dotnetnuke2/tabid/96/stg/5/PxPayExit/CANCEL/Default.aspx</ReturnCancelURL>
<MerchantLanguage>en</MerchantLanguage>
<InputCurrency>NZD</InputCurrency>
<TxnType>Purchase</TxnType>
<MerchantReference>Test Transaction</MerchantReference>
</root>and
In gatwayprovider.xml.I wrote this
<?xml version="1.0" encoding="utf-8" ?>
<root>
<gateways>
<gateway ref="Paypal">
<name>Paypal</name>
<assembly>NEvoweb.DNN.Modules.NB_Store.GatewayPayPal</assembly>
<class>NEvoWeb.Modules.NB_Store.Gateway.GatewayPayPal</class>
</gateway>
<gateway ref="PxPay">
<name>PxPay</name>
<assembly>NEvoweb.DNN.Modules.NB_Store.GatewayPxPay</assembly>
<class>NEvoWeb.Modules.NB_Store.Gateway.GatewayPxPay</class>
</gateway>
</gateways></root>
Is there any mistake?