passing custom parameters to paypal
-
Hello all – up front, i have yet to even install this plugin.
we have an existing home-grown (or home-groan) shopping cart need to consider new options.
currently we are passing hidden parameters to paypal like so:
<input type=”hidden” id=”4545V1″ name=”custom” value=”this string will get passed to paypal!”>
and after the purchase is complete, a script called “paypalSubscribe.php” will receive the value like so:
$customValue = $_POST[‘custom’]; // equals “this string will get passed to paypal!
is there a way to do the same thing using this plugin?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘passing custom parameters to paypal’ is closed to new replies.