Add a sync after rotating a subscriber id.

This commit is contained in:
Alex Hart
2026-05-08 13:22:55 -03:00
committed by Michelle Tang
parent 5903c1bbf5
commit 5e4865be73
@@ -297,6 +297,7 @@ object RecurringInAppPaymentRepository {
if (response.status == 200 || response.status == 204) {
Log.d(TAG, "Successfully set user subscription to level $subscriptionLevel with response code ${response.status}", true)
SignalStore.inAppPayments.updateLocalStateForLocalSubscribe(subscriberType)
MultiDeviceSubscriptionSyncRequestJob.enqueue()
syncAccountRecord().subscribe()
} else {
if (response.applicationError.isPresent) {