diff --git a/checkout/src/arquivos/js/components/Footer.js b/checkout/src/arquivos/js/components/Footer.js index 844be3d..79c1692 100644 --- a/checkout/src/arquivos/js/components/Footer.js +++ b/checkout/src/arquivos/js/components/Footer.js @@ -8,6 +8,8 @@ export default class Footer { async init() { this.list = await this.requestApi(); await this.selectors(); + this.creditCardIconsHTML(); + this.developedByIconsHTML(); if (window.location.hash === "#/cart") { await this.shelfUpdate(); } @@ -15,8 +17,6 @@ export default class Footer { this.shelfItens(); this.events(); this.addCarrossel(); - this.creditCardIconsHTML(); - this.developedByIconsHTML(); }