add chcekout and fix other products

This commit is contained in:
shaulascr
2025-03-27 00:11:27 +07:00
parent 055f88977b
commit b8e6d93b24
11 changed files with 459 additions and 20 deletions

View File

@ -17,6 +17,9 @@
android:theme="@style/Theme.Ecommerce_serang"
android:usesCleartextTraffic="true"
tools:targetApi="31">
<activity
android:name=".ui.order.CheckoutActivity"
android:exported="false" />
<activity
android:name=".ui.product.ReviewProductActivity"
android:exported="false" />
@ -61,7 +64,7 @@
android:exported="false" />
<activity
android:name=".ui.MainActivity"
android:exported="false"></activity>
android:exported="false" />
</application>
</manifest>