Update demo_generic.php

This commit is contained in:
Alex Rodriguez
2023-01-13 11:07:57 +01:00
committed by GitHub
parent feac6adcad
commit 0742818666

View File

@@ -252,7 +252,7 @@ class DemoGeneric
{
// Check if the object exists
try {
$this->service->eventticketobject->get("{$issuerId}.{$objectSuffix}");
$this->service->genericobject->get("{$issuerId}.{$objectSuffix}");
print("Object {$issuerId}.{$objectSuffix} already exists!");
return "{$issuerId}.{$objectSuffix}";