Dear All, I've been testing recurring payment with my Amember/Moodle integration, with paypal sandbox. After logging into Amember admin and looking at the error log I see the following error: The URL is: /amember/plugins/payment/paypal_r/ipn.php The error is: paypal_r DEBUG: successfully handled txn_type => subscr_cancel subscr_id => I-97DLJCRJWNYP last_name => User residence_country => US mc_currency => USD item_name => Test Site recurring business => name._1276336843_biz@hotmail.com amount3 => 1.00 recurring => 1 verify_sign => An3ronisGoQbhOd3CcYAakU7DtQxAj49hZI5o6.vSTQRM5z59frKQyvE payer_status => verified test_ipn => 1 payer_email => name._1276289579_per@hotmail.com first_name => Test receiver_email => name._1276336843_biz@hotmail.com payer_id => AWNMBUSRUWHJ6 invoice => 96-POQ reattempt => 1 recur_times => 3 subscr_date => 11:11:44 Jun 24, 2010 PDT charset => windows-1252 notify_version => 3.0 period3 => 2 D mc_amount3 => 1.00 There is also this one: URL: /sb/plugins/payment/paypal_r/ipn.php The error is: paypal_r DEBUG: txn_type => subscr_cancel subscr_id => I-97DLJCRJWNYP last_name => User residence_country => US mc_currency => USD item_name => Test Site recurring business => name._1276336843_biz@hotmail.com amount3 => 1.00 recurring => 1 verify_sign => An3ronisGoQbhOd3CcYAakU7DtQxAj49hZI5o6.vSTQRM5z59frKQyvE payer_status => verified test_ipn => 1 payer_email => name._1276289579_per@hotmail.com first_name => Test receiver_email => name._1276336843_biz@hotmail.com payer_id => AWNMBUSRUWHJ6 invoice => 96-POQ reattempt => 1 recur_times => 3 subscr_date => 11:11:44 Jun 24, 2010 PDT charset => windows-1252 notify_version => 3.0 period3 => 2 D mc_amount3 => 1.00 I don't know what these messages mean. Can someone help me fix them please? Best wishes, ch
Above messages are not errors but debug info about IPN messages being received from paypal. You can distegard these messages.