Skip to content

Commit

Permalink
Merge branch 'main' of ssh://github.com/mortenebak/laravel-quickpay
Browse files Browse the repository at this point in the history
  • Loading branch information
Morten Bak committed Jan 11, 2024
2 parents 17704ea + 0b0512a commit 20363bd
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 20363bd

Please sign in to comment.