393 B
393 B
How to process distribution for users
- Create
csvfiles with the following format
Distribution table
| uid | currency_id | amount |
|---|---|---|
| ID1000003837 | usdt | 100 |
uid, currency_id, amount - required params
- For process distribution
bundle exec rake distribution:process['file_name.csv']