mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-09-28 08:55:01 +08:00
Fix missing paymentMethodType in keep-alive payment creation.
This commit is contained in:
@ -250,6 +250,7 @@ class InAppPaymentKeepAliveJob private constructor(
|
||||
subscriberId = subscriber.subscriberId,
|
||||
endOfPeriod = endOfCurrentPeriod,
|
||||
inAppPaymentData = InAppPaymentData(
|
||||
paymentMethodType = subscriber.paymentMethodType,
|
||||
badge = badge,
|
||||
amount = FiatValue(
|
||||
currencyCode = subscriber.currency.currencyCode,
|
||||
|
Reference in New Issue
Block a user