Skip to content

Commit e49d75e

Browse files
authored
refactor: code review #428
refactor: code review
2 parents c83f4d3 + 082d90a commit e49d75e

File tree

6 files changed

+208
-172
lines changed

6 files changed

+208
-172
lines changed

assets/stylesheets/front/style.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@
151151
width: 100%;
152152
height: 100%;
153153
overflow: auto;
154-
background-color: rgb(0, 0, 0);
155154
background-color: rgba(0, 0, 0, 0.4);
156155
}
157156

@@ -165,7 +164,7 @@
165164

166165
#challengeIframe {
167166
display: none;
168-
width: 500px;
167+
width: 500px;
169168
height: 600px;
170169
border: 0;
171170
}
0 Bytes
Binary file not shown.

languages/woo-pagarme-payments-pt_BR.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ msgstr ""
55
"Project-Id-Version: WooCommerce Pagar.me Payments 1.0\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-pagarme-payments\n"
77
"POT-Creation-Date: 2018-06-22 13:58-0300\n"
8-
"PO-Revision-Date: 2024-05-07 10:10-0300\n"
8+
"PO-Revision-Date: 2024-05-08 14:18-0300\n"
99
"Last-Translator: Pagar.me\n"
1010
"Language-Team: \n"
1111
"Language: pt_BR\n"
@@ -1312,8 +1312,8 @@ msgstr "Habilitar 3DS"
13121312
msgid "Minimum value for 3DS authentication"
13131313
msgstr "Valor mínimo para autenticação 3DS"
13141314

1315-
msgid "Failed to generate Token for 3ds, try again."
1316-
msgstr "Falha ao gerar Token para 3ds, tente novamente."
1315+
msgid "Failed to generate Token for 3DS, try again."
1316+
msgstr "Falha ao gerar Token para 3DS, tente novamente."
13171317

13181318
msgid "There was a problem finding the email."
13191319
msgstr "Ocorreu um problema ao encontrar o e-mail."

src/Block/Checkout/Form/Card.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
class Card extends Gateway
2727
{
2828
const INVALID_CARD_ERROR_MESSAGE = 'This card number is invalid.';
29-
29+
3030
/**
3131
* @var string
3232
*/
@@ -55,7 +55,7 @@ public function enqueue_scripts($scripts = null, $deps = [])
5555
self::getLocalizeScriptArgs()
5656
);
5757
}
58-
58+
5959
/**
6060
* @param int $sequence
6161
* @return $this
@@ -204,7 +204,7 @@ public static function getCardErrorsMessagesTranslated()
204204
'card: Tokenize timeout' =>
205205
__('Tokenization timeout.', 'woo-pagarme-payments'),
206206
'fail_get_token' =>
207-
__('Failed to generate Token for 3ds, try again.', 'woo-pagarme-payments'),
207+
__('Failed to generate Token for 3DS, try again.', 'woo-pagarme-payments'),
208208
'fail_get_email' =>
209209
__('There was a problem finding the email.', 'woo-pagarme-payments'),
210210
'fail_get_billing_address' =>

0 commit comments

Comments
 (0)