Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Novo layout do cartão de crédito na página de checkout #138

Merged
merged 22 commits into from
Jan 9, 2025
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
3d356da
Merge pull request #1 from vindi/master
cedran Oct 1, 2024
c9d712a
feat: removed deprecated magento 2 classes
contardi Oct 9, 2024
3dd0462
feat: removed deprecated magento 2 classes
contardi Oct 9, 2024
096d220
fix: remove unused patch
contardi Oct 9, 2024
079f52c
fix: call non existing class
contardi Oct 10, 2024
f726265
fix: return composer version
Oct 14, 2024
e8f58b3
Merge pull request #2 from vindi/development
cedran Oct 21, 2024
bb738ac
Merge pull request #3 from vindi/development
cedran Oct 25, 2024
e90f745
Versionamento da 2.1.0
thais-kusuki-vindi Oct 30, 2024
32b637a
Merge pull request #135 from vindi/versionamento/2.1.0
thais-kusuki-vindi Oct 30, 2024
da3a058
Merge pull request #4 from vindi/development
cedran Nov 1, 2024
62ff5d9
Merge pull request #5 from vindi/development
cedran Dec 5, 2024
20bf8c0
Merge branch 'master' of github.com:bizcommerce/vindi-magento2
Dec 13, 2024
2d111c3
feat: merge remote
Dec 13, 2024
e874370
Merge branch 'vindi-master'
Dec 13, 2024
bb686e5
Merge remote-tracking branch 'origin/master' into development
Dec 13, 2024
597f80c
feat: new card layout
contardi Dec 14, 2024
f979e70
fix: same input id for different fields
contardi Dec 17, 2024
bcd91fd
fix: cacheable false for product view
contardi Dec 19, 2024
97bf315
fix: add cache key info product block
contardi Dec 19, 2024
a812adf
Merge pull request #7 from bizcommerce/feat/new-card-layout
contardi Dec 29, 2024
7d3c80c
feat: added all available brands
contardi Jan 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: cacheable false for product view
contardi committed Dec 19, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit bcd91fdc5690571543298a31b9afa65831623b7e
1 change: 0 additions & 1 deletion view/frontend/layout/catalog_product_view.xml
Original file line number Diff line number Diff line change
@@ -9,7 +9,6 @@
name="recurrence.product.page"
template="Vindi_Payment::product/recurrence.phtml"
after="product.info.price"
cacheable="false"
/>
</referenceContainer>
</body>