mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-20 19:18:37 +00: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,
|
subscriberId = subscriber.subscriberId,
|
||||||
endOfPeriod = endOfCurrentPeriod,
|
endOfPeriod = endOfCurrentPeriod,
|
||||||
inAppPaymentData = InAppPaymentData(
|
inAppPaymentData = InAppPaymentData(
|
||||||
|
paymentMethodType = subscriber.paymentMethodType,
|
||||||
badge = badge,
|
badge = badge,
|
||||||
amount = FiatValue(
|
amount = FiatValue(
|
||||||
currencyCode = subscriber.currency.currencyCode,
|
currencyCode = subscriber.currency.currencyCode,
|
||||||
|
|||||||
Reference in New Issue
Block a user