Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/fix/PIWOO-142' into fix/PIWOO-142
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Aug 30, 2023
2 parents 7e1c2ac + bf965f6 commit d1dd1ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/Payment/MollieOrderService.php
Original file line number Diff line number Diff line change
Expand Up @@ -608,9 +608,7 @@ protected function findMollieRefunds($payment): array
*/
protected function findRefundsByLine($payment): array
{
return array_filter($payment->_embedded->refunds, static function ($refund) {
return $refund;
});
return $payment->_embedded->refunds;
}

/**
Expand Down

0 comments on commit d1dd1ac

Please sign in to comment.