We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1847ff + 5608484 commit f94a3e2Copy full SHA for f94a3e2
LabelStoreMax/lib/resources/pages/checkout_details.dart
@@ -150,7 +150,7 @@ class _CheckoutDetailsPageState extends State<CheckoutDetailsPage> {
150
_txtBillingAddressLine.text = addressLine!;
151
_txtBillingCity.text = city!;
152
_txtBillingPostalCode.text = postalCode!;
153
- _txtBillingPhoneNumber.text = phoneNumber!;
+ _txtBillingPhoneNumber.text = phoneNumber ?? "";
154
_txtBillingEmailAddress.text = emailAddress!;
155
_billingCountry = customerCountry;
156
} else if (type == "shipping") {
0 commit comments