Skip to content

Commit

Permalink
Updated web components and added exposeExpiryDate to card config (#1078)
Browse files Browse the repository at this point in the history
  • Loading branch information
zenit2001 committed May 7, 2024
1 parent d6d8f1a commit 125e268
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ function getCardConfig() {
shopperEmail: window.customerEmail,
merchantDisplayName: window.merchantAccount,
},
exposeExpiryDate: false,
onChange(state) {
store.isValid = state.isValid;
const method = state.data.paymentMethod.storedPaymentMethodId
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ module.exports = {
APPLE_DOMAIN_URL:
'/.well-known/apple-developer-merchantid-domain-association',

CHECKOUT_COMPONENT_VERSION: '5.61.0',
CHECKOUT_COMPONENT_VERSION: '5.64.0',
VERSION: '24.2.0',
};

0 comments on commit 125e268

Please sign in to comment.