@justifi/webcomponents 4.7.0-rc.1 → 4.7.0-rc.2

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.
@@ -1490,7 +1490,7 @@ const MessageEventType = {
1490
1490
  };
1491
1491
 
1492
1492
  const name = "@justifi/webcomponents";
1493
- const version = "4.7.0-rc.1";
1493
+ const version = "4.7.0-rc.2";
1494
1494
  const description = "JustiFi Web Components";
1495
1495
  const main = "dist/index.cjs.js";
1496
1496
  const module = "dist/components/index.js";
@@ -4,6 +4,7 @@ import './Pagination-31f770d6.js';
4
4
  import './Payout-fcf16887.js';
5
5
  import { a as formatCurrency, b as formatDisplayDate } from './utils-40b7002c.js';
6
6
  import { E as ErrorState } from './utils-6352c002.js';
7
+ import { c as config } from './config-b1976dbd.js';
7
8
 
8
9
  /*!
9
10
  * @kurkle/color v0.3.2
@@ -10989,7 +10990,7 @@ const GrossPaymentChart = class {
10989
10990
  return;
10990
10991
  }
10991
10992
  this.loading = true;
10992
- const api = Api(this.authToken, process.env.PRIVATE_API_ORIGIN);
10993
+ const api = Api(this.authToken, config.proxyApiOrigin);
10993
10994
  const endpoint = `account/${this.accountId}/reports/gross_volume`;
10994
10995
  const response = await api.get(endpoint);
10995
10996
  if (!response.error) {