Skip to content

Commit

Permalink
fix: send widgetVersion when creating widget (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandro25262 committed Aug 9, 2024
1 parent 6be7157 commit 4987c6b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export class MifielWidget {
// @ts-ignore
window.mifiel.widget({
...this.getAdditionalProps(),
widgetVersion: this.widgetVersion,
widgetId: this.id,
appendTo: idComponent,
successBtnText: this.successBtnText,
Expand Down

0 comments on commit 4987c6b

Please sign in to comment.