Remove redundant comment

This commit is contained in:
Mészáros Róbert 2020-04-08 18:55:02 +03:00
parent b139bb44e8
commit e44b7c26d4

View file

@ -27,7 +27,6 @@ class CheckoutBootstap {
jQuery(document.body).on('payment_method_selected', () => { jQuery(document.body).on('payment_method_selected', () => {
// TODO: replace this dirty check, possible create a separate // TODO: replace this dirty check, possible create a separate
// context config
const currentPaymentMethod = jQuery( const currentPaymentMethod = jQuery(
'input[name="payment_method"]:checked').val(); 'input[name="payment_method"]:checked').val();