• Hi there

    WooCommerce has a built in function that saves a Transaction ID to an order. This was documented in it’s release here.

    We have a site that we recently integrated a sync with QuickBooks that push all our orders through. However the plugin relies on the order meta with the key _transaction_id which can be easily added within the Zapper Plugin.

    Currently you guys do make used of the function as $order->payment_complete(); and all that would be needed is passing it a variable like $order->payment_complete( $someValue );.

The topic ‘Zapper Payment Transaction ID’ is closed to new replies.