Skip to content

Commit

Permalink
Merge pull request #15 from molsm/master
Browse files Browse the repository at this point in the history
Fix "order is not defined" error
  • Loading branch information
henrikvalve authored Jan 3, 2018
2 parents 1b80c66 + 8b70d9d commit 32206fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
d.async = !0; d.src = e; c = c.getElementsByTagName("script")[0]; c.parentNode.insertBefore(d, c)
})(window, document, "pca", "/" + "/<?php echo $pcaAccCode; ?>.pcapredict.com/js/sensor.js");

requirejs(['jquery'], function(){
requirejs(['jquery', 'Magento_Sales/order/create/form'], function(){

(function() {

Expand Down

0 comments on commit 32206fc

Please sign in to comment.