You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there an existing order row in the order_googles table? What should happen is there should be an existing row there with an existing order_id, then the callback updates that row with the google_order_id. The get_ancilary_model() method loads a order_google model with the order_id value. Perhaps that should bomb if the model isn't loaded.
No, a row isn't created in the order_googles table until save() is called by update_google_id().
Where in the first instance should the row on the order_googles table be created?
I'd've thought in the process action of controller_checkout (possibly within the try block starting on line 148), or in the process action of Vendo_Payment_Offsite_Google_Checkout.
An error is thrown on line 60 (
$order_data->update_google_id($google_id);
) of thehandle
action ofController_Google_Checkout
.The error is
And appears to be caused by the value for
order_id
not having previously been populated.The text was updated successfully, but these errors were encountered: