create order with payment
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user