-
Issue: The contract uses IERC20 which expects transfer and transferFrom to return a bool . USDT and other older tokens return void.
-
Impact: Payments with USDT (and similar tokens) will always revert, making the contract unusable for the most popular stablecoin.
@kumawatkaran523 Please assign
Issue: The contract uses IERC20 which expects transfer and transferFrom to return a bool . USDT and other older tokens return void.
Impact: Payments with USDT (and similar tokens) will always revert, making the contract unusable for the most popular stablecoin.
@kumawatkaran523 Please assign