X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=bin%2FContributionProcessor.php;h=7f516197fc89ff06766340627536243718d8f383;hb=a9e80afcf3faf29b2ed7d5f2ce4c981622524cae;hp=3cb3ae3a3007f34950f274527bcbb3596aaa5357;hpb=1f5f3294eb294aef2716c78b6e8bc176274f36f2;p=civicrm-core.git diff --git a/bin/ContributionProcessor.php b/bin/ContributionProcessor.php index 3cb3ae3a30..7f516197fc 100644 --- a/bin/ContributionProcessor.php +++ b/bin/ContributionProcessor.php @@ -283,9 +283,10 @@ class CiviContributeProcessor { } foreach ($response[1][$response[0]]['notifications']['charge-amount-notification'] - as $amtData + as $amtData ) { - $searchParams = array('order-numbers' => array($amtData['google-order-number']['VALUE']), + $searchParams = array( + 'order-numbers' => array($amtData['google-order-number']['VALUE']), 'notification-types' => array('risk-information', 'new-order', 'charge-amount'), ); $response = CRM_Core_Payment_Google::invokeAPI($paymentProcessor, @@ -434,4 +435,3 @@ else { $lock->release(); echo "Done processing

"; -