mirror of
https://github.com/shaulascr/ecommerce_serang.git
synced 2025-08-12 18:22:22 +00:00
fix checkout
This commit is contained in:
@ -38,9 +38,6 @@
|
||||
<activity
|
||||
android:name=".ui.order.review.CreateReviewActivity"
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".ui.cart.MainActivity"
|
||||
android:exported="false" />
|
||||
<activity
|
||||
android:name=".ui.profile.mystore.profile.EditStoreProfileActivity"
|
||||
android:exported="false" />
|
||||
|
@ -192,7 +192,7 @@ class CheckoutActivity : AppCompatActivity() {
|
||||
viewModel.setPaymentMethod(payment.id)
|
||||
}
|
||||
|
||||
binding.rvPaymentMethods.apply {
|
||||
binding.rvPaymentInfo.apply {
|
||||
layoutManager = LinearLayoutManager(this@CheckoutActivity)
|
||||
adapter = paymentAdapter
|
||||
}
|
||||
@ -219,7 +219,7 @@ class CheckoutActivity : AppCompatActivity() {
|
||||
}
|
||||
}
|
||||
|
||||
binding.rvPaymentMethods.apply {
|
||||
binding.rvPaymentInfo.apply {
|
||||
layoutManager = LinearLayoutManager(this@CheckoutActivity)
|
||||
adapter = testAdapter
|
||||
}
|
||||
|
Reference in New Issue
Block a user