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 9, 2023
1 parent ce85127 commit cf02e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion W/Strategy/Charge3DS.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ final class Charge3DS extends \Df\Payment\W\Strategy {
* @see \Df\Payment\W\Strategy::_handle()
* @used-by \Df\Payment\W\Strategy::::handle()
*/
protected function _handle() {
protected function _handle():void {
dfp_webhook_case($op = $this->op(), false); /** @var OP $op */
/**
* 2017-11-12
Expand Down

0 comments on commit cf02e52

Please sign in to comment.