Loading src/app/p_product/orderCheckout/product-order-checkout/product-order-checkout.component.ts +1 −1 Original line number Diff line number Diff line Loading @@ -279,7 +279,7 @@ export class ProductOrderCheckoutComponent implements OnInit { if (createdOrder?.id) { this.router.navigate(["products", 'product_order', createdOrder.id]); } else { this.router.navigate(["products"]); this.router.navigate(["products", 'product_orders']); } }, error: (error) => { Loading Loading
src/app/p_product/orderCheckout/product-order-checkout/product-order-checkout.component.ts +1 −1 Original line number Diff line number Diff line Loading @@ -279,7 +279,7 @@ export class ProductOrderCheckoutComponent implements OnInit { if (createdOrder?.id) { this.router.navigate(["products", 'product_order', createdOrder.id]); } else { this.router.navigate(["products"]); this.router.navigate(["products", 'product_orders']); } }, error: (error) => { Loading