Skip to content

Commit

Permalink
fix casing issue in timeZone onboarding parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverrahner authored Aug 2, 2024
1 parent 4a9395f commit 599f256
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Dto/Requests/OnboardRequest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class OnboardRequest implements JsonSerializable
private const CERTIFICATION_VERSION_ID = 'certificationVersionId';
private const GATEWAY_ID = 'gatewayId';
private const UTC_TIMESTAMP = 'UTCTimestamp';
private const TIME_ZONE = 'timezone';
private const TIME_ZONE = 'timeZone';
private const CERTIFICATE_TYPE = 'certificateType';

private ?string $externalId = null;
Expand Down Expand Up @@ -111,4 +111,4 @@ public function jsonSerialize(): array
];
}
}
}
}

0 comments on commit 599f256

Please sign in to comment.