Issue Retrieving Authorization Code After Connecting WooCommerce Store
-
Hello Team,
The WooCommerce PayPal Pro (Classic and PayFlow Editions) Gateway plugin was functioning as expected before connecting it to the store. However, after integrating with the store, I am unable to retrieve the authorization code. I am currently using PayPal Pro PayFlow.
$paypal_transactions_id = $order->transaction_id;
$paypal_auths_code = get_post_meta( $order_id, ‘_auths_code’, true );
In this instance, I am not receiving the ‘_auths_code’
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Issue Retrieving Authorization Code After Connecting WooCommerce Store’ is closed to new replies.