This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(PPWP-377): unified calls * fix(PPWP-377): unified calls * fix(PPWP-377): unified calls * fix(PPWP-377): unified calls * fix(PPWP-377): unified calls * added payment places method * comments removed * refactored access token validation * fixed ternary if structure * fixed instantiation of access token * 🐛 Fix the PR cover checker when there is no test (#189) This fixes an issue that is workflow failure when the pull request does not contain tests and Added hotfix branch filter to check tests * feat(PPWP-421): paycash front-end * feat(PPWP-422): paycash admin * fix(helper): 🐛 fixed float to int convertion * feat(bin): ✨ new command sync with container * improv: init tests * improv: changing chmod command * build: 📦 new patch version of mercardo pago for magento 2 v3.12.3 * getMercadoPagoPaymentMethods testing * fix(ppwp-337): fixing exception testing * testing config provider and api * testing PaymentMethodsTicket * feat(ppwp-377): testing custom config provider * refactored constants * refactored model test classes * refactored helper test classes * added annotation for Code Coverage Ignore * fixed test variables * fixed html structure of ticket * feat(ppwp-377): adding metadata payment_option_id * fixing data tests * removed exception to access token * hotfix(PLUG-1533): fixing refund error handling * fixing pr coverage checker * testing pr coverage checker * fixing pr coverage checker * hotfix: fixed js - undefined variable * feat(PPWP-569): initial commit * build: 📦 new minor version of mercardo pago for magento 2 v3.13.0 * build(v3.13.0): 📦 updated readme * expiration date mask and validations * PPWP-569: inserted translations for titles * PPWP-569: added space between fields * improv(PPWP-611): dinamically validating bank transfer on admin page * implementing cache * PPWP-611: payment unit tests * PPWP-611: fixed abstractElementMock * fix(wallet button): 🐛 create order even with cho pro disabled * fixing cache * separating cache values with constants * PPWP-611: refactored test directory * PPWP-570: added translation * PPWP-569: inserted style in title * PPWP-569: fixed cache for new installs * PPWP-569: fixed cache for new installs * feature(ppwp-630): new front-end definitions * removing cache from bank_transfer validation * fixing payment fieldset and removing debit text * improv(ppwp-531): adding mlu to available lists * adding payment methods validation using API * removing old validation * improving cache and applying rules to other checkouts * fixing pix rules * disabling invalid payments * clearing config activation flag caching * testing new methods * fixing cache code coverage * fixing observer code coverage * fixing exception syntax * code enhancement * fixing prefix issue * fix(ticket): 🐛 changed str_contains to strpos * build(v3.14.0): 📦 updated version files and changelog * build(v3.14.0): 📦 updated changelog * fix: treating paymentId on disablePayment function * Upgrade New Logo MP Magento 2 * hotfix: prevent "missing required argument $data" exception (#187) Co-authored-by: Ivan Augusto <[email protected]> * build(v3.14.1): 📦 new version v3.14.1 * build(v3.14.1): 📦 updated mercado pago's minilogo image * build(v3.14.2): 📦 Create a new version * build(v3.14.2): 📦 Migrate to db_schema * build(v3.14.2): 📦 link img desktop logo mercado pago * build(v3.14.2): 📦 add release to skipped branch * build(v3.14.2): 📦 add parameters :P Co-authored-by: Gustavo Brito <[email protected]> Co-authored-by: sleaof <[email protected]> Co-authored-by: Douglas <[email protected]> Co-authored-by: hugodamm <[email protected]> Co-authored-by: Code Slicer <[email protected]> Co-authored-by: Ivan Augusto <[email protected]> Co-authored-by: Hugo Damm <[email protected]>
- Loading branch information
1 parent
e3f0933
commit e79af20
Showing
12 changed files
with
95 additions
and
197 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<?xml version="1.0"?> | ||
<schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Setup/Declaration/Schema/etc/schema.xsd"> | ||
<table name="sales_order" resource="default"> | ||
<column xsi:type="decimal" name="finance_cost_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Finance Cost Amount"/> | ||
<column xsi:type="decimal" name="base_finance_cost_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Base Finance Cost Amount"/> | ||
<column xsi:type="decimal" name="discount_coupon_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Discount coupon Amount"/> | ||
<column xsi:type="decimal" name="base_discount_coupon_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Base Discount coupon Amount"/> | ||
</table> | ||
<table name="quote" resource="default"> | ||
<column xsi:type="decimal" name="finance_cost_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Finance Cost Amount"/> | ||
<column xsi:type="decimal" name="base_finance_cost_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Base Finance Cost Amount"/> | ||
<column xsi:type="decimal" name="discount_coupon_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Discount coupon Amount"/> | ||
<column xsi:type="decimal" name="base_discount_coupon_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Base Discount coupon Amount"/> | ||
</table> | ||
<table name="sales_invoice" resource="default"> | ||
<column xsi:type="decimal" name="finance_cost_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Finance Cost Amount"/> | ||
<column xsi:type="decimal" name="base_finance_cost_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Base Finance Cost Amount"/> | ||
<column xsi:type="decimal" name="discount_coupon_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Discount coupon Amount"/> | ||
<column xsi:type="decimal" name="base_discount_coupon_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Base Discount coupon Amount"/> | ||
</table> | ||
<table name="sales_creditmemo" resource="default"> | ||
<column xsi:type="decimal" name="finance_cost_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Finance Cost Amount"/> | ||
<column xsi:type="decimal" name="base_finance_cost_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Base Finance Cost Amount"/> | ||
<column xsi:type="decimal" name="discount_coupon_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Discount coupon Amount"/> | ||
<column xsi:type="decimal" name="base_discount_coupon_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Base Discount coupon Amount"/> | ||
</table> | ||
<table name="quote_address" resource="default"> | ||
<column xsi:type="decimal" name="discount_coupon_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Discount coupon Amount"/> | ||
<column xsi:type="decimal" name="base_discount_coupon_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Base Discount coupon Amount"/> | ||
<column xsi:type="decimal" name="finance_cost_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Finance Cost Amount"/> | ||
<column xsi:type="decimal" name="base_finance_cost_amount" scale="4" precision="12" unsigned="false" nullable="true" comment="Base Finance Cost Amount"/> | ||
</table> | ||
</schema> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"sales_order": { | ||
"column": { | ||
"finance_cost_amount": true, | ||
"base_finance_cost_amount": true, | ||
"discount_coupon_amount": true, | ||
"base_discount_coupon_amount": true | ||
} | ||
}, | ||
"quote": { | ||
"column": { | ||
"finance_cost_amount": true, | ||
"base_finance_cost_amount": true, | ||
"discount_coupon_amount": true, | ||
"base_discount_coupon_amount": true | ||
} | ||
}, | ||
"sales_invoice": { | ||
"column": { | ||
"finance_cost_amount": true, | ||
"base_finance_cost_amount": true, | ||
"discount_coupon_amount": true, | ||
"base_discount_coupon_amount": true | ||
} | ||
}, | ||
"sales_creditmemo": { | ||
"column": { | ||
"finance_cost_amount": true, | ||
"base_finance_cost_amount": true, | ||
"discount_coupon_amount": true, | ||
"base_discount_coupon_amount": true | ||
} | ||
}, | ||
"quote_address": { | ||
"column": { | ||
"discount_coupon_amount": true, | ||
"base_discount_coupon_amount": true, | ||
"finance_cost_amount": true, | ||
"base_finance_cost_amount": true | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+23.3 KB
src/MercadoPago/Core/view/frontend/web/images/desktop-logo-mercadopago.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters