PATH:
home
/
letacommog
/
letaweb
/
scripts
/
editor
/
ecommerce
/
configuration
/
payment
/
methods
define([], function() { return function($scope, communication, popup_grid) { communication.getList('zones',{}).then(function(json) { $scope.zone_list = json; //if(!$scope.$$phase) //$scope.$digest(); }); $scope.addTaxZone = function(data) { data = data || {}; data.tax_zones = data.tax_zones || []; data.tax_zones.push({name:'New Tax', rate:0}); } } });
[+]
..
[-] paypal_express.js
[edit]
[-] nganluong.js
[edit]
[-] moneyorder.js
[edit]
[-] paypal_standard.js
[edit]
[-] paypal_pro_payflow_dp.js
[edit]
[-] cash_on_delivery.js
[edit]
[-] paypal_pro_dp.js
[edit]
[-] paypal_pro_payflow_ec.js
[edit]