fix: order

This commit is contained in:
efrilm
2025-08-05 23:58:16 +07:00
parent d7cd6ce4f2
commit afeccac4aa
2 changed files with 5 additions and 3 deletions
@@ -54,7 +54,7 @@ class OrderRequestModel {
"customer_name": customerName,
};
if (customerId != null || customerId != "") {
if (customerId != null && customerId != "") {
data["customer_id"] = customerId;
}