简体   繁体   English

在 CCAVENUE 中将美元设置为默认货币

[英]Set USD as default Currency In CCAVENUE

I have by default INR as my set currency for payments.默认情况下,我将 INR 作为付款的设置货币。 I want to receive the payments in dollars.我想以美元接收付款。 How can I set dollars as my default currency.如何将美元设置为我的默认货币。

I am using the PHP api for implementing the CCAVENUE PAYMENT GATEWAY.我正在使用 PHP api 来实现 CCAVENUE PAYMENT GATEWAY。 Everything is done .一切都完成了。 I just need to set the dollar as my default currency.我只需要将美元设置为我的默认货币。

<form method="POST" name="customerData" action="ccavRequestHandler.php">
        <table width="40%" height="100" border='1' align="center"><caption><font size="4" color="blue"><b>Integration Kit</b></font></caption></table>
            <table width="50%" height="100" border='1' align="center">
                <tr>
                    <td>Parameter Name:</td><td>Parameter Value:</td>
                </tr>
                <tr>
                    <td colspan="2"> Compulsory information</td>
                </tr>
                <tr>
                    <td>TID :</td><td><input type="text" name="tid" id="tid" readonly /></td>
                </tr>
                <tr>
                    <td>Merchant Id :</td><td><input type="text" name="merchant_id" value=""/></td>
                </tr>
                <tr>
                    <td>Order Id    :</td><td><input type="text" name="order_id" value="123654789"/></td>
                </tr>
                <tr>
                    <td>Amount  :</td><td><input type="text" name="amount" value="10.00"/></td>
                </tr>
                <tr>
                    <td>Currency    :</td><td><input type="text" name="currency" value="USD"/></td>
                </tr>
                <tr>
                    <td>Redirect URL    :</td><td><input type="text" name="redirect_url" value="http://localhost/ccavResponseHandler.php"/></td>
                </tr>
                <tr>
                    <td>Cancel URL  :</td><td><input type="text" name="cancel_url" value="http://localhost/ccavResponseHandler.php"/></td>
                </tr>
                <tr>
                    <td>Language    :</td><td><input type="text" name="language" value="EN"/></td>
                </tr>

I changed the currency from INR to USD but its not working and gives me an error我将货币从 INR 更改为 USD 但它不起作用并给我一个错误

I found out the answer myself.我自己找到了答案。 Their was a bug from the ccavenue side.他们是来自ccavenue方面的一个错误。 They fixed it and now INR and USD are working他们修复了它,现在印度卢比和美元正在发挥作用

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM