Skip to content

Commit

Permalink
Merge branch 'release/v6.2.1' into 'master'
Browse files Browse the repository at this point in the history
Release/v6.2.1

See merge request agence-dnd/marketplace/magento-2/external/module-checkout-magento2-plugin!217
  • Loading branch information
DnD-Behou committed Jul 9, 2024
2 parents 58d6db9 + 380d515 commit 7c364d3
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 39 deletions.
3 changes: 1 addition & 2 deletions Model/Files/Mada/apm_list.csv
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Id,Title
alipay,Alipay
boleto,Boleto
giropay,Giropay
ideal,Ideal
poli,Poli
sepa,Sepa
sofort,Sofort
klarna,Klarna
eps,EPS
eps,EPS
24 changes: 0 additions & 24 deletions Model/Methods/AlternativePaymentMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
use Checkout\Payments\Previous\Source\Apm\RequestBoletoSource;
use Checkout\Payments\Previous\Source\Apm\RequestEpsSource as PreviousRequestEpsSource;
use Checkout\Payments\Previous\Source\Apm\RequestFawrySource as PreviousRequestFawrySource;
use Checkout\Payments\Previous\Source\Apm\RequestGiropaySource as PreviousRequestGiropaySource;
use Checkout\Payments\Request\Source\Apm\RequestGiropaySource;
use Checkout\Payments\Previous\Source\Apm\RequestIdealSource as PreviousRequestIdealSource;
use Checkout\Payments\Previous\Source\Apm\RequestKlarnaSource;
use Checkout\Payments\Previous\Source\Apm\RequestKnetSource;
Expand Down Expand Up @@ -678,28 +676,6 @@ public function boleto(array $data): RequestBoletoSource
return $boletoSource;
}

/**
* Create source
*
* @param array $data
*
* @return RequestGiropaySource|PreviousRequestGiropaySource
* @throws NoSuchEntityException
*/
public function giropay(array $data)
{
if ($this->apiHandler->isPreviousMode()) {
$source = new PreviousRequestGiropaySource();
$source->purpose = null;
$source->bic = $this->getValue('bic', $data);
$source->info_fields = null;
} else {
$source = new RequestGiropaySource();
}

return $source;
}

/**
* @param array $data
*
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The Frames.js payment form is cross-browser and cross-device compatible, and can

* Alternative Payments<br>
Users can place orders with the following alternative and local payment options used around the world:
Alipay, Bancontact, Boleto, EPS, Fawry, Giropay, Ideal, Klarna, KNet, Poli, Sepa, Sofort.
Alipay, Bancontact, Boleto, EPS, Fawry, Ideal, Klarna, KNet, Poli, Sepa, Sofort.

* Apple Pay Payments<br>
Users can place orders with an Apple Pay wallet.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"magento/framework": ">=100.0.1"
},
"type": "magento2-module",
"version": "6.2.0",
"version": "6.2.1",
"autoload": {
"files": [
"registration.php"
Expand Down
6 changes: 0 additions & 6 deletions etc/apm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
<currencies>BRL,USD</currencies>
<countries>BR</countries>
</item>
<item>
<id>giropay</id>
<title>Giropay</title>
<currencies>EUR</currencies>
<countries>DE</countries>
</item>
<item>
<id>ideal</id>
<title>iDEAL</title>
Expand Down
4 changes: 0 additions & 4 deletions view/frontend/web/css/apm/apm.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion view/frontend/web/css/apm/apm.min.css

Large diffs are not rendered by default.

0 comments on commit 7c364d3

Please sign in to comment.