This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 3
Invoice Number not passing to paypal
Started 10 years ago by fdjordan | 3 posts |
-
After updating to 3.5, the invoice number is no longer passing to paypal.
Has anyone else had this issue, is there a variable I need to update?Thanks
Posted 10 years ago # -
The invoice number is not being passed indeed, since v3.5 already support IPN and you should be able to track the payment status and get the Transaction ID directly from your MachForm panel.
MachForm Founder
Posted 10 years ago # -
I found the same thing. I wanted to pass the invoice number so it will show on the Paypal email notice to the customer.
In post-functions.php look for this line in the Paypal section:
$paypal_params['custom'] = $form_id.'_'.$entry_id.'_'.$entry_timestamp;And then you can add this line:
$paypal_params['invoice'] = $form_id.'_'.$entry_id;Paypal's dashboard and email will then show the invoice number.
Posted 10 years ago #
Reply
You must log in to post.