Hello,
I have a donation form that will utilize the PayPal Pro processor.
On Success, an email is sent to me with some basic information from the form.
I would also like to include the PayPal Transaction ID in that email. I also would like to save it to the database.
I included:
At the bottom of my email, and it gives me ALL the information, which I don't need. I only want the [transaction_id] information from:
Is this possible?
Thanks,
Ryan
I have a donation form that will utilize the PayPal Pro processor.
On Success, an email is sent to me with some basic information from the form.
I would also like to include the PayPal Transaction ID in that email. I also would like to save it to the database.
I included:
<?php echo'<div> $form->data: '.print_r( $form->data, true).'</div>'; ?>
At the bottom of my email, and it gives me ALL the information, which I don't need. I only want the [transaction_id] information from:
[paypal_pro] => Array ( [transaction_id] => 5HT39097UXXXXXXXX [error_message] => [error_code] => [correlation_id] => 4ad5a32fa3315 [avs_code] => Y [payment_status] => SUCCESS )
Is this possible?
Thanks,
Ryan