Quantcast
Channel: NBStore Discussions Rss Feed
Viewing all articles
Browse latest Browse all 4081

New Post: how can I activate/enable PxPay payment gateway ?

$
0
0
In PxPay.gateway,I wrote this
<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?

Viewing all articles
Browse latest Browse all 4081

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>