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 Feb 8, 2023
1 parent ade880e commit b7e9efc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Init/Action.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ protected function transId():string {return $this->e2i($this->charge()->id());}
* @used-by self::preorder()
* @used-by self::redirectParams()
* @used-by self::transId()
* @return Charge
*/
private function charge() {return dfc($this, function() {return new Charge($this->m());});}
private function charge():Charge {return dfc($this, function() {return new Charge($this->m());});}
}

0 comments on commit b7e9efc

Please sign in to comment.