• Hello

    Thanks for building such a useful plugin.

    I am using this plugin to make payment from paypal but I want to change the custom variable which send to paypal. I need user_id instead of post_id in the custom data. How can I do it.

    Thanks

Viewing 1 replies (of 1 total)
  • I am not the author but you should look in the plugin’s source file public/class-easy-payment-public.php at line #139

    $output .= '<input type="hidden" name="custom" value="' . get_the_ID() . '">';
    
Viewing 1 replies (of 1 total)
  • The topic ‘How to send custom Data to paypal’ is closed to new replies.