Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo fix #7221

Merged
merged 3 commits into from
Mar 31, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app/code/Magento/Paypal/Model/Info.php
Original file line number Diff line number Diff line change
Expand Up @@ -698,8 +698,8 @@ protected function _getAvsLabel($value)
'R' => __('N/A. Retry'),
'S' => __('N/A. Service not Supported'),
'U' => __('N/A. Unavailable'),
'W' => __('Matched whole nine-didgit ZIP (no Address)'),
'Y' => __('Yes. Matched Address and five-didgit ZIP'),
'W' => __('Matched whole nine-digit ZIP (no Address)'),
'Y' => __('Yes. Matched Address and five-digit ZIP'),
// Maestro and Solo
'0' => __('All the address information matched'),
'1' => __('None of the address information matched'),
Expand Down
6 changes: 3 additions & 3 deletions app/code/Magento/Paypal/i18n/en_US.csv
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,8 @@ Dispute,Dispute
"N/A. Retry","N/A. Retry"
"N/A. Service not Supported","N/A. Service not Supported"
"N/A. Unavailable","N/A. Unavailable"
"Matched whole nine-didgit ZIP (no Address)","Matched whole nine-didgit ZIP (no Address)"
"Yes. Matched Address and five-didgit ZIP","Yes. Matched Address and five-didgit ZIP"
"Matched whole nine-digit ZIP (no Address)","Matched whole nine-digit ZIP (no Address)"
"Yes. Matched Address and five-digit ZIP","Yes. Matched Address and five-digit ZIP"
"All the address information matched","All the address information matched"
"None of the address information matched","None of the address information matched"
"Part of the address information matched","Part of the address information matched"
Expand Down Expand Up @@ -679,4 +679,4 @@ User,User
"
"payflowpro","Payflow Pro"
"Payments Pro","Payments Pro"
"Website Payments Pro","Website Payments Pro"
"Website Payments Pro","Website Payments Pro"