Skip to content

Commit

Permalink
Add Bizum and MasterPass payment methods
Browse files Browse the repository at this point in the history
  • Loading branch information
facine authored Aug 12, 2021
1 parent beee9dc commit 2c461b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Sermepa.php
Original file line number Diff line number Diff line change
Expand Up @@ -568,8 +568,10 @@ public static function getAvailablePaymentMethods() {
'D' => 'Direct debit',
'R' => 'Bank transfer',
'T' => 'Iupay card',
'N' => 'MasterPass',
'O' => 'Iupay',
'V' => 'v.me',
'z' => 'Bizum',
);
}

Expand Down

0 comments on commit 2c461b0

Please sign in to comment.