@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.
@@ -8,6 +8,7 @@ require('./Pagination-cae1dcbd.js');
8
8
  require('./Payout-68a99ee3.js');
9
9
  const utils = require('./utils-13d069be.js');
10
10
  const utils$1 = require('./utils-4622829d.js');
11
+ const config = require('./config-70f62990.js');
11
12
 
12
13
  /*!
13
14
  * @kurkle/color v0.3.2
@@ -10993,7 +10994,7 @@ const GrossPaymentChart = class {
10993
10994
  return;
10994
10995
  }
10995
10996
  this.loading = true;
10996
- const api = Api.Api(this.authToken, process.env.PRIVATE_API_ORIGIN);
10997
+ const api = Api.Api(this.authToken, config.config.proxyApiOrigin);
10997
10998
  const endpoint = `account/${this.accountId}/reports/gross_volume`;
10998
10999
  const response = await api.get(endpoint);
10999
11000
  if (!response.error) {