You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -505,7 +505,7 @@ class MainActivity : ComponentActivity() {
505
505
}
506
506
if (monthlyDonationProductDetails ==null) {
507
507
Log.e(TAG, "initiateDonationPurchase: Product details not loaded yet.")
508
-
updateStatusMessage("Donation information is loading. Please wait a moment and try again.", true)
508
+
updateStatusMessage("Subscription information is loading. Please wait a moment and try again.", true)
509
509
Log.d(TAG, "initiateDonationPurchase: Attempting to reload product details.")
510
510
queryProductDetails()
511
511
return
@@ -516,7 +516,7 @@ class MainActivity : ComponentActivity() {
516
516
val offerToken = productDetails.subscriptionOfferDetails?.firstOrNull()?.offerToken
517
517
if (offerToken ==null) {
518
518
Log.e(TAG, "No offer token found for product: ${productDetails.productId}. SubscriptionOfferDetails size: ${productDetails.subscriptionOfferDetails?.size}")
519
-
updateStatusMessage("Donation offer not found.", true)
519
+
updateStatusMessage("subscription offer not found.", true)
0 commit comments