Skip to content

Commit

Permalink
1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Feb 27, 2023
1 parent ed8e626 commit cd6436a
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Method.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
namespace Dfe\GingerPayments;
# 2017-02-25
final class Method extends \Df\GingerPaymentsBase\Method {}
final class Method extends \Dfe\GingerPaymentsBase\Method {}
6 changes: 3 additions & 3 deletions Source/Option.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# 2017-03-01
# [Ginger Payments] Available payment options: https://mage2.pro/t/3463
/** @method static Option s() */
final class Option extends \Df\GingerPaymentsBase\Source\Option {
final class Option extends \Dfe\GingerPaymentsBase\Source\Option {
/**
* 2017-03-01
* What is SOFORT and how does it work? https://mage2.pro/t/3425
* @override
* @see \Df\GingerPaymentsBase\Source\Option::mapExtra()
* @used-by \Df\GingerPaymentsBase\Source\Option::map()
* @see \Dfe\GingerPaymentsBase\Source\Option::mapExtra()
* @used-by \Dfe\GingerPaymentsBase\Source\Option::map()
* @return array(string => string)
*/
protected function mapExtra():array {return ['sofort' => 'SOFORT'];}
Expand Down
6 changes: 3 additions & 3 deletions Test/CreateOrder/BankTransfer.php
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?php
namespace Dfe\GingerPayments\Test\CreateOrder;
# 2017-03-07
final class BankTransfer extends \Df\GingerPaymentsBase\Test\CreateOrder {
final class BankTransfer extends \Dfe\GingerPaymentsBase\Test\CreateOrder {
/**
* 2017-03-07
* @override
* @see \Df\GingerPaymentsBase\Test\CreateOrder::method()
* @used-by \Df\GingerPaymentsBase\Test\CreateOrder::t01_success()
* @see \Dfe\GingerPaymentsBase\Test\CreateOrder::method()
* @used-by \Dfe\GingerPaymentsBase\Test\CreateOrder::t01_success()
*/
protected function method():string {return 'sepa-debit-transfer';}
}
2 changes: 1 addition & 1 deletion Test/CreateOrder/Ideal.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
namespace Dfe\GingerPayments\Test\CreateOrder;
# 2017-02-27
final class Ideal extends \Df\GingerPaymentsBase\Test\CreateOrder\Ideal {}
final class Ideal extends \Dfe\GingerPaymentsBase\Test\CreateOrder\Ideal {}
2 changes: 1 addition & 1 deletion Test/GetIdealBanks.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
namespace Dfe\GingerPayments\Test;
# 2017-02-27
# «[Ginger Payments] An example of a response to GET /v1/ideal/issuers/»: https://mage2.pro/t/3387
final class GetIdealBanks extends \Df\GingerPaymentsBase\Test\GetIdealBanks {}
final class GetIdealBanks extends \Dfe\GingerPaymentsBase\Test\GetIdealBanks {}
10 changes: 5 additions & 5 deletions Test/GetMerchant.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
* lead to the «You don't have the permission to access the requested resource» response?
* https://mage2.pro/t/3460
*/
final class GetMerchant extends \Df\GingerPaymentsBase\Test\GetMerchant {
final class GetMerchant extends \Dfe\GingerPaymentsBase\Test\GetMerchant {
/**
* 2017-03-01
* @override
* @see \Df\GingerPaymentsBase\Test\GetMerchant::merchantId()
* @used-by \Df\GingerPaymentsBase\Test\GetMerchant::t01()
* @see \Dfe\GingerPaymentsBase\Test\GetMerchant::merchantId()
* @used-by \Dfe\GingerPaymentsBase\Test\GetMerchant::t01()
*/
protected function merchantId():string {return 'e563c46f';}

/**
* 2017-03-01
* @see \Df\GingerPaymentsBase\Test\GetMerchant::projectId()
* @used-by \Df\GingerPaymentsBase\Test\GetMerchant::t01()
* @see \Dfe\GingerPaymentsBase\Test\GetMerchant::projectId()
* @used-by \Dfe\GingerPaymentsBase\Test\GetMerchant::t01()
*/
protected function projectId():string {return '6dc226ae-3924-4c61-bb02-49ad000fa961';}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/ginger-payments"
,"version": "1.4.0"
,"version": "1.4.1"
,"description": "Ginger Payments integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/ginger-payments"
Expand Down
2 changes: 1 addition & 1 deletion etc/frontend/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</argument>
</arguments>
</type>
<virtualType name='Dfe\GingerPayments\ConfigProvider' type='Df\GingerPaymentsBase\ConfigProvider'>
<virtualType name='Dfe\GingerPayments\ConfigProvider' type='Dfe\GingerPaymentsBase\ConfigProvider'>
<arguments><argument name='module' xsi:type='string'>Dfe_GingerPayments</argument></arguments>
</virtualType>
<virtualType name='Dfe\GingerPayments\Controller\Confirm\Index' type='Df\Payment\W\Action'/>
Expand Down
2 changes: 1 addition & 1 deletion view/frontend/web/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// 2017-03-03
/** 2017-09-06 @uses Class::extend() https://github.com/magento/magento2/blob/2.2.0-rc2.3/app/code/Magento/Ui/view/base/web/js/lib/core/class.js#L106-L140 */
define(['Df_GingerPaymentsBase/main'], function(parent) {return parent.extend();});
define(['Dfe_GingerPaymentsBase/main'], function(parent) {return parent.extend();});

0 comments on commit cd6436a

Please sign in to comment.