Skip to content

Commit

Permalink
Merge branch 'master' into feature/merge-lorem-fitsum-into-ref-impl
Browse files Browse the repository at this point in the history
  • Loading branch information
civsiv authored Mar 27, 2024
2 parents 4a26fcb + 7e88fdf commit 368d785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Examples/BookingSystem.AspNetCore/Settings/EngineConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@ public static StoreBookingEngine CreateStoreBookingEngine(AppSettings appSetting
DatasetDiscussionUrl = "https://github.com/openactive/OpenActive.Server.NET/issues".ParseUrlOrNull(),
DatasetDocumentationUrl = "https://developer.openactive.io/".ParseUrlOrNull(),
DatasetLanguages = new List<string> { "en-GB" },
OrganisationName = "Example",
OrganisationName = "OpenActive Reference Implementation",
OrganisationUrl = "https://www.example.com/".ParseUrlOrNull(),
OrganisationLegalEntity = "Example",
OrganisationLegalEntity = "OpenActive Reference Implementation",
OrganisationPlainTextDescription = "The Reference Implementation provides an example of an full conformant implementation of the OpenActive specifications.",
OrganisationLogoUrl = $"{appSettings.ApplicationHostBaseUrl}/images/placeholder-logo.png".ParseUrlOrNull(),
OrganisationEmail = "[email protected]",
Expand Down

0 comments on commit 368d785

Please sign in to comment.