@spiffcommerce/core 26.29.1-beta.40a15d47-8798-5aca-8bce-ebfec12b1ad9 → 26.29.1

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.
package/dist/index.mjs CHANGED
@@ -10117,7 +10117,7 @@ class io {
10117
10117
  );
10118
10118
  }
10119
10119
  async updateRecipient(t, e, a, n, i, s, o, l) {
10120
- var c, d, A, u;
10120
+ var c, d;
10121
10121
  if (this.transaction.recipient)
10122
10122
  await b.getShadowGraphqlClient().mutate({
10123
10123
  mutation: ao,
@@ -10136,7 +10136,7 @@ class io {
10136
10136
  }
10137
10137
  });
10138
10138
  else {
10139
- const h = await b.getShadowGraphqlClient().mutate({
10139
+ const A = await b.getShadowGraphqlClient().mutate({
10140
10140
  mutation: eo,
10141
10141
  errorPolicy: "all",
10142
10142
  fetchPolicy: "no-cache",
@@ -10151,13 +10151,13 @@ class io {
10151
10151
  country: l
10152
10152
  }
10153
10153
  });
10154
- this.transaction.recipient = { id: (d = (c = h == null ? void 0 : h.data) == null ? void 0 : c.recipientCreate) == null ? void 0 : d.id }, await b.getShadowGraphqlClient().mutate({
10154
+ await b.getShadowGraphqlClient().mutate({
10155
10155
  mutation: no,
10156
10156
  errorPolicy: "all",
10157
10157
  fetchPolicy: "no-cache",
10158
10158
  variables: {
10159
10159
  id: this.transaction.id,
10160
- recipientId: (u = (A = h.data) == null ? void 0 : A.recipientCreate) == null ? void 0 : u.id
10160
+ recipientId: (d = (c = A.data) == null ? void 0 : c.recipientCreate) == null ? void 0 : d.id
10161
10161
  }
10162
10162
  });
10163
10163
  }