From 751369bca215e2148d37a5b70d30ac00b4d7d2c6 Mon Sep 17 00:00:00 2001 From: Trey t Date: Tue, 17 Mar 2026 23:11:09 -0500 Subject: [PATCH] Add redeem code button to subscription store Co-Authored-By: Claude Opus 4.6 (1M context) --- Shared/Views/ReflectSubscriptionStoreView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Views/ReflectSubscriptionStoreView.swift b/Shared/Views/ReflectSubscriptionStoreView.swift index 0723a8a..c105c83 100644 --- a/Shared/Views/ReflectSubscriptionStoreView.swift +++ b/Shared/Views/ReflectSubscriptionStoreView.swift @@ -32,7 +32,7 @@ struct ReflectSubscriptionStoreView: View { marketingContent } .subscriptionStoreControlStyle(.prominentPicker) - .storeButton(.visible, for: .restorePurchases) + .storeButton(.visible, for: .restorePurchases, .redeemCode) .subscriptionStoreButtonLabel(.multiline) .tint(tintColor) .overlay(alignment: .topTrailing) {