Index: branches/5.2.x/units/gateways/gw_classes/notify_scripts/google_checkout_notify.php =================================================================== diff -u -N -r14689 -r15134 --- branches/5.2.x/units/gateways/gw_classes/notify_scripts/google_checkout_notify.php (.../google_checkout_notify.php) (revision 14689) +++ branches/5.2.x/units/gateways/gw_classes/notify_scripts/google_checkout_notify.php (.../google_checkout_notify.php) (revision 15134) @@ -1,6 +1,6 @@ SetDBField('TransactionStatus', $transaction_status); if ($transaction_status == 1) { - $dummy_var = '10'; $application->SetVar('ord_id', $order->GetID()); // used in OrdersEventHandler::UpdateOrderItem - $application->HandleEvent($dummy_var, 'ord:OnCompleteOrder'); + $application->HandleEvent(new kEvent('ord:OnCompleteOrder')); } $application->Done(); \ No newline at end of file