future-private: add place order request

This commit is contained in:
mahdi msr 2025-09-28 23:36:57 +03:30
parent 138a4f4109
commit 4d0a9ebe56
3 changed files with 3 additions and 0 deletions

View File

@ -165,3 +165,4 @@ try {
* BITUNIX_API_SECRET=your-api-secret * BITUNIX_API_SECRET=your-api-secret
* BITUNIX_LANGUAGE=en-US * BITUNIX_LANGUAGE=en-US
*/ */

View File

@ -50,3 +50,4 @@ interface PlaceOrderRequestContract
?string $slOrderPrice = null ?string $slOrderPrice = null
): ResponseInterface; ): ResponseInterface;
} }

View File

@ -235,3 +235,4 @@ it('can handle different effect types', function () {
))->not->toThrow(Exception::class); ))->not->toThrow(Exception::class);
} }
}); });