An error is thrown on line 60 ($order_data->update_google_id($google_id);) of the handle action of Controller_Google_Checkout.
The error is
ERROR: Database_Exception [ 1048 ]: Column 'order_id' cannot be null [ INSERT INTOorder_googles(id,order_id,google_order_id) VALUES ('', NULL, '<google_order_id here>') ] ~ MODPATH/database/classes/kohana/database/mysql.php [ 179 ]
And appears to be caused by the value for order_id not having previously been populated.
An error is thrown on line 60 (
$order_data->update_google_id($google_id);) of thehandleaction ofController_Google_Checkout.The error is
And appears to be caused by the value for
order_idnot having previously been populated.