From 4fa2548620abad8dbb191e2d389598c783101c2b Mon Sep 17 00:00:00 2001 From: Leticia Mazzo Date: Thu, 30 Jan 2025 18:38:42 -0300 Subject: [PATCH] update wallet structure --- .pre-commit-config.yaml | 12 ++++++++++-- static/js/index.js | 8 ++++---- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3e7cb71..a15ba57 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,9 +1,17 @@ repos: # Websec hook is MANDATORY, DO NOT comment it. - - repo: https://github.com/mercadolibre/fury_websec-git-hooks - rev: v1.0.5 + - repo: https://github.com/melisource/fury_websec-git-hooks + rev: v2.0.0 hooks: - id: pre_commit_hook stages: [commit] - id: post_commit_hook stages: [post-commit] + - repo: https://github.com/melisource/fury_datasec-git-hooks + rev: 1.2.2 + hooks: + - id: pre_commit_hook + stages: [commit] + verbose: true + - id: post_commit_hook + stages: [post-commit] diff --git a/static/js/index.js b/static/js/index.js index 74b8d3a..5386c2b 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -8,10 +8,10 @@ async function loadWalletBrick() { const settings = { customization: { - texts: { - action: "buy", - actionComplement: "brand", - valueProp: "payment_methods_logos", + theme: "default", + customStyle: { + valueProp: "practicality", + valuePropColor: "white", }, }, callbacks: {