Compare commits
5 Commits
741ffe386c
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3aec07892c | ||
|
|
4c6ff6e148 | ||
|
|
cfb1d44b8c | ||
|
|
6f91d97dcd | ||
|
|
e5db59403d |
10
.claude/settings.local.json
Normal file
10
.claude/settings.local.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Bash(npm create *)",
|
||||
"Bash(npm install *)",
|
||||
"Bash(npm run *)",
|
||||
"Bash(xargs grep *)"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -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