-
+
@Resources.SummaryListRowCaption
diff --git a/src/Storefront/Views/Shared/ProcessOrder.cshtml b/src/Storefront/Views/Shared/ProcessOrder.cshtml
index b04498a..223b82c 100644
--- a/src/Storefront/Views/Shared/ProcessOrder.cshtml
+++ b/src/Storefront/Views/Shared/ProcessOrder.cshtml
@@ -87,7 +87,7 @@
@Resources.SubscriptionSummaryRateCaption
|
- @Resources.AnnualPriceCaption
+ @(ViewBag.BillingCycle == Microsoft.Store.PartnerCenter.Storefront.Models.BillingCycleType.Annual ? Resources.AnnualPriceCaption : Resources.MonthlyPriceCaption)
|
|
@@ -95,7 +95,7 @@
|
-
+
|
diff --git a/src/Storefront/Views/Shared/Subscriptions.cshtml b/src/Storefront/Views/Shared/Subscriptions.cshtml
index baedf73..bd68dbf 100644
--- a/src/Storefront/Views/Shared/Subscriptions.cshtml
+++ b/src/Storefront/Views/Shared/Subscriptions.cshtml
@@ -31,7 +31,7 @@
@Resources.SubscriptionSummaryRateCaption
|
- *@Resources.SubscriptionSummaryAnnualPricePrefixCaption
+ *@(ViewBag.BillingCycle == Microsoft.Store.PartnerCenter.Storefront.Models.BillingCycleType.Annual ? Resources.SubscriptionSummaryAnnualPricePrefixCaption : Resources.SubscriptionSummaryMonthlyPricePrefixCaption)
|
|
|
@@ -41,7 +41,7 @@
|
-
+
|
diff --git a/src/Storefront/Views/Shared/UpdateSubscriptions.cshtml b/src/Storefront/Views/Shared/UpdateSubscriptions.cshtml
index 26bfd80..2d3ef67 100644
--- a/src/Storefront/Views/Shared/UpdateSubscriptions.cshtml
+++ b/src/Storefront/Views/Shared/UpdateSubscriptions.cshtml
@@ -26,7 +26,7 @@
|
-
+
|