ongoing checkout store

This commit is contained in:
shaulascr
2025-04-08 11:25:16 +07:00
parent f9eb026433
commit ad6a67d5c5
10 changed files with 94 additions and 9 deletions

View File

@ -17,6 +17,12 @@
android:theme="@style/Theme.Ecommerce_serang"
android:usesCleartextTraffic="true"
tools:targetApi="31">
<activity
android:name=".ui.order.AddressActivity"
android:exported="false" />
<activity
android:name=".ui.order.ShippingActivity"
android:exported="false" />
<activity
android:name=".ui.order.CheckoutActivity"
android:exported="false" />