tf-checkout-react 1.4.15-beta.1 → 1.4.15-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3590,7 +3590,7 @@ var BillingInfoContainer = /*#__PURE__*/React.memo(function (_ref4) {
3590
3590
  el.required = true;
3591
3591
  }
3592
3592
  }
3593
- if (['street_address', 'country', 'state', 'city', 'zip'].includes(el.name)) {
3593
+ if (['street_address', 'country', 'state', 'city'].includes(el.name)) {
3594
3594
  if (flagFreeTicket) {
3595
3595
  el.required = false;
3596
3596
  return false;