Skip to content

Commit

Permalink
add payment method 'TWINT'
Browse files Browse the repository at this point in the history
  • Loading branch information
Axent96 authored Nov 8, 2019
1 parent 05aef57 commit 2380859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/PostFinance/AbstractPaymentRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ abstract class AbstractPaymentRequest extends AbstractRequest
'UNEUROCOM' => 'UNEUROCOM',
'VISA' => 'CreditCard',
'Wallie' => 'Wallie',
'TWINT' => 'TWINT',
);

/** Note this is public to allow easy modification, if need be. */
Expand Down

0 comments on commit 2380859

Please sign in to comment.