fix bgt order (-paymentId)

This commit is contained in:
shaulascr
2025-04-13 19:17:43 +07:00
parent cc52888efd
commit 3051732b1e
15 changed files with 777 additions and 300 deletions

View File

@ -287,8 +287,7 @@
android:id="@+id/rv_payment_methods"
android:layout_width="match_parent"
android:layout_height="wrap_content"
tools:listitem="@layout/item_payment_method"
tools:itemCount="2" />
tools:listitem="@layout/item_payment_method" />
</LinearLayout>
<View