mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Added return types
This commit is contained in:
parent
23ec133be9
commit
54985f4cf3
@ -189,7 +189,7 @@ class ACSS
|
||||
|
||||
}
|
||||
|
||||
public function processSuccessfulPayment(string $payment_intent)
|
||||
public function processSuccessfulPayment(string $payment_intent): \Illuminate\Http\RedirectResponse
|
||||
{
|
||||
$data = [
|
||||
'payment_method' => $payment_intent,
|
||||
|
@ -84,7 +84,7 @@ class BECS
|
||||
|
||||
}
|
||||
|
||||
public function processSuccessfulPayment(string $payment_intent)
|
||||
public function processSuccessfulPayment(string $payment_intent): \Illuminate\Http\RedirectResponse
|
||||
{
|
||||
$data = [
|
||||
'payment_method' => $payment_intent,
|
||||
|
Loading…
x
Reference in New Issue
Block a user