• Resolved Bijay

    (@bijaykumar)


    Hi Team.
    Previously This plugin used to send woocommerce_order_no to razorpay. But now its sending woocommerce_order_id.
    The Issue with current approach is we are facing issue while matching orders with payment.

    Our website has different order number its not default order id/post_id.
    For eg Order Number: V8987(this is visible at Frontend) where the order is like 17765

    Previously this plugin send V8987 as order to razorpay so we can easily match with orders. Please fix this asap. I have changed the

    const WC_ORDER_ID = ‘woocommerce_order_id’; (On line 46) It seems working for Razorpay but then after successful payment its not reflecting in the website.

    This issue was raised from
    = 2.3.2 =
    * Added RAZORPAY ORDER ID in order notes.
    * Tested upto WordPress 5.2.4 and WooCommerce 3.7.1

    We collect payment from 3 website from same razorpay account so its easier to track through order number than order id

    Please Fix This Issue ASAP

  • The topic ‘Order Id Passing Instead Of Order Number’ is closed to new replies.