Fix missing paymentMethodType in keep-alive payment creation.

This commit is contained in:
Alex Hart 2024-09-19 11:09:24 -03:00
parent 7a66533e70
commit 71f6c77b42

View file

@ -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,