salman96
Forum Replies Created
-
Hello sir @jigneshmpatel
If I change
'state' => $order->get_shipping_state() ?: $order->get_billing_state(),to'state' => 'Tamilnadu',Razorpay popup opens. Reason: State name should be full nameAfter payment successful, no redirect happens and order is not marking as paid in Woocommrece and razorpay dashboard not showing any payment ID. Only Order ID is created in Razorpay dashboard and Woocommerce.
Kindly check and update
- This reply was modified 3 months, 2 weeks ago by salman96.
Hello sir @jigneshmpatel
I have updated the log file after changing the hs code from 85122020 to hs_code: 85122020.
Also checking the error log, the statename should be the full name and not 2 digit code TN, DL, KL, GJ etc
Thank you
Hello sir @jigneshmpatel
Thank you for the file update. But the log file is not getting created. I would like to provide you access to the website. Can you please contact me using call or whatsapp. Or let me know to can I share you the credentials. Contact info: https://docs.google.com/document/d/1sdpM6KvMkOk9kHa8oBs3oCfbkq-vEGIEZuoguDQtKh8/edit?usp=drive_link
- This reply was modified 3 months, 2 weeks ago by salman96.
Also can you please add my whatsapp? I shall explain the full scenario Number is in this link https://docs.google.com/document/d/1sdpM6KvMkOk9kHa8oBs3oCfbkq-vEGIEZuoguDQtKh8/edit?usp=drivesdk
- This reply was modified 3 months, 2 weeks ago by salman96.
/checkout/order-pay/483/?key=wc_order_BrvvZNWRtTeOh
Order number: 483
Date: 10/02/2026
Total: Rs1.00
Payment method: Razorpay
Please wait while we are processing your payment.
The payment stuck here and Razorpay popup didn’t show up. My account is not normal Razorpay account. It’s Razorpay Import flow account. Please refer to this documentation link https://razorpay.com/docs/payments/international-payments/accept-international-payments-from-indian-customers/standard-integration/build-integration/
Also please check this attachment for adding hs code https://drive.google.com/file/d/1-VpA7qyXv-oaOWz0dyNDGPFDtvT9PYRE/view?usp=drivesdk
Hi, There’s an update in which hs_code to be passed. hs_code is saved as product tags name.
Integration Changes Required
Pass HS code in the ‘Create Order API’
Request : POST /order
JavaScriptGoods Flow Under PACBFor Goods flow, there are additional information requirements from the bank to processtransactions and the same needs to be facilitated to enable the processing of settlements forGoods merchants.Integration Changes Required●Pass HS code in the ‘Create Order API’Request :POST /order.curl -u [YOUR_KEY_ID]:[YOUR_KEY_SECRET] \-X POST https://api.razorpay.com/v1/orders \-H "content-type: application/json" \-d'{"amount": 10000, "currency": "INR", "receipt": "receipt#1", "customer_id": "cust_OwZZseNBf9Uqsi", "customer_details": { "name": "Gaurav Kumar", "email": "[email protected]", "contact": "9123456780", "shipping_address": { "line1": "Mantri apartment", "line2": "Koramangala", "city": "Bengaluru", "country": "IND", "state": "Karnataka", "zipcode": "560032", "latitude": "123123", "longitude": "123123}, "identity": [ { "type": "tax_id", "id": "HSCPE4563G" } ] }, "notes": { hs_code: "" //NEW "key2": "value2" }}'Hello team
Thanks for your reply. The domain name is same. I’m just migrating from one host to another. In another plugin Updraftplus Backups free version, scanning remote drive for earlier backup and restoration is available.
I’d request you to consider adding this feature alone to your plugin as the remote back is already available and why not a scan for earlier backup !
Hi
Can you please share snippet to disable Cart and Order discount? It’s resulting in abnormal item values eventhough the total values are correct. Your plugin was working perfectly before Cart and Order discount.
Forum: Plugins
In reply to: [UPI QR Code Payment Gateway for WooCommerce] QR code not visibleIt is working and has been verified from my end from a different browser. Thank you so much.