checkout->placeOrder($fingerprint); $order->update([ 'status' => config("lunar.payments.types.{$type}.authorized", $order->status), ]); return $order->refresh(); } }