@depay/widgets 6.31.0 → 6.31.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/esm/index.js CHANGED
@@ -1731,7 +1731,7 @@ var ChangableAmountProvider = (function (props) {
1731
1731
  } else {
1732
1732
  Promise.all(props.accept.map(function (configuration) {
1733
1733
  if (CONSTANTS[configuration.blockchain].USD.toLowerCase() == configuration.token.toLowerCase()) {
1734
- return 1.00 / conversionRate;
1734
+ return 1.00 / conversionRate * amount;
1735
1735
  }
1736
1736
 
1737
1737
  return route({