We will work on Apr 26th (Saturday) and will be off from Apr 30th (Wednesday) until May 2nd (Friday) for public holiday in our country

Commit 49f841f5 authored by alexandros's avatar alexandros

Fix fields validation similar to cc

parent 88e7d0e4
...@@ -195,7 +195,7 @@ define( ...@@ -195,7 +195,7 @@ define(
isButtonActive: function () { isButtonActive: function () {
return self.isActive() && this.getCode() == self.isChecked() && self.isBillingAgreementChecked() && this.placeOrderAllowed(); return this.isActive() && this.getCode() == this.isChecked() && this.isPlaceOrderActionAllowed() && this.placeOrderAllowed();
}, },
/** /**
* Custom place order function * Custom place order 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