fix: order
This commit is contained in:
@@ -54,7 +54,7 @@ class OrderRequestModel {
|
||||
"customer_name": customerName,
|
||||
};
|
||||
|
||||
if (customerId != null || customerId != "") {
|
||||
if (customerId != null && customerId != "") {
|
||||
data["customer_id"] = customerId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user