Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
fix: discount-code-generator template
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipPyrek committed Mar 11, 2024
1 parent a8bc8ee commit 37ff954
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export class ExampleStack extends cdk.Stack {
.page('DonePage', {
body: [
Display.heading('Discount generated'),
Display.text('Discount code: {{InputPage.discountGenerator.code}}')
Display.text('Discount code: {{discountGenerator.code}}')
]
})
}
Expand Down

0 comments on commit 37ff954

Please sign in to comment.