Statistics: Posted by Cristián Lávaque — April 19th, 2011, 12:17 pm
Statistics: Posted by lucjager — April 19th, 2011, 3:27 am
<?php
$array = array(1,3,4);
$token = "ExpressCheckoutToken";
set_transient("s2m_".md5("s2member_transient_express_checkout_".$token), $array, 10800);
print_r(get_transient("s2m_".md5("s2member_transient_express_checkout_".$token)));
?>
<?php
$array = array(1,3,4);
$token = "ExpressCheckoutToken";
// set_transient("s2m_".md5("s2member_transient_express_checkout_".$token), $array, 10800);
print_r(get_transient("s2m_".md5("s2member_transient_express_checkout_".$token)));
?>
Statistics: Posted by Jason Caldwell — April 18th, 2011, 6:53 pm
Statistics: Posted by Jason Caldwell — April 18th, 2011, 4:40 pm
Statistics: Posted by Jason Caldwell — April 18th, 2011, 3:23 pm
Statistics: Posted by lucjager — April 15th, 2011, 4:23 pm
https://www.xxxxxxxx.org/lowrate/?s2member_paypal_xco=s2member_pro_paypal_checkout_return&token=EC-xxxxxxxxxxxxxx&PayerID=xxxxxxxxxxxxxx
Statistics: Posted by Jason Caldwell — April 15th, 2011, 4:19 pm
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US) AppleWebKit/533.20.25 (KHTML, like Gecko) Version/5.0.4 Safari/533.20.27
-------- Input vars: ( Wed Apr 13, 2011 9:38:58 am UTC ) --------
array (
'METHOD' => 'SetExpressCheckout',
'RETURNURL' => 'https://www.xxxxxx.org/lowrate/?s2member_paypal_xco=s2member_pro_paypal_checkout_return',
'CANCELURL' => 'https://www.xxxxxx.org/lowrate/?s2member_paypal_xco=s2member_pro_paypal_checkout_cancel',
'PAGESTYLE' => 'xxxxxx',
'NOSHIPPING' => '1',
'ALLOWNOTE' => '0',
'PAYMENTREQUEST_0_PAYMENTACTION' => 'Sale',
'PAYMENTREQUEST_0_DESC' => '1 yearMembership € 15,-',
'PAYMENTREQUEST_0_CUSTOM' => 'www.xxxxxx.xxx',
'PAYMENTREQUEST_0_CURRENCYCODE' => 'EUR',
'PAYMENTREQUEST_0_ITEMAMT' => '15.00',
'PAYMENTREQUEST_0_TAXAMT' => '0.00',
'PAYMENTREQUEST_0_AMT' => '15.00',
'L_PAYMENTREQUEST_0_NAME0' => '1 year Membership € 15,-',
'L_PAYMENTREQUEST_0_NUMBER0' => '1::262 D',
'L_PAYMENTREQUEST_0_AMT0' => '15.00',
'VERSION' => '63.0',
'USER' => 'XXX',
'PWD' => 'XXX',
'SIGNATURE' => 'XXX',
)
-------- Output string/vars: ( Wed Apr 13, 2011 9:38:59 am UTC ) --------
TOKEN=xxxxxxxxxxxxxxxxxxxxxxxx&TIMESTAMP=2011%2d04%2d13T09%3a38%3a59Z&CORRELATIONID=xxxxxxxxxxxxxxx&ACK=Success&VERSION=63%2e0&BUILD=1838679
array (
'TOKEN' => 'xxxxxxxxxxxxxxxxxxxxxxxx',
'TIMESTAMP' => '2011-04-13T09:38:59Z',
'CORRELATIONID' => 'xxxxxxxxxxxxx',
'ACK' => 'Success',
'VERSION' => '63.0',
'BUILD' => '1838679',
)
Statistics: Posted by lucjager — April 13th, 2011, 4:42 am
Statistics: Posted by Cristián Lávaque — April 12th, 2011, 5:32 pm
// paypal-pro-api log file//
-------- Output string/vars: ( Sat Nov 6, 2010 7:20:44 pm UTC ) --------
TIMESTAMP=2010%2d11%2d06T19%3a20%3a53Z&CORRELATIONID=xxxxxxxxxxxxx&ACK=Failure&VERSION=63%2e0&BUILD=1584437&L_ERRORCODE0=11552&L_SHORTMESSAGE0=Invalid%20profile%20ID&L_LONGMESSAGE0=The%20profile%20ID%20is%20invalid&L_SEVERITYCODE0=Error
array (
'TIMESTAMP' => '2010-11-06T19:20:53Z',
'CORRELATIONID' => 'xxxxxxxxxxxxx',
'ACK' => 'Failure',
'VERSION' => '63.0',
'BUILD' => '1584437',
'L_ERRORCODE0' => '11552',
'L_SHORTMESSAGE0' => 'Invalid profile ID',
'L_LONGMESSAGE0' => 'The profile ID is invalid',
'L_SEVERITYCODE0' => 'Error',
'__error' => 'Error# 11552. Invalid profile ID. The profile ID is invalid.',
)
Statistics: Posted by lucjager — April 12th, 2011, 4:54 pm