Skip to content

Commit

Permalink
https://github.com/mage2pro/core/issues/168
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Jan 4, 2023
1 parent 4b204a9 commit 1eca647
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Method.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ function amountFormat(float $a):string {return number_format($a, 2, '.', ',');}
/**
* 2017-04-14
* @used-by \Dfe\IPay88\Charge::pCharge()
* @return string
*/
function option() {return df_result_sne($this->iia(self::$II_OPTION));}
function option():string {return df_result_sne($this->iia(self::$II_OPTION));}

/**
* 2017-04-10
Expand Down

0 comments on commit 1eca647

Please sign in to comment.