We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76315a6 commit 3deeacfCopy full SHA for 3deeacf
app/code/Magento/Paypal/Model/Info.php
@@ -698,8 +698,8 @@ protected function _getAvsLabel($value)
698
'R' => __('N/A. Retry'),
699
'S' => __('N/A. Service not Supported'),
700
'U' => __('N/A. Unavailable'),
701
- 'W' => __('Matched whole nine-didgit ZIP (no Address)'),
702
- 'Y' => __('Yes. Matched Address and five-didgit ZIP'),
+ 'W' => __('Matched whole nine-digit ZIP (no Address)'),
+ 'Y' => __('Yes. Matched Address and five-digit ZIP'),
703
// Maestro and Solo
704
'0' => __('All the address information matched'),
705
'1' => __('None of the address information matched'),
0 commit comments