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.
@@ -3597,7 +3597,7 @@ var BillingInfoContainer = /*#__PURE__*/React__default.memo(function (_ref4) {
3597
3597
  el.required = true;
3598
3598
  }
3599
3599
  }
3600
- if (['street_address', 'country', 'state', 'city', 'zip'].includes(el.name)) {
3600
+ if (['street_address', 'country', 'state', 'city'].includes(el.name)) {
3601
3601
  if (flagFreeTicket) {
3602
3602
  el.required = false;
3603
3603
  return false;