chore: fix order id

This commit is contained in:
2026-03-28 17:39:45 +01:00
parent 37e5fb5b0d
commit 98150851c9
5 changed files with 7 additions and 5 deletions
+1
View File
@@ -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;