Skip to content

Commit

Permalink
Add VISA Debit (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhstudioos authored Mar 1, 2021
1 parent 2e17a70 commit d4062f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Ogone/AbstractPaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ abstract class AbstractPaymentRequest extends AbstractRequest
'UATP' => 'CreditCard',
'UNEUROCOM' => 'UNEUROCOM',
'VISA' => 'CreditCard',
'VISA Debit' => 'VISA Debit',
'Wallie' => 'Wallie',
);

Expand Down

0 comments on commit d4062f9

Please sign in to comment.