• Resolved cyshield

    (@cyshield)


    Hello,

    I get the following errors on orders:
    Message: Error when creating payment: {“message”:”Validation error: order_id already exists on another recurring”,”errors”:{“order_id”:[“already exists on another recurring”]},”error_code”:”400″}

    I have a feeling this is some kind of conflict between your module “WooCommerce QuickPay” and the module “Custom Order Numbers for WooCommerce”

    How it works is that there is a “post_id” for the order.
    And within that post we have the actual id_order (from Custom Order Numbers for WooCommerce).

    Would you please provide any info or help about it?
    I am not sure why it says order already exists, although it doesn’t.

Viewing 1 replies (of 1 total)
  • Plugin Author PerfectSolution

    (@perfectsolution)

    Hi Savvas,

    You may use the filter woocommerce_quickpay_order_number_for_api to adjust the order number sent to QuickPay. You can either attempt to use the order number created by your plugin, or you could try appending og prefixing the order number with a random string to make sure it is always unique.

Viewing 1 replies (of 1 total)
  • The topic ‘Validation error: order_id already exists on another recurring’ is closed to new replies.