update gen qr

This commit is contained in:
Phuoc Nguyen
2025-11-21 17:31:49 +07:00
parent 4913a4e04b
commit 06b0834822
8 changed files with 192 additions and 44 deletions

View File

@@ -23,4 +23,7 @@ abstract class OrderRepository {
bool needsNegotiation = false,
String? notes,
});
/// Generate QR code for payment
Future<Map<String, dynamic>> generateQrCode(String orderId);
}