File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
app/code/Magento/Paypal/Model Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,6 @@ class Config extends AbstractConfig
179
179
const PAYLATER = 'paypal_paylater ' ;
180
180
181
181
/**
182
- * Instructions for generating proper BN code
183
182
*
184
183
* @var array
185
184
*/
@@ -190,7 +189,6 @@ class Config extends AbstractConfig
190
189
];
191
190
192
191
/**
193
- * Style system config map (Express Checkout)
194
192
*
195
193
* @var array
196
194
*/
@@ -203,7 +201,6 @@ class Config extends AbstractConfig
203
201
];
204
202
205
203
/**
206
- * Currency codes supported by PayPal methods
207
204
*
208
205
* @var string[]
209
206
*/
@@ -233,7 +230,6 @@ class Config extends AbstractConfig
233
230
];
234
231
235
232
/**
236
- * Merchant country supported by PayPal
237
233
*
238
234
* @var string[]
239
235
*/
@@ -309,7 +305,6 @@ class Config extends AbstractConfig
309
305
];
310
306
311
307
/**
312
- * Buyer country supported by PayPal
313
308
*
314
309
* @var string[]
315
310
*/
Original file line number Diff line number Diff line change @@ -42,7 +42,6 @@ class SdkUrl
42
42
private $ queryParams = [];
43
43
44
44
/**
45
- * Maps the old checkout SDK configuration values to the current ones
46
45
*
47
46
* @var array
48
47
*/
@@ -61,7 +60,6 @@ class SdkUrl
61
60
private $ localeResolver ;
62
61
63
62
/**
64
- * Generated Url to PayPAl SDK
65
63
*
66
64
* @var string
67
65
*/
You can’t perform that action at this time.
0 commit comments