Skip to content

Commit 3deeacf

Browse files
Typo fix
Fixed typo error.
1 parent 76315a6 commit 3deeacf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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'),

0 commit comments

Comments
 (0)