mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-01 14:13:22 +01:00
Pipe in bank mandate parameter.
This commit is contained in:
committed by
Cody Henthorne
parent
95d68e09da
commit
dddd0e7b71
@@ -120,11 +120,11 @@ public class DonationsService {
|
||||
);
|
||||
}
|
||||
|
||||
public ServiceResponse<BankMandate> getBankMandate(Locale locale) {
|
||||
public ServiceResponse<BankMandate> getBankMandate(Locale locale, String bankTransferType) {
|
||||
return getCachedValue(
|
||||
locale,
|
||||
sepaBankMandateCache,
|
||||
l -> pushServiceSocket.getBankMandate(l, "SEPA_DEBIT"),
|
||||
l -> pushServiceSocket.getBankMandate(l, bankTransferType),
|
||||
SEPA_DEBIT_MANDATE_TTL
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user