selectMethod method
Implementation
@action
void selectMethod(PaymentFormMethod method) {
if (!canInteract || selectedMethod == method) {
return;
}
selectedMethod = method;
}
@action
void selectMethod(PaymentFormMethod method) {
if (!canInteract || selectedMethod == method) {
return;
}
selectedMethod = method;
}