future-private: add place order request
This commit is contained in:
parent
138a4f4109
commit
4d0a9ebe56
|
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -50,3 +50,4 @@ interface PlaceOrderRequestContract
|
||||||
?string $slOrderPrice = null
|
?string $slOrderPrice = null
|
||||||
): ResponseInterface;
|
): ResponseInterface;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -235,3 +235,4 @@ it('can handle different effect types', function () {
|
||||||
))->not->toThrow(Exception::class);
|
))->not->toThrow(Exception::class);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue