Skip to content

Commit

Permalink
Update @ecomplus/widget-compre-confie/src/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 authored Aug 23, 2023
1 parent ccee0de commit 8bc91cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @ecomplus/widget-compre-confie/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default (options = {}) => {
const { day, month, year } = customer.birth_date
if (day && month && year) {
ccParam += `&consumerBirthDate=${day.toString().padStart(2, '0')}` +
`/${month.toString().padStart(2, '0')}/${year}`
`/${month.toString().padStart(2, '0')}/${year}`
}
}
if (navigator && navigator.userAgent.includes('Mobile')) {
Expand Down

0 comments on commit 8bc91cc

Please sign in to comment.