From 4713afd780b86b5e8abd68a0aeee106d46e2239e Mon Sep 17 00:00:00 2001 From: Shu Chen Date: Fri, 3 May 2024 13:20:19 +0800 Subject: [PATCH] Remove whitespaces --- src/PaymentMethods/iDeal/iDeal.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/PaymentMethods/iDeal/iDeal.php b/src/PaymentMethods/iDeal/iDeal.php index 60556d2..4a19fac 100644 --- a/src/PaymentMethods/iDeal/iDeal.php +++ b/src/PaymentMethods/iDeal/iDeal.php @@ -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();