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 17b7e013 authored by attilak's avatar attilak

Remove isPlaceOrderAllowed() duplicated declaration

parent 989937f3
...@@ -180,16 +180,6 @@ define( ...@@ -180,16 +180,6 @@ define(
result.placeRedirectOrder = function placeRedirectOrder(data) { result.placeRedirectOrder = function placeRedirectOrder(data) {
return self.placeRedirectOrder(data); return self.placeRedirectOrder(data);
}; };
/**
* Set and get if the place order action is allowed
* Sets the placeOrderAllowed observable and the original isPlaceOrderActionAllowed as well
* @param bool
* @returns {*}
*/
result.isPlaceOrderAllowed = function (bool) {
self.isPlaceOrderActionAllowed(bool);
return result.placeOrderAllowed(bool);
};
/** /**
* Set and get if the place order action is allowed * Set and get if the place order action is allowed
......
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