Replies: 1 comment
-
Hi! Instead of passing an array on your command try to parse it or encode it. Old: Old: $parsedArr = json_encode(['--order_id'=> $order->id]); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Laravel Version
10.41
PHP Version
8.1.26
Database Driver & Version
Ubuntu 22.04.4 LTS
Description
Dear all
Log::info("send order to shopify list "); Artisan::call('shopify:order:post', ['--order_id'=> $order->id]);
Error report on
and when i use
php artisan list
Thank you.
Steps To Reproduce
none
Beta Was this translation helpful? Give feedback.
All reactions