Skip to content

Commit

Permalink
Fix PHP: Notice
Browse files Browse the repository at this point in the history
  • Loading branch information
regdos committed Aug 12, 2019
1 parent f7ea0dd commit 009b6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion payu/controllers/front/notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function process()
}

$response = $result->getResponse();
if ($response->refund) {
if (property_exists($response, 'refund')) {
die('Refund notification - ignore');
}

Expand Down

0 comments on commit 009b6c8

Please sign in to comment.