File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -452,16 +452,19 @@ private function getCardsCodes()
452
452
453
453
private function getEndPoints ()
454
454
{
455
- return [null , 'SYSTEMPAY ' ];
455
+ return [null , 'SYSTEMPAY ' , ' SCELLIUS ' ];
456
456
}
457
457
458
458
private function getUrl ()
459
459
{
460
- if ($ this ->config ['endpoint ' ] === 'SYSTEMPAY ' ) {
461
- return 'https://paiement.systempay.fr/vads-payment/ ' ;
460
+ switch ($ this ->config ['endpoint ' ]) {
461
+ case 'SYSTEMPAY ' :
462
+ return 'https://paiement.systempay.fr/vads-payment/ ' ;
463
+ case 'SCELLIUS ' :
464
+ return 'https://scelliuspaiement.labanquepostale.fr/vads-payment/ ' ;
465
+ default :
466
+ return 'https://secure.payzen.eu/vads-payment/ ' ;
462
467
}
463
-
464
- return 'https://secure.payzen.eu/vads-payment/ ' ;
465
468
}
466
469
467
470
private function hash (string $ content ) {
You can’t perform that action at this time.
0 commit comments