chore: fix order id
This commit is contained in:
@@ -796,6 +796,7 @@ export const getPublicSettings = async (): Promise<PublicSettings> => {
|
||||
|
||||
export interface CryptoPaymentStatus {
|
||||
command_id: number;
|
||||
client_order_number?: number;
|
||||
payment_status: string;
|
||||
pay_address: string;
|
||||
pay_amount: number;
|
||||
|
||||
Reference in New Issue
Block a user