Skip to content

Commit

Permalink
fix: Rename organisation in dataset site to "OpenActive Reference Imp…
Browse files Browse the repository at this point in the history
…lementation"
  • Loading branch information
nickevansuk authored Mar 20, 2024
1 parent 027d806 commit 7e88fdf
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 7e88fdf

Please sign in to comment.