@@ -208,7 +208,7 @@
}
},
getDetails(orderId) {
- getCustomer(orderId).then(response => {
+ getCustomer1(orderId).then(response => {
this.item = response.customer;
this.company = response.company;
var that=this;