updating the credential

This commit is contained in:
Ganesh Hegde
2013-05-30 16:21:39 +05:30
parent 37c9617285
commit d207a66a4a

View File

@@ -56,8 +56,8 @@ $capture = Capture::get($capt->getId(), $apiContext);
// create new API context // create new API context
$context = new ApiContext(new OAuthTokenCredential( $context = new ApiContext(new OAuthTokenCredential(
'Aer9WxCa2q0dlmoyWv2n__xE10ttwuXL3pNLzLFU30atoUda5bKGh_lUqSzy', 'EBWKjlELKMYqRNQ6sYvFo64FtaRLRR5BdHEESmha49TM',
'EIUvhhC4ga-Fy5N7vIZPRBOpcdoi2iVRhTwJ_ZhMD9RdZZSMtSGSNLAwq-ND')); 'EO422dn3gQLgDbuwqTjzrFgFtaRLRR5BdHEESmha49TM'));
try { try {
// (See bootstrap.php for more on `ApiContext`) // (See bootstrap.php for more on `ApiContext`)
$captureRefund = $capture->refund($refund, $context); $captureRefund = $capture->refund($refund, $context);