Needing to add PayFast Payment Transaction ID
-
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 PayFast 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 );
.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Needing to add PayFast Payment Transaction ID’ is closed to new replies.