Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
joseconti committed Feb 29, 2024
1 parent ed19213 commit 8f3ab3d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/js/frontend/blocks.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('react', 'wc-blocks-registry', 'wc-settings', 'wp-html-entities', 'wp-i18n'), 'version' => '68ee3b0d56f3a974160fafcaf4a93f35');
<?php return array('dependencies' => array('react', 'wc-blocks-registry', 'wc-settings', 'wp-html-entities', 'wp-i18n'), 'version' => '22e1fad86251e5e677d9ee4fe48007fa');
2 changes: 1 addition & 1 deletion assets/js/frontend/blocks.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion languages/woo-redsys-gateway-light.pot
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ msgstr ""
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-02-29T18:14:52+00:00\n"
"POT-Creation-Date: 2024-02-29T18:17:51+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"language-team: LANGUAGE <EMAIL@ADDRESS>\n"
Expand Down
4 changes: 2 additions & 2 deletions resources/js/frontend/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Labelbizum = ( props ) => {
const { PaymentMethodLabel } = props.components;
return <PaymentMethodLabel text={ labelbizum } />;
};
const labelGpayred = ( props ) => {
const Labelgpayred = ( props ) => {
const { PaymentMethodLabel } = props.components;
return <PaymentMethodLabel text={ labelgpayred } />;
};
Expand Down Expand Up @@ -81,7 +81,7 @@ const Bizum = {
};
const GPayRed = {
name: "googlepayredirecredsys",
label: <labelGpayred />,
label: <Labelgpayred />,
content: <Contengpayred />,
edit: <Contengpayred />,
canMakePayment: () => true,
Expand Down

0 comments on commit 8f3ab3d

Please sign in to comment.