Fix floating number, menu font size
This commit is contained in:
@@ -17,7 +17,7 @@ class CustomerApi {
|
||||
|
||||
Future<void> saveCustomer(Customer customer) async {
|
||||
String body = JsonEncoder().convert(customer.toJson());
|
||||
print(" ===== saving exerciseType id: " + customer.customerId.toString() + ":" + body );
|
||||
print(" ===== saving customer id: " + customer.customerId.toString() + ":" + body );
|
||||
await _client.post(
|
||||
"customers/"+customer.customerId.toString(),
|
||||
body);
|
||||
|
||||
Reference in New Issue
Block a user