create order with payment

This commit is contained in:
efrilm
2025-10-28 00:58:39 +07:00
parent 37f0008ec8
commit 137f3d9636
20 changed files with 2815 additions and 1086 deletions
+1
View File
@@ -7,4 +7,5 @@ class ApiPath {
static const String customers = '/api/v1/customers';
static const String paymentMethods = '/api/v1/payment-methods';
static const String orders = '/api/v1/orders';
static const String payments = '/api/v1/payments';
}