Skip to content

Commit

Permalink
1.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jul 29, 2017
1 parent 984944a commit 495ee76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Settings.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php
// 2016-06-29
namespace Dfe\AllPay;
use Df\Config\Source\WaitPeriodType;
use Df\Payment\Settings\Options as O;
use Dfe\AllPay\Source\Option as OptionSource;
use Dfe\AllPay\Source\WaitPeriodType;
use Zend_Date as ZD;
/** @method static Settings s() */
final class Settings extends \Df\Payment\Settings {
Expand Down
24 changes: 0 additions & 24 deletions Source/WaitPeriodType.php

This file was deleted.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/allpay"
,"version": "1.6.7"
,"version": "1.6.8"
,"description": "The «歐付寶 allPay» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/allpay"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.8.13"}
,"require": {"mage2pro/core": ">=2.9.18"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\AllPay\\": ""}}
,"keywords": [
"allPay"
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ contain some other symbols.</p>
type='select'
>
<label>Wait Period Type</label>
<source_model>Dfe\AllPay\Source\WaitPeriodType</source_model>
<source_model>Df\Config\Source\WaitPeriodType</source_model>
<comment><![CDATA[You can set the working days with the<br/>«<b>General</b>» → «<b>General</b>» → «<b>Locale Options</b>» → «<b>Weekend Days</b>» option.]]></comment>
<depends><field id='enable'>1</field></depends>
</field>
Expand Down

0 comments on commit 495ee76

Please sign in to comment.