You've already forked AstralRinth
forked from didirus/AstralRinth
Fix payout notifications (#4707)
* Add limit to payouts_values_notifications synchronizer * Set payout notification threshold to $1 * Fix formatting * Query cache
This commit is contained in:
committed by
GitHub
parent
1bad1a57b0
commit
7437a833ef
@@ -631,7 +631,7 @@ async fn collect_template_variables(
|
||||
|
||||
map.insert(
|
||||
PAYOUTAVAILABLE_AMOUNT,
|
||||
format!("USD${:.2}", *amount as f64 / 100.0),
|
||||
format!("${:.2} USD", *amount as f64 / 100.0),
|
||||
);
|
||||
|
||||
Ok(EmailTemplate::Static(map))
|
||||
|
||||
Reference in New Issue
Block a user