Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Aug 2, 2017
1 parent 2103b58 commit 89c6323
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Choice.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php
namespace Dfe\Moip;
use Magento\Framework\Phrase;
// 2017-08-02
/** @method \Dfe\Moip\Method m() */
final class Choice extends \Df\Payment\Choice {
/**
* 2017-08-02
* @override
* @see \Df\Payment\Choice::title()
* @used-by \Df\Payment\Observer\DataProvider\SearchResult::execute()
* @return Phrase|string|null
*/
function title() {return dfc($this, function() {$m = $this->m(); return
$m->s("{$m->option()}/title")
;});}
}
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/moip"
,"version": "0.9.9"
,"version": "1.0.0"
,"description": "The «Moip» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/moip"
Expand Down

0 comments on commit 89c6323

Please sign in to comment.