Lluís Camps Puigsubirà

Results 1 issues of Lluís Camps Puigsubirà

```php $object = $objectRepository->get($objectId); $object->state = State::INACTIVE; $objectRepository->update($object); // Validation error: `Chiiya\Passes\Google\Passes\GenericObject->state`: The value is invalid. Should be one of .STATE_UNSPECIFIED, ACTIVE, COMPLETED, EXPIRED, INACTIVE ``` Apparently when a google...