Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
mortenebak authored and github-actions[bot] committed Jan 11, 2024
1 parent acb3b4b commit 0b0512a
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions src/Resources/PaymentResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
// }
}

0 comments on commit 0b0512a

Please sign in to comment.