From 37c382af4f5d7f6e86d6c33fe9905bd6967321db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danyi=20D=C3=A1vid?= Date: Mon, 4 Feb 2019 11:21:50 +0100 Subject: [PATCH] * fixed otp regexp --- src/App/Service/KoinService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App/Service/KoinService.php b/src/App/Service/KoinService.php index e9cd0fd..9f754f9 100644 --- a/src/App/Service/KoinService.php +++ b/src/App/Service/KoinService.php @@ -27,7 +27,7 @@ class KoinService * 4 - currency * 5 - pos info */ - const OTP_SMS_PATTERN = '#([0-9]{6}) ([0-9]{1,2}:[0-9]{1,2}) K[áà]rty[áà]s v[áà]s[áà]rl[áà]s(/z[áà]rol[áà]s)?: -([0-9,.]+) ([A-Z]{2,3}); (.*?); K[áà]rtyasz[áà]m: ...[0-9]{4}; Egyenleg: \+[0-9.]+ HUF - OTPdirekt#msiu'; + const OTP_SMS_PATTERN = '#([0-9]{6}) ([0-9]{1,2}:[0-9]{1,2}) K[áà]rty[áà]s v[áà]s[áà]rl[áà]s(?:/z[áà]rol[áà]s)?: -([0-9,.]+) ([A-Z]{2,3}); (.*?); K[áà]rtyasz[áà]m: ...[0-9]{4}; Egyenleg: \+[0-9.]+ HUF - OTPdirekt#msiu'; /** @var Client */ private $httpClient;