Skip to content

Commit 7884574

Browse files
authored
[Reimbursement] Disable Wise payouts (#11861)
## Summary of the problem Ian is working with Lucy to clean up more bugs. ## Describe your changes In the meantime, we're placing it under maintenance again; sorry folks.
1 parent 5790d12 commit 7884574

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/models/user/payout_method.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ module PayoutMethod
1313
User::PayoutMethod::PaypalTransfer => {
1414
status_badge: "Unavailable",
1515
reason: "Due to integration issues, transfers via PayPal are currently unavailable."
16+
},
17+
User::PayoutMethod::WiseTransfer => {
18+
status_badge: "Temporarily Unavailable",
19+
reason: "Wise Transfers are currently under maintenance."
1620
}
1721
}.freeze
1822
SUPPORTED_METHODS = ALL_METHODS - UNSUPPORTED_METHODS.keys

0 commit comments

Comments
 (0)