Skip to content

Commit

Permalink
Added low value payment method
Browse files Browse the repository at this point in the history
  • Loading branch information
obud authored and janlanger committed Jul 25, 2024
1 parent f5c57a6 commit 1ad81e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Call/PayMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ enum PayMethod: string

case CARD = 'card';

case CARD_LVP = 'card#LVP';

}

0 comments on commit 1ad81e8

Please sign in to comment.