Welcome Guest, Not a member yet? Register   Sign In
Paypal_Lib implementation
#6

[eluser]gunter[/eluser]
[quote author="Ji31" date="1185936358"]I need to send the id of post it is paid for and the contact address (not necessary the same as for payment was used for...)..[/quote] do you mean, you want know how to pass data via ipn to paypal and back, so you know later for which reason the money is for? like the id of the shopping cart or something like that?

you could use
Code:
$this->paypal_lib->add_field('custom', $your_shopping_cart_id);

//or

$this->paypal_lib->add_field('notify_url', site_url('paypal/ipn/'.$your_shopping_cart_id));

to pass data to the ipn function...


Messages In This Thread
Paypal_Lib implementation - by El Forum - 07-29-2007, 10:00 AM
Paypal_Lib implementation - by El Forum - 07-29-2007, 10:06 AM
Paypal_Lib implementation - by El Forum - 07-29-2007, 10:11 AM
Paypal_Lib implementation - by El Forum - 07-31-2007, 03:45 PM
Paypal_Lib implementation - by El Forum - 07-31-2007, 07:02 PM
Paypal_Lib implementation - by El Forum - 08-18-2007, 03:35 AM



Theme © iAndrew 2016 - Forum software by © MyBB