Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sandervanhooft authored and github-actions[bot] committed Oct 13, 2023
1 parent 87433de commit d12742d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Endpoints/SettlementCaptureEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ public function pageForId(string $settlementId, string $from = null, int $limit

return $this->rest_list($from, $limit, $parameters);
}
}
}
2 changes: 1 addition & 1 deletion src/Endpoints/SettlementChargebackEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ public function pageForId(string $settlementId, string $from = null, int $limit

return $this->rest_list($from, $limit, $parameters);
}
}
}
2 changes: 1 addition & 1 deletion src/Endpoints/SettlementRefundEndpoint.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ public function pageForId(string $settlementId, string $from = null, int $limit

return $this->rest_list($from, $limit, $parameters);
}
}
}
1 change: 0 additions & 1 deletion src/Resources/Settlement.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Mollie\Api\Resources;

use Mollie\Api\Exceptions\ApiException;
use Mollie\Api\MollieApiClient;
use Mollie\Api\Types\SettlementStatus;

class Settlement extends BaseResource
Expand Down

0 comments on commit d12742d

Please sign in to comment.