Skip to content

Commit 00f54a7

Browse files
committed
fix: Include certificate
1 parent 287601d commit 00f54a7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Examples/BookingSystem.AspNetCore/Settings/EngineConfig.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ public static StoreBookingEngine CreateStoreBookingEngine(AppSettings appSetting
182182
DateFirstPublished = new DateTimeOffset(new DateTime(2019, 01, 14)),
183183
OpenBookingAPIBaseUrl = $"{appSettings.ApplicationHostBaseUrl}/api/openbooking".ParseUrlOrNull(),
184184
OpenBookingAPIRegistrationUrl = new Uri("https://example.com/api-landing-page"),
185-
OpenBookingAPITermsOfServiceUrl = new Uri("https://example.com/api-terms-page")
185+
OpenBookingAPITermsOfServiceUrl = new Uri("https://example.com/api-terms-page"),
186+
TestSuiteCertificateUrl = new Uri("https://certificates.reference-implementation.openactive.io/examples/all-features/controlled/")
186187
},
187188
new StoreBookingEngineSettings
188189
{

Examples/BookingSystem.AspNetFramework/Settings/EngineConfig.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ public static StoreBookingEngine CreateStoreBookingEngine(AppSettings appSetting
182182
DateFirstPublished = new DateTimeOffset(new DateTime(2019, 01, 14)),
183183
OpenBookingAPIBaseUrl = $"{appSettings.ApplicationHostBaseUrl}/api/openbooking".ParseUrlOrNull(),
184184
OpenBookingAPIRegistrationUrl = new Uri("https://example.com/api-landing-page"),
185-
OpenBookingAPITermsOfServiceUrl = new Uri("https://example.com/api-terms-page")
185+
OpenBookingAPITermsOfServiceUrl = new Uri("https://example.com/api-terms-page"),
186+
TestSuiteCertificateUrl = new Uri("https://certificates.reference-implementation.openactive.io/examples/all-features/controlled/")
186187
},
187188
new StoreBookingEngineSettings
188189
{

0 commit comments

Comments
 (0)