diff --git a/app/Services/Business/BusinessClient.php b/app/Services/Business/BusinessClient.php index 38de67a..90c47af 100644 --- a/app/Services/Business/BusinessClient.php +++ b/app/Services/Business/BusinessClient.php @@ -172,6 +172,7 @@ abstract class BusinessClient ]; $promises[] = $client->postAsync($url, $options); } + Promise\Utils::unwrap($promises); // $res = Promise\Utils::unwrap($promises); // foreach ($res as $item) { // var_dump($item->getBody()->getContents());