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 847bb848 authored by attilak's avatar attilak

Fix Google pay terms and conditions validation

parent d05849e3
......@@ -150,7 +150,7 @@ define(
googlepay.isAvailable().then(function() {
self.googlePayAllowed(true);
googlepay.mount(self.googlePayNode);
$(self.googlePayNode).toggleClass('disabled', !self.validate(true));
$(self.googlePayNode).find('button').prop('disabled', !self.validate(true));
}, function(error) {
console.log(error);
self.googlePayAllowed(false);
......
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