We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit 483affba authored by alessio's avatar alessio

added missing comma on backend component

parent faf45c3a
...@@ -132,7 +132,7 @@ echo $code; ?>" style="display:none"> ...@@ -132,7 +132,7 @@ echo $code; ?>" style="display:none">
if (state.isValid) { if (state.isValid) {
jQuery("#<?php /* @noEscape */ echo $code; ?>-cc_type").val(getCcCodeByAltCode(state.brand)); jQuery("#<?php /* @noEscape */ echo $code; ?>-cc_type").val(getCcCodeByAltCode(state.brand));
} }
} },
onError: function () { onError: function () {
} }
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment