Skip to content

Commit

Permalink
Implement VAR for C24_WMDE_Desktop_EN_01
Browse files Browse the repository at this point in the history
VAR banner submits to the contact required address form layout

Ticket: https://phabricator.wikimedia.org/T372553
  • Loading branch information
Abban committed Sep 3, 2024
1 parent 09f0c02 commit b76742e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion banners/english/C24_WMDE_Desktop_EN_01/banner_ctrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const currencyFormatter = localeFactory.getCurrencyFormatter();

app.provide( 'currencyFormatter', currencyFormatter );
app.provide( 'formItems', createFormItems( translator, currencyFormatter.euroAmount.bind( currencyFormatter ) ) );
app.provide( 'formActions', createFormActions( page.getTracking(), impressionCount, { locale: Locales.EN } ) );
app.provide( 'formActions', createFormActions( page.getTracking(), impressionCount, { locale: Locales.EN, ap: '0' } ) );
app.provide( 'tracker', tracker );

app.mount( page.getBannerContainer() );
2 changes: 1 addition & 1 deletion banners/english/C24_WMDE_Desktop_EN_01/banner_var.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const currencyFormatter = localeFactory.getCurrencyFormatter();

app.provide( 'currencyFormatter', currencyFormatter );
app.provide( 'formItems', createFormItems( translator, currencyFormatter.euroAmount.bind( currencyFormatter ) ) );
app.provide( 'formActions', createFormActions( page.getTracking(), impressionCount, { locale: Locales.EN } ) );
app.provide( 'formActions', createFormActions( page.getTracking(), impressionCount, { locale: Locales.EN, ap: '1' } ) );
app.provide( 'tracker', tracker );

app.mount( page.getBannerContainer() );

0 comments on commit b76742e

Please sign in to comment.