While testing PaymentSplitter on remix (https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/contracts/finance/PaymentSplitter.sol)
I wasn't able to replicate a test scenario that simulates WETH management.
From my test it would seem that only integer amounts of ERC20 tokens are sent to the payees;
While I know that all the quantities on ERC20 are managed as int + decimals() I believe I'm missing something, but I cannot find a way to test it on rinkeby/mumbai networks
Scenario:
Have a PaymentSplitter contract as a royalty receiver for listings on marketplaces.
Will it manage WETH or MATIC tokens with decimal values ?
Example: 3 weth to 2 different payees , expected to receive 1.5 weth each