Skip to content

Commit 2b22356

Browse files
committed
[TASK] Removed Typo in Paypal Module didgit => digit
1 parent 8d7aab7 commit 2b22356

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

app/code/Magento/Paypal/Model/Info.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -698,8 +698,8 @@ protected function _getAvsLabel($value)
698698
'R' => __('N/A. Retry'),
699699
'S' => __('N/A. Service not Supported'),
700700
'U' => __('N/A. Unavailable'),
701-
'W' => __('Matched whole nine-didgit ZIP (no Address)'),
702-
'Y' => __('Yes. Matched Address and five-didgit ZIP'),
701+
'W' => __('Matched whole nine-digit ZIP (no Address)'),
702+
'Y' => __('Yes. Matched Address and five-digit ZIP'),
703703
// Maestro and Solo
704704
'0' => __('All the address information matched'),
705705
'1' => __('None of the address information matched'),

app/code/Magento/Paypal/i18n/en_US.csv

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ Dispute,Dispute
183183
"N/A. Retry","N/A. Retry"
184184
"N/A. Service not Supported","N/A. Service not Supported"
185185
"N/A. Unavailable","N/A. Unavailable"
186-
"Matched whole nine-didgit ZIP (no Address)","Matched whole nine-didgit ZIP (no Address)"
187-
"Yes. Matched Address and five-didgit ZIP","Yes. Matched Address and five-didgit ZIP"
186+
"Matched whole nine-digit ZIP (no Address)","Matched whole nine-digit ZIP (no Address)"
187+
"Yes. Matched Address and five-digit ZIP","Yes. Matched Address and five-digit ZIP"
188188
"All the address information matched","All the address information matched"
189189
"None of the address information matched","None of the address information matched"
190190
"Part of the address information matched","Part of the address information matched"
@@ -679,4 +679,4 @@ User,User
679679
"
680680
"payflowpro","Payflow Pro"
681681
"Payments Pro","Payments Pro"
682-
"Website Payments Pro","Website Payments Pro"
682+
"Website Payments Pro","Website Payments Pro"

0 commit comments

Comments
 (0)