@nowramp/form 0.1.33 → 0.1.35

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.js CHANGED
@@ -301,7 +301,7 @@ function Mt({
301
301
  try {
302
302
  await se({
303
303
  gateway: N,
304
- customerId: s.customerId || void 0,
304
+ externalCustomerId: s.customerId || void 0,
305
305
  fiatCurrency: s.fiatCurrency,
306
306
  ...v ? { cryptoAmount: s.cryptoAmount } : { fiatAmount: s.fiatAmount },
307
307
  cryptoCurrency: s.cryptoCurrency,