Skip to content

Commit

Permalink
fix: elo brand image
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaMelazzo committed Oct 19, 2023
1 parent 84d8ab8 commit 81dcff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/frontend/web/js/core/checkout/PlatformConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ define([], () => {

availableBrands[i] = {
'title': brands[i],
'image': url
'image': jQuery.isArray(url) ? url.find(element => element.includes('Pagarme')) : url

};
}
Expand Down

0 comments on commit 81dcff6

Please sign in to comment.