|
@@ -992,7 +992,7 @@
|
|
|
const validity = document.querySelector('.validity').value;
|
|
|
|
|
|
if (paymentMethod === 'razorpay') {
|
|
|
- path = "/app-api/hmd/razorpay/selectRazorpayTradeWapPay";
|
|
|
+ path = "/app-api/hmd/razorpay/razorpayTradeWapPay";
|
|
|
const pathWithDomain = urlObj.origin + path;
|
|
|
const responseHtml = axios.get(pathWithDomain, {
|
|
|
params: {
|
|
@@ -1018,7 +1018,7 @@
|
|
|
"description": "Test Transaction",
|
|
|
"image": "https://example.com/your_logo",
|
|
|
"order_id": response.data.outTradeNo, //This is a sample Order ID. Pass the `id` obtained in the response of Step 1
|
|
|
- "callback_url": "https://eneqd3r9zrjok.x.pipedream.net/",
|
|
|
+ "callback_url": "http://pay.tecanswer.com/",
|
|
|
"prefill": { //We recommend using the prefill parameter to auto-fill customer's contact information especially their phone number
|
|
|
"name": "Gaurav Kumar", //your customer's name
|
|
|
"email": "gaurav.kumar@example.com",
|