We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4af1bf1 commit ac3c14eCopy full SHA for ac3c14e
projects/fusio-sdk/src/lib/component/subscription/callback/callback.component.html
@@ -1,3 +1,3 @@
1
2
-<ngb-alert type="success">Thank you for purchasing {{plan.name}}!</ngb-alert>
+<ngb-alert type="success">Thank you for purchasing {{plan?.name}}!</ngb-alert>
3
<button class="btn btn-primary" [routerLink]="homePath">Home</button>
0 commit comments