Index: trunk/extensions/DonationInterface/globalcollect_gateway/globalcollect.adapter.php |
— | — | @@ -240,7 +240,7 @@ |
241 | 241 | 'paymentproductid' => 1, |
242 | 242 | 'label' => 'Visa', |
243 | 243 | 'group' => 'cc', |
244 | | - 'validation' => array( 'address' => true, 'amount' => true, 'email' => true, 'name' => true, ), |
| 244 | + 'validation' => array(), |
245 | 245 | ); |
246 | 246 | |
247 | 247 | // MasterCard |
— | — | @@ -248,7 +248,7 @@ |
249 | 249 | 'paymentproductid' => 3, |
250 | 250 | 'label' => 'MasterCard', |
251 | 251 | 'group' => 'cc', |
252 | | - 'validation' => array( 'address' => true, 'amount' => true, 'email' => true, 'name' => true, ), |
| 252 | + 'validation' => array(), |
253 | 253 | ); |
254 | 254 | |
255 | 255 | // American Express |
— | — | @@ -256,7 +256,7 @@ |
257 | 257 | 'paymentproductid' => 2, |
258 | 258 | 'label' => 'American Express', |
259 | 259 | 'group' => 'cc', |
260 | | - 'validation' => array( 'address' => true, 'amount' => true, 'email' => true, 'name' => true, ), |
| 260 | + 'validation' => array(), |
261 | 261 | ); |
262 | 262 | |
263 | 263 | // Maestro |
— | — | @@ -264,7 +264,7 @@ |
265 | 265 | 'paymentproductid' => 117, |
266 | 266 | 'label' => 'Maestro', |
267 | 267 | 'group' => 'cc', |
268 | | - 'validation' => array( 'address' => true, 'amount' => true, 'creditCard' => true, 'email' => true, 'name' => true, ), |
| 268 | + 'validation' => array(), |
269 | 269 | ); |
270 | 270 | |
271 | 271 | // Solo |
— | — | @@ -272,7 +272,7 @@ |
273 | 273 | 'paymentproductid' => 118, |
274 | 274 | 'label' => 'Solo', |
275 | 275 | 'group' => 'cc', |
276 | | - 'validation' => array( 'address' => true, 'amount' => true, 'creditCard' => true, 'email' => true, 'name' => true, ), |
| 276 | + 'validation' => array(), |
277 | 277 | ); |
278 | 278 | |
279 | 279 | // Laser |
— | — | @@ -280,7 +280,7 @@ |
281 | 281 | 'paymentproductid' => 124, |
282 | 282 | 'label' => 'Laser', |
283 | 283 | 'group' => 'cc', |
284 | | - 'validation' => array( 'address' => true, 'amount' => true, 'creditCard' => true, 'email' => true, 'name' => true, ), |
| 284 | + 'validation' => array(), |
285 | 285 | ); |
286 | 286 | |
287 | 287 | // JCB |
— | — | @@ -288,7 +288,7 @@ |
289 | 289 | 'paymentproductid' => 125, |
290 | 290 | 'label' => 'JCB', |
291 | 291 | 'group' => 'cc', |
292 | | - 'validation' => array( 'address' => true, 'amount' => true, 'creditCard' => true, 'email' => true, 'name' => true, ), |
| 292 | + 'validation' => array(), |
293 | 293 | ); |
294 | 294 | |
295 | 295 | // Discover |
— | — | @@ -296,7 +296,7 @@ |
297 | 297 | 'paymentproductid' => 128, |
298 | 298 | 'label' => 'Discover', |
299 | 299 | 'group' => 'cc', |
300 | | - 'validation' => array( 'address' => true, 'amount' => true, 'creditCard' => true, 'email' => true, 'name' => true, ), |
| 300 | + 'validation' => array(), |
301 | 301 | ); |
302 | 302 | |
303 | 303 | // CB |
— | — | @@ -304,7 +304,7 @@ |
305 | 305 | 'paymentproductid' => 130, |
306 | 306 | 'label' => 'CB', // Carte Bancaire OR Carte Bleue |
307 | 307 | 'group' => 'cc', |
308 | | - 'validation' => array( 'address' => true, 'amount' => true, 'creditCard' => true, 'email' => true, 'name' => true, ), |
| 308 | + 'validation' => array(), |
309 | 309 | ); |
310 | 310 | |
311 | 311 | /* |
— | — | @@ -316,7 +316,7 @@ |
317 | 317 | 'paymentproductid' => 11, |
318 | 318 | 'label' => 'Bank Transfer', |
319 | 319 | 'group' => 'bt', |
320 | | - 'validation' => array( 'creditCard' => false, ), |
| 320 | + 'validation' => array(), |
321 | 321 | ); |
322 | 322 | |
323 | 323 | /* |
— | — | @@ -328,7 +328,7 @@ |
329 | 329 | 'paymentproductid' => 805, |
330 | 330 | 'label' => 'Nordea (Sweeden)', |
331 | 331 | 'group' => 'rtbt', |
332 | | - 'validation' => array( 'creditCard' => false, ), |
| 332 | + 'validation' => array(), |
333 | 333 | ); |
334 | 334 | |
335 | 335 | // Ideal |
— | — | @@ -336,7 +336,7 @@ |
337 | 337 | 'paymentproductid' => 809, |
338 | 338 | 'label' => 'Ideal', |
339 | 339 | 'group' => 'rtbt', |
340 | | - 'validation' => array( 'creditCard' => false, ), |
| 340 | + 'validation' => array(), |
341 | 341 | 'issuerids' => array( |
342 | 342 | 771 => 'RegioBank', |
343 | 343 | 161 => 'Van Lanschot Bankiers', |
— | — | @@ -355,7 +355,7 @@ |
356 | 356 | 'paymentproductid' => 810, |
357 | 357 | 'label' => 'eNETS', |
358 | 358 | 'group' => 'rtbt', |
359 | | - 'validation' => array( 'creditCard' => false, ), |
| 359 | + 'validation' => array(), |
360 | 360 | ); |
361 | 361 | |
362 | 362 | // Sofortuberweisung/DIRECTebanking |
— | — | @@ -363,7 +363,7 @@ |
364 | 364 | 'paymentproductid' => 836, |
365 | 365 | 'label' => 'Sofortuberweisung/DIRECTebanking', |
366 | 366 | 'group' => 'rtbt', |
367 | | - 'validation' => array( 'creditCard' => false, ), |
| 367 | + 'validation' => array(), |
368 | 368 | ); |
369 | 369 | |
370 | 370 | // eps Online-Überweisung |
— | — | @@ -371,7 +371,7 @@ |
372 | 372 | 'paymentproductid' => 856, |
373 | 373 | 'label' => 'eps Online-Überweisung', |
374 | 374 | 'group' => 'rtbt', |
375 | | - 'validation' => array( 'creditCard' => false, ), |
| 375 | + 'validation' => array(), |
376 | 376 | 'issuerids' => array( |
377 | 377 | 824 => 'Bankhaus Spängler', |
378 | 378 | 825 => 'Hypo Tirol Bank', |