I have a payment module where I must pass the data without decimals, only number. Examples:
10,00
=1000
100,30
=10030
1.000,00
=100000
I searched for some function in% with format decimal places , but the tests I performed did not go as expected, could anyone help me with this?