mirror of
https://github.com/Nezumi-2711/foodify-frontend.git
synced 2026-09-22 20:01:17 +00:00
Deployment 4.5
This commit is contained in:
@@ -182,8 +182,6 @@ export class OrdersComponent implements OnInit {
|
||||
}
|
||||
else {
|
||||
if (this.isHaveNewShipper) {
|
||||
console.log("Im here")
|
||||
console.log(this.userId + " " + this.orderId + " " + this.shipper.id);
|
||||
this.orderService.updateOrderShipper(this.userId, this.orderId, this.shipper.id).subscribe((res) => {
|
||||
console.log(this.userId + " " + this.orderId + " " + this.selectedStatus);
|
||||
this.orderService.updateOrderStatus(this.userId, this.orderId, this.selectedStatus).subscribe((res) => {
|
||||
|
||||
Reference in New Issue
Block a user