From 05440b426aa4b175f3ab94cb242a574a125d82f7 Mon Sep 17 00:00:00 2001 From: Juraj Hilje Date: Sat, 5 Aug 2023 14:48:53 +0200 Subject: [PATCH] feat(payments): update content_sign_up_period.xml --- store/src/main/res/layout/content_sign_up_period.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/src/main/res/layout/content_sign_up_period.xml b/store/src/main/res/layout/content_sign_up_period.xml index ec326ca14..1b7521539 100644 --- a/store/src/main/res/layout/content_sign_up_period.xml +++ b/store/src/main/res/layout/content_sign_up_period.xml @@ -316,7 +316,7 @@ android:layout_marginRight="16dp" android:layout_weight="1" android:gravity="end" - android:text="@{viewmodel.getPrice(viewmodel.threeYear)}" + android:text="@{viewmodel.threeYear.oneTimePurchaseOfferDetails.formattedPrice}" android:textColor="@color/dialogue_text" android:textSize="16sp" android:textStyle="bold" />