You've already forked AstralRinth
forked from didirus/AstralRinth
Address withdrawal QA changes (#4711)
* Add Mural to balance monitoring * Add back Visa prepaid Tremendous cards * cargo sqlx prepare
This commit is contained in:
@@ -838,6 +838,8 @@ async fn get_tremendous_payout_methods(
|
||||
"merchant_card",
|
||||
"bank",
|
||||
"charity",
|
||||
"visa",
|
||||
"visa_card",
|
||||
"paypal",
|
||||
"venmo",
|
||||
];
|
||||
@@ -1441,6 +1443,12 @@ pub async fn insert_bank_balances_and_webhook(
|
||||
tremendous_result,
|
||||
)
|
||||
.await?;
|
||||
check_balance_with_webhook(
|
||||
"mural",
|
||||
"MURAL_BALANCE_ALERT_THRESHOLD",
|
||||
mural_result,
|
||||
)
|
||||
.await?;
|
||||
}
|
||||
|
||||
transaction.commit().await?;
|
||||
|
||||
Reference in New Issue
Block a user