update gen qr
This commit is contained in:
@@ -23,4 +23,7 @@ abstract class OrderRepository {
|
||||
bool needsNegotiation = false,
|
||||
String? notes,
|
||||
});
|
||||
|
||||
/// Generate QR code for payment
|
||||
Future<Map<String, dynamic>> generateQrCode(String orderId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user