paypal ipn simple question

Posted by TIT on Stack Overflow See other posts from Stack Overflow or by TIT
Published on 2010-05-12T14:47:00Z Indexed on 2010/05/12 15:54 UTC
Read the original article Hit count: 233

Filed under:
|

I want to ask just a thing. I am using paypal for the first time. not by buttons. the data i sends through html page , is it returned by the ipn?

i am using a paypal class and this is my custom data:

 $this->paypal_class->add_field('cemail', $this->session->userdata('check_email'));
  $this->paypal_class->add_field('fname', $this->session->userdata('check_name'));

just wanna ask if it returned by the ipn or not.

© Stack Overflow or respective owner

Related posts about php

Related posts about paypal