diff --git a/app/Traits/GenerateMigrationResources.php b/app/Traits/GenerateMigrationResources.php index 22ce9fda4464..fccaace26ec1 100644 --- a/app/Traits/GenerateMigrationResources.php +++ b/app/Traits/GenerateMigrationResources.php @@ -373,6 +373,8 @@ info("get company"); 'gateway_type_id' => $payment_method->payment_type->gateway_type_id, 'is_default' => $is_default, 'meta' => $this->convertMeta($payment_method), + 'client' => $contact->client->toArray(), + 'contacts' => $contact->client->contacts->toArray(), ]; }