Skip to content

Commit 2257328

Browse files
committed
changes after automation for static tests
1 parent 05a72e9 commit 2257328

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ class Config extends AbstractConfig
179179
const PAYLATER = 'paypal_paylater';
180180

181181
/**
182-
* Instructions for generating proper BN code
183182
*
184183
* @var array
185184
*/
@@ -190,7 +189,6 @@ class Config extends AbstractConfig
190189
];
191190

192191
/**
193-
* Style system config map (Express Checkout)
194192
*
195193
* @var array
196194
*/
@@ -203,7 +201,6 @@ class Config extends AbstractConfig
203201
];
204202

205203
/**
206-
* Currency codes supported by PayPal methods
207204
*
208205
* @var string[]
209206
*/
@@ -233,7 +230,6 @@ class Config extends AbstractConfig
233230
];
234231

235232
/**
236-
* Merchant country supported by PayPal
237233
*
238234
* @var string[]
239235
*/
@@ -309,7 +305,6 @@ class Config extends AbstractConfig
309305
];
310306

311307
/**
312-
* Buyer country supported by PayPal
313308
*
314309
* @var string[]
315310
*/

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ class SdkUrl
4242
private $queryParams = [];
4343

4444
/**
45-
* Maps the old checkout SDK configuration values to the current ones
4645
*
4746
* @var array
4847
*/
@@ -61,7 +60,6 @@ class SdkUrl
6160
private $localeResolver;
6261

6362
/**
64-
* Generated Url to PayPAl SDK
6563
*
6664
* @var string
6765
*/

0 commit comments

Comments
 (0)