diff --git a/LabelStoreMax/lib/resources/pages/checkout_details.dart b/LabelStoreMax/lib/resources/pages/checkout_details.dart index 4157cdd..bcf7776 100644 --- a/LabelStoreMax/lib/resources/pages/checkout_details.dart +++ b/LabelStoreMax/lib/resources/pages/checkout_details.dart @@ -150,7 +150,7 @@ class _CheckoutDetailsPageState extends State { _txtBillingAddressLine.text = addressLine!; _txtBillingCity.text = city!; _txtBillingPostalCode.text = postalCode!; - _txtBillingPhoneNumber.text = phoneNumber!; + _txtBillingPhoneNumber.text = phoneNumber ?? ""; _txtBillingEmailAddress.text = emailAddress!; _billingCountry = customerCountry; } else if (type == "shipping") {