No registration email being sent after checkout with ccbill
Posted: December 20th, 2011, 6:45 am
Hello,
I'm hoping someone can help me.
I'm using ccbill for payment processing and everything works fine except when the user is returned to the website no email is being sent with a registration link.
One possible reason is that there is no paypal-ipn.log being created for the event but there is ccbill-ipn.log, ccbill-rtn.log and paypal-rtn.log files being created with no obvious issues.
my ccbill-ipn.log states: (Note "Please check PayPal® IPN logs for further processing details" there is no further details in that log)
PHP v5.3.8 :: WordPress® v3.2.1 :: s2Member® v111216 :: s2Member® Pro v111216
Memory 27.53 MB :: Real Memory 27.75 MB :: Peak Memory 27.62 MB :: Real Peak Memory 27.75 MB
xxxxxxx.com/?s2member_pro_ccbill_notify=1
User-Agent:
array (
'customer_fname' => 'name',
'customer_lname' => 'name,
'email' => 'email@email.com',
'username' => '',
'password' => '',
'productDesc' => '',
'price' => '£2.99 for 2 days',
'subscription_id' => '0311354201000000589',
'denialId' => '',
'clientAccnum' => 'xxxxxx',
'clientSubacc' => '0000',
'address1' => 'line 1',
'city' => 'l',
'state' => '',
'country' => '',
'phone_number' => '',
'zipcode' => '',
'start_date' => '2011-12-20 03:18:46',
'referer' => '',
'ccbill_referer' => '',
'affiliate' => '',
'reservationId' => '',
'referringUrl' => 'http://xxxxxxx.com/join/',
'reasonForDecline' => '',
'reasonForDeclineCode' => '',
'formName' => '146cc',
'cardType' => 'VISA',
'responseDigest' => '9abfa56f498467a987cc8c3c9bff667a',
's2_desc' => '2 Days membership',
's2_customer_ip' => '86.14.153.64',
's2_invoice' => '1::2 D',
's2_custom' => 'xxxxxxx.com',
's2_p1' => '0 D',
's2_p3' => '2 D',
'typeId' => '0',
'initialPrice' => '2.99',
'initialPeriod' => '2',
'recurringPrice' => '0',
'recurringPeriod' => '0',
'rebills' => '0',
'initialFormattedPrice' => '£2.99',
'recurringFormattedPrice' => '£0.00',
'ip_address' => '86.14.153.64',
's2member_log' =>
array (
0 => 'IPN received on: Tue Dec 20, 2011 10:18:53 am UTC',
1 => 's2Member POST vars verified with ccBill®.',
2 => 'ccBill® transaction identified as ( `NON-RECURRING/BUY-NOW` ).',
3 => 'IPN reformulated. Piping through s2Member\'s core/standard PayPal® processor as `txn_type` ( `web_accept` ).',
4 => 'Please check PayPal® IPN logs for further processing details.',
),
)
Thank you in advance
I'm hoping someone can help me.
I'm using ccbill for payment processing and everything works fine except when the user is returned to the website no email is being sent with a registration link.
One possible reason is that there is no paypal-ipn.log being created for the event but there is ccbill-ipn.log, ccbill-rtn.log and paypal-rtn.log files being created with no obvious issues.
my ccbill-ipn.log states: (Note "Please check PayPal® IPN logs for further processing details" there is no further details in that log)
PHP v5.3.8 :: WordPress® v3.2.1 :: s2Member® v111216 :: s2Member® Pro v111216
Memory 27.53 MB :: Real Memory 27.75 MB :: Peak Memory 27.62 MB :: Real Peak Memory 27.75 MB
xxxxxxx.com/?s2member_pro_ccbill_notify=1
User-Agent:
array (
'customer_fname' => 'name',
'customer_lname' => 'name,
'email' => 'email@email.com',
'username' => '',
'password' => '',
'productDesc' => '',
'price' => '£2.99 for 2 days',
'subscription_id' => '0311354201000000589',
'denialId' => '',
'clientAccnum' => 'xxxxxx',
'clientSubacc' => '0000',
'address1' => 'line 1',
'city' => 'l',
'state' => '',
'country' => '',
'phone_number' => '',
'zipcode' => '',
'start_date' => '2011-12-20 03:18:46',
'referer' => '',
'ccbill_referer' => '',
'affiliate' => '',
'reservationId' => '',
'referringUrl' => 'http://xxxxxxx.com/join/',
'reasonForDecline' => '',
'reasonForDeclineCode' => '',
'formName' => '146cc',
'cardType' => 'VISA',
'responseDigest' => '9abfa56f498467a987cc8c3c9bff667a',
's2_desc' => '2 Days membership',
's2_customer_ip' => '86.14.153.64',
's2_invoice' => '1::2 D',
's2_custom' => 'xxxxxxx.com',
's2_p1' => '0 D',
's2_p3' => '2 D',
'typeId' => '0',
'initialPrice' => '2.99',
'initialPeriod' => '2',
'recurringPrice' => '0',
'recurringPeriod' => '0',
'rebills' => '0',
'initialFormattedPrice' => '£2.99',
'recurringFormattedPrice' => '£0.00',
'ip_address' => '86.14.153.64',
's2member_log' =>
array (
0 => 'IPN received on: Tue Dec 20, 2011 10:18:53 am UTC',
1 => 's2Member POST vars verified with ccBill®.',
2 => 'ccBill® transaction identified as ( `NON-RECURRING/BUY-NOW` ).',
3 => 'IPN reformulated. Piping through s2Member\'s core/standard PayPal® processor as `txn_type` ( `web_accept` ).',
4 => 'Please check PayPal® IPN logs for further processing details.',
),
)
Thank you in advance