Commit 81390c42 by halweg

Merge branch 'developer' of http://47.99.244.21:9999/root/joshine into developer

parents 77a6cf1c e7c17295
...@@ -107,7 +107,7 @@ define([ ...@@ -107,7 +107,7 @@ define([
} }
else else
{ {
return this.getFormattedPrice(window.checkoutConfig.flatrate_price); return window.checkoutConfig.flatrate_price;
} }
} }
return this.getFormattedPrice(price); return this.getFormattedPrice(price);
...@@ -127,7 +127,7 @@ define([ ...@@ -127,7 +127,7 @@ define([
} }
else else
{ {
return '-'+this.getFormattedPrice(window.checkoutConfig.flatrate_price); return '-'+window.checkoutConfig.flatrate_price;
} }
} }
return 0; return 0;
......
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