diff --git a/apps/labrinth/src/queue/payouts.rs b/apps/labrinth/src/queue/payouts.rs index 69269b02..ccc51a6d 100644 --- a/apps/labrinth/src/queue/payouts.rs +++ b/apps/labrinth/src/queue/payouts.rs @@ -390,6 +390,7 @@ impl PayoutsQueue { "bank", "ach", "visa_card", + "charity", ]; if !SUPPORTED_METHODS.contains(&&*product.category)