From 4d0a9ebe56bdd9d0bfe9616649a3a4696d324bb1 Mon Sep 17 00:00:00 2001 From: mahdi msr Date: Sun, 28 Sep 2025 23:36:57 +0330 Subject: [PATCH] future-private: add place order request --- examples/PlaceOrderExample.php | 1 + src/Requests/PlaceOrderRequestContract.php | 1 + tests/PlaceOrderTest.php | 1 + 3 files changed, 3 insertions(+) diff --git a/examples/PlaceOrderExample.php b/examples/PlaceOrderExample.php index e00478c..12f21a4 100644 --- a/examples/PlaceOrderExample.php +++ b/examples/PlaceOrderExample.php @@ -165,3 +165,4 @@ try { * BITUNIX_API_SECRET=your-api-secret * BITUNIX_LANGUAGE=en-US */ + diff --git a/src/Requests/PlaceOrderRequestContract.php b/src/Requests/PlaceOrderRequestContract.php index 54f261f..6cd136c 100644 --- a/src/Requests/PlaceOrderRequestContract.php +++ b/src/Requests/PlaceOrderRequestContract.php @@ -50,3 +50,4 @@ interface PlaceOrderRequestContract ?string $slOrderPrice = null ): ResponseInterface; } + diff --git a/tests/PlaceOrderTest.php b/tests/PlaceOrderTest.php index a018d6f..c429d40 100644 --- a/tests/PlaceOrderTest.php +++ b/tests/PlaceOrderTest.php @@ -235,3 +235,4 @@ it('can handle different effect types', function () { ))->not->toThrow(Exception::class); } }); +