Skip to content

Commit

Permalink
feat(payments): update content_sign_up_period.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajhilje committed Aug 5, 2023
1 parent f84d80a commit 05440b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/src/main/res/layout/content_sign_up_period.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 05440b4

Please sign in to comment.