@artisan-commerce/builders 0.7.0-canary.38 → 0.7.0-canary.39

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.
@@ -141668,7 +141668,7 @@ var __spreadValues$f = (a, b) => {
141668
141668
  const buildBillingData = (overrides = {}) => {
141669
141669
  return __spreadValues$f({
141670
141670
  id: genNumericId(),
141671
- name: genName(),
141671
+ name: `${genName()} ${genName()}`,
141672
141672
  nickname: genName(),
141673
141673
  documentType: genDocumentType(),
141674
141674
  document: genDocument(10),
@@ -141676,7 +141676,8 @@ const buildBillingData = (overrides = {}) => {
141676
141676
  phone: genMobilPhone("593"),
141677
141677
  email: genEmail(),
141678
141678
  default: getBoolean(),
141679
- country: genCountry()
141679
+ country: genCountry(),
141680
+ additionalInfo: {}
141680
141681
  }, overrides);
141681
141682
  };
141682
141683
  const genBillingData = (quantity) => {