diff --git a/app/Http/Controllers/Apis/Protected/Summit/OAuth2SummitBadgeScanApiController.php b/app/Http/Controllers/Apis/Protected/Summit/OAuth2SummitBadgeScanApiController.php index 5053fd7a0..3cca77f14 100644 --- a/app/Http/Controllers/Apis/Protected/Summit/OAuth2SummitBadgeScanApiController.php +++ b/app/Http/Controllers/Apis/Protected/Summit/OAuth2SummitBadgeScanApiController.php @@ -258,6 +258,7 @@ function(){ 'attendee_email' => ['=@', '=='], 'ticket_number' => ['=@', '=='], 'order_number' => ['=@', '=='], + 'sponsor_id' => ['=='], ]; }, function(){ @@ -268,6 +269,7 @@ function(){ 'attendee_email' => 'sometimes|string', 'ticket_number' => 'sometimes|string', 'order_number' => 'sometimes|string', + 'sponsor_id' => 'sometimes|integer', ]; }, function()