Updated all endpoints to use new transaction value multiple
This commit is contained in:
parent
c2cc0006bc
commit
1ffabb3e94
8 changed files with 33 additions and 23 deletions
|
@ -176,7 +176,7 @@ sub post_upload {
|
|||
'sales',
|
||||
{
|
||||
buyer => $user->entity,
|
||||
value => $transaction_value,
|
||||
value => $transaction_value * 100000,
|
||||
( defined $file ? ( proof_image => $file ) : () ),
|
||||
purchase_time => $c->format_db_datetime($purchase_time),
|
||||
}
|
||||
|
|
Reference in a new issue