Merge pull request #59 from AlexRodriguezArtells/patch-1

Update demo_generic.php
This commit is contained in:
stephenmcd
2023-01-17 09:42:32 +11:00
committed by GitHub

View File

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