We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0afaab commit 65ec372Copy full SHA for 65ec372
src/Jobs/Market/Orders.php
@@ -88,7 +88,7 @@ public function handle()
88
'duration' => $order->duration,
89
'is_buy_order' => $order->is_buy_order,
90
'issued' => $issued,
91
- 'expiry' => $issued->addDays($order->duration),
+ 'expiry' => $issued->copy()->addDays($order->duration),
92
'location_id' => $order->location_id,
93
'min_volume' => $order->min_volume,
94
'price' => $order->price,
0 commit comments