ouldfella Posted July 2, 2020 Share Posted July 2, 2020 i have this code : try { Capsule::connection()->transaction( function ($connectionManager) { $connectionManager->table('orderssatim') ->where('orderNumber', $orderNumber) ->update( [ 'orderId' => $resultStep['orderId'] ] ); } ); } catch (\Exception $e) { echo "I couldn't update. {$e->getMessage()}"; } i dont find the update in my table 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.