I have a fairly out of the box implementation. When I have used the #_PAYMENT_URL in an email and clicked on the link, the webpage returned the button to go to pay in paypal (with correct settings), but also returned the following code on top of the button:
Warning: Missing argument 3 for eme_payment_form(), called in /./.../wp-content/plugins/events-made-easy/eme_events.php on line 558 and defined in /../wp-content/plugins/events-made-easy/eme_rsvp.php on line 3
I have added the empty “” third argument on the line 558 code as below and all seems to be working fine. Have I done the right thing?
$page_body = eme_payment_form("",get_query_var('eme_pmt_id'),"");
Thanks,
Sandi