Vnyk
Results
1
comments of
Vnyk
There are two mistakes in your code: - `money_to_receive` must be in cents, not in dollars. So in your case it should be `"2500"`, NOT `"25.00"` - `item` that you...