10/1/1
This commit is contained in:
@@ -74,10 +74,10 @@ class CashConfirmPageShown extends StatelessWidget {
|
||||
),
|
||||
const Spacer(),
|
||||
Checkbox.adaptive(
|
||||
value: paymentController.isWalletCheced,
|
||||
value: paymentController.isWalletChecked,
|
||||
onChanged: (value) {
|
||||
paymentController
|
||||
.onChangedPymentethodWallet(value);
|
||||
.onChangedPaymentMethodWallet(value);
|
||||
},
|
||||
)
|
||||
],
|
||||
@@ -109,10 +109,10 @@ class CashConfirmPageShown extends StatelessWidget {
|
||||
const Spacer(),
|
||||
GetBuilder<PaymentController>(
|
||||
builder: (controller) => Checkbox.adaptive(
|
||||
value: controller.isCashCheced,
|
||||
value: controller.isCashChecked,
|
||||
onChanged: (value) {
|
||||
controller
|
||||
.onChangedPymentethodCash(value);
|
||||
.onChangedPaymentMethodCash(value);
|
||||
},
|
||||
))
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user