From 71f6c77b42c79cdb3cc4dfcf726c0068a805ab32 Mon Sep 17 00:00:00 2001 From: Alex Hart Date: Thu, 19 Sep 2024 11:09:24 -0300 Subject: [PATCH] Fix missing paymentMethodType in keep-alive payment creation. --- .../org/thoughtcrime/securesms/jobs/InAppPaymentKeepAliveJob.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/java/org/thoughtcrime/securesms/jobs/InAppPaymentKeepAliveJob.kt b/app/src/main/java/org/thoughtcrime/securesms/jobs/InAppPaymentKeepAliveJob.kt index c16ef02d13..b71e98868c 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/jobs/InAppPaymentKeepAliveJob.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/jobs/InAppPaymentKeepAliveJob.kt @@ -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,