DePayFi / widgets

💸 Payments directly into your wallet. DePay simplifies and improves Web3 Payments with the power of DeFi. Accept any token with on-the-fly conversion and state-of-the-art widgets.
https://depay.com
MIT License
96 stars 36 forks source link

`track: method:` should just require a simple promise not a response #69

Closed 10xSebastian closed 1 year ago

10xSebastian commented 1 year ago

to simplify integration and prevent integration mistakes, track: method should just expect a naive promise that either resolves or not, but should have no expectations as in what to expect in return

10xSebastian commented 1 year ago

https://github.com/DePayFi/widgets/pull/70