Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #52281
    Anonymous
    Inactive

    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

    #52285
    Franky
    Keymaster
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top