Added return types
This commit is contained in:
parent
23ec133be9
commit
54985f4cf3
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue