Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Commit

Permalink
CS
Browse files Browse the repository at this point in the history
  • Loading branch information
sanmai committed Oct 21, 2020
1 parent d1f0fed commit 887fffd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/110_CreateAndSubmitOrder.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
/** @var \YDeliverySDK\Client $client */
$client = $builder->build();


/**
* Получим данные по адресу.
*/
Expand Down Expand Up @@ -194,4 +193,3 @@
foreach ($response as $order) {
\var_dump($order->orderId);
}

0 comments on commit 887fffd

Please sign in to comment.