Fix missing paymentMethodType in keep-alive payment creation.
This commit is contained in:
parent
7a66533e70
commit
71f6c77b42
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue