Added regex pattern for sticker reprint #110

Merged
jothi merged 1 commits from ranjith-dev into master 2025-12-26 06:06:12 +00:00
Showing only changes of commit 5dd212422c - Show all commits

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;