1
0
forked from poc/pds

Merge pull request 'Added regex pattern for sticker reprint' (#110) from ranjith-dev into master

Reviewed-on: poc/pds#110
This commit is contained in:
2025-12-26 06:06:11 +00:00

View File

@@ -1403,7 +1403,7 @@ class StickerReprint extends Page implements HasForms
if (strpos($originalQR, '/') != false)
{
// Allowed endings
$allowed = ['/m', '/M', '/p', '/P'];
$allowed = ['/m', '/M', '/p', '/P', '/m|', '/M|', '/p|', '/P|'];
$foundValidEnding = false;