Skip to content

Commit

Permalink
Merge pull request #11 from octotravel/feat-change-product-ids-to-uuids
Browse files Browse the repository at this point in the history
Change hardcoded ids to uuids
  • Loading branch information
Faboslav authored Jan 17, 2024
2 parents 02728ea + c0e027f commit f1c8569
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/generators/ProductWithAvailabilityModelGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class ProductWithAvailabilityModelGenerator {
productWithAvailabilityModels.push(
this.generateProduct({
productData: {
id: "1",
id: "9cbd7f33-6b53-45c4-a44b-730605f68753",
internalName: "PPU - OH",
availabilityType: AvailabilityType.OPENING_HOURS,
options: [
Expand Down Expand Up @@ -91,7 +91,7 @@ export class ProductWithAvailabilityModelGenerator {
}),
this.generateProduct({
productData: {
id: "2",
id: "b5c0ab15-6575-4ca4-a39d-a8c7995ccbda",
internalName: "PPB - OH",
availabilityType: AvailabilityType.OPENING_HOURS,
options: [
Expand Down Expand Up @@ -123,7 +123,7 @@ export class ProductWithAvailabilityModelGenerator {
}),
this.generateProduct({
productData: {
id: "3",
id: "bb9eb918-fcb5-4947-9fce-86586bbea111",
internalName: "PPU - ST",
availabilityType: AvailabilityType.START_TIME,
options: [
Expand Down Expand Up @@ -166,7 +166,7 @@ export class ProductWithAvailabilityModelGenerator {
}),
this.generateProduct({
productData: {
id: "4",
id: "0a8f2ef2-7469-4ef0-99fa-a67132ab0bce",
internalName: "PPB - ST",
availabilityType: AvailabilityType.START_TIME,
options: [
Expand Down

0 comments on commit f1c8569

Please sign in to comment.