Skip to content

Commit

Permalink
update add to google wallet badge
Browse files Browse the repository at this point in the history
  • Loading branch information
cbellone committed Mar 16, 2023
1 parent 8f6e6bc commit 2a09406
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/resources/alfio/mjml/custom-message-html.mjml
Expand Up @@ -89,7 +89,7 @@
<mj-section background-color="#f8f8ff">
<mj-raw>{{#googleWalletEnabled}}</mj-raw>
<mj-column>
<mj-image width="217" css-class="wallet" rel="notrack" src="{{baseUrl}}/resources/images/email/enUS_add_to_google_wallet_wallet-button.png" alt="Add to Google Wallet" align="center" href="{{baseUrl}}/api/wallet/event/{{event.shortName}}/v1/version/passes/{{ticket.uuid}}"></mj-image>
<mj-image width="217" css-class="wallet" rel="notrack" src="{{baseUrl}}/resources/images/email/enUS_add_to_google_wallet_wallet-badge.png" alt="Add to Google Wallet" align="center" href="{{baseUrl}}/api/wallet/event/{{event.shortName}}/v1/version/passes/{{ticket.uuid}}"></mj-image>
</mj-column>
<mj-raw>{{/googleWalletEnabled}}</mj-raw>
<mj-raw>{{#appleWalletEnabled}}</mj-raw>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/alfio/mjml/ticket-email-html.mjml
Expand Up @@ -131,7 +131,7 @@
<mj-section background-color="#f8f8ff">
<mj-raw>{{#googleWalletEnabled}}</mj-raw>
<mj-column>
<mj-image width="217" css-class="wallet" rel="notrack" src="{{baseUrl}}/resources/images/email/enUS_add_to_google_wallet_wallet-button.png" alt="Add to Google Wallet" align="center" href="{{baseUrl}}/api/wallet/event/{{event.shortName}}/v1/version/passes/{{ticket.uuid}}"></mj-image>
<mj-image width="217" css-class="wallet" rel="notrack" src="{{baseUrl}}/resources/images/email/enUS_add_to_google_wallet_wallet-badge.png" alt="Add to Google Wallet" align="center" href="{{baseUrl}}/api/wallet/event/{{event.shortName}}/v1/version/passes/{{ticket.uuid}}"></mj-image>
</mj-column>
<mj-raw>{{/googleWalletEnabled}}</mj-raw>
<mj-raw>{{#appleWalletEnabled}}</mj-raw>
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 2a09406

Please sign in to comment.