@depay/widgets 12.3.1 → 12.3.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.
package/dist/umd/index.js CHANGED
@@ -23752,8 +23752,7 @@
23752
23752
  if (typeof recoverSignature != 'function') {
23753
23753
  recoverSignature = function recoverSignature(_ref) {
23754
23754
  var message = _ref.message,
23755
- signature = _ref.signature,
23756
- wallet = _ref.wallet;
23755
+ signature = _ref.signature;
23757
23756
  return new Promise(function (resolve, reject) {
23758
23757
  fetch(endpoint, {
23759
23758
  method: 'POST',
@@ -23762,10 +23761,7 @@
23762
23761
  },
23763
23762
  body: JSON.stringify({
23764
23763
  message: message,
23765
- signature: signature,
23766
- wallet: {
23767
- name: wallet.name
23768
- }
23764
+ signature: signature
23769
23765
  })
23770
23766
  }).then(function (response) {
23771
23767
  if (response.status == 200) {