feat: create CartSalesComponent for managing sales cart logic and order flow
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 8m31s
All checks were successful
Build (develop) / Promote (main) / build-and-push-deploy (push) Successful in 8m31s
This commit is contained in:
@@ -1585,6 +1585,7 @@ export class CartSalesComponent
|
||||
console.log('Retorno cadastro endereço: ' + result);
|
||||
if (result != null) {
|
||||
localStorage.setItem('address', JSON.stringify(result));
|
||||
this.updateCart(this.shoppingService.getCart());
|
||||
this.updateFormAddress(result);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user