Compare commits
3 Commits
6f91d97dcd
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3aec07892c | ||
|
|
4c6ff6e148 | ||
|
|
cfb1d44b8c |
@@ -7,4 +7,4 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: portal
|
||||
image: 172.35.0.216:3000/simplifique/vendaweb-portal:206b4a5
|
||||
image: 172.35.0.216:3000/simplifique/vendaweb-portal:4c6ff6e
|
||||
|
||||
@@ -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