Skip to content

Commit

Permalink
Remove whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuCh3n committed May 3, 2024
1 parent f3d8db1 commit 4713afd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/PaymentMethods/iDeal/iDeal.php
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@ public function pay(?Model $model = null)
* @return TransactionResponse
*/
public function payFastCheckout(?Model $model = null)
{
{
$this->setPayPayload();

$this->request->setData('order', '');

$this->setServiceList('PayFastCheckout', $model ?? new Pay($this->payload));

return $this->postRequest();
Expand Down

0 comments on commit 4713afd

Please sign in to comment.