From 1ad81e8da4666bd79bee519c3cf65e9ad914071e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Bud=C3=ADn?= Date: Thu, 25 Jul 2024 11:37:14 +0200 Subject: [PATCH] Added low value payment method --- src/Call/PayMethod.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Call/PayMethod.php b/src/Call/PayMethod.php index 6630689..b828c31 100644 --- a/src/Call/PayMethod.php +++ b/src/Call/PayMethod.php @@ -7,4 +7,6 @@ enum PayMethod: string case CARD = 'card'; + case CARD_LVP = 'card#LVP'; + }