From 0b0512a3828a1aabd81d392edf705ed6c80e98c4 Mon Sep 17 00:00:00 2001 From: mortenebak Date: Thu, 11 Jan 2024 09:25:15 +0000 Subject: [PATCH] Fix styling --- src/Resources/PaymentResource.php | 48 +++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/src/Resources/PaymentResource.php b/src/Resources/PaymentResource.php index 7335189..76ab828 100644 --- a/src/Resources/PaymentResource.php +++ b/src/Resources/PaymentResource.php @@ -323,28 +323,28 @@ public function createFraudConfirmationReport(int $id, ?string $description = nu return $response; } -// /** Helpers for the createLink() */ -// public function allowedPaymentMethods(string $paymentMethods): static -// { -// $this->data['payment_methods'] = $paymentMethods; -// return $this; -// } -// -// public function autoFee(): static -// { -// $this->data['auto_fee'] = true; -// return $this; -// } -// -// public function acquirer(string $aquirer): static -// { -// $this->data['acquirer'] = $aquirer; -// return $this; -// } -// -// public function autoCapture(): static -// { -// $this->data['auto_capture'] = true; -// return $this; -// } + // /** Helpers for the createLink() */ + // public function allowedPaymentMethods(string $paymentMethods): static + // { + // $this->data['payment_methods'] = $paymentMethods; + // return $this; + // } + // + // public function autoFee(): static + // { + // $this->data['auto_fee'] = true; + // return $this; + // } + // + // public function acquirer(string $aquirer): static + // { + // $this->data['acquirer'] = $aquirer; + // return $this; + // } + // + // public function autoCapture(): static + // { + // $this->data['auto_capture'] = true; + // return $this; + // } }