Thank you Christian,
yes IPN seems to work and I don't use sandbox. The amount is really paid.
User receives the two e-mails of Paypal saying he has subscribe to a monthly payment and has paid the first amount,
here is the part of the log concerning my test : (I added XXXX to mask the e-mail address but the address do works)
- Code: Select all
array (
0 => 'IPN received on: Sat Apr 23, 2011 8:31:34 pm UTC',
1 => 's2Member POST vars verified through a POST back to PayPal®.',
2 => 's2Member originating domain ( _SERVER[HTTP_HOST] ) validated.',
3 => 's2Member txn_type identified as (web_accept|subscr_signup).',
4 => 's2Member txn_type identified as (web_accept|subscr_signup) w/o update vars.',
5 => 'Signup Confirmation Email sent to: "Patricia XXXXXX" <patricia.XXXXXX@ac-nantes.fr>; "webmaster" <miXXXXXX@gmail.com>.',
6 => 'Storing IPN signup vars into a Transient Queue. These will be processed on registration.',
),
is this normal that the log shows "_SERVER[HTTP_HOST] " and not the real server name ?