From 3deeacf5884c0343084a2a536b69193cbdc5cae7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Di=20Sacco?= Date: Thu, 27 Oct 2016 16:12:37 -0300 Subject: [PATCH 1/3] Typo fix Fixed typo error. --- app/code/Magento/Paypal/Model/Info.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/code/Magento/Paypal/Model/Info.php b/app/code/Magento/Paypal/Model/Info.php index 1761749d08ffb..ebf8760be0588 100644 --- a/app/code/Magento/Paypal/Model/Info.php +++ b/app/code/Magento/Paypal/Model/Info.php @@ -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'), From 2a0a4b0061941b165ffb8193ef0530009ca89e87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Di=20Sacco?= Date: Thu, 27 Oct 2016 16:22:32 -0300 Subject: [PATCH 2/3] Update en_US.csv --- app/code/Magento/Paypal/i18n/en_US.csv | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/code/Magento/Paypal/i18n/en_US.csv b/app/code/Magento/Paypal/i18n/en_US.csv index 5c3bf52d825b9..56ec49f4eb0d4 100644 --- a/app/code/Magento/Paypal/i18n/en_US.csv +++ b/app/code/Magento/Paypal/i18n/en_US.csv @@ -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" @@ -679,4 +679,4 @@ User,User " "payflowpro","Payflow Pro" "Payments Pro","Payments Pro" -"Website Payments Pro","Website Payments Pro" \ No newline at end of file +"Website Payments Pro","Website Payments Pro" From fa4a2ee0417a775621a02236ca141c701451525c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Di=20Sacco?= Date: Thu, 27 Oct 2016 16:23:50 -0300 Subject: [PATCH 3/3] Update en_US.csv