mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 21:22:58 +01:00
More fixes
This commit is contained in:
parent
398281a691
commit
ba5d8e4b89
@ -141,16 +141,6 @@ class BACS
|
||||
$this->stripe->client->company,
|
||||
);
|
||||
|
||||
//If the user has come from a subscription double check here if we need to redirect.
|
||||
//08-08-2022
|
||||
if($payment->invoices()->whereHas('subscription')->exists()){
|
||||
$subscription = $payment->invoices()->first()->subscription;
|
||||
|
||||
if($subscription && array_key_exists('return_url', $subscription->webhook_configuration) && strlen($subscription->webhook_configuration['return_url']) >=1)
|
||||
return redirect($subscription->webhook_configuration['return_url']);
|
||||
|
||||
}
|
||||
//08-08-2022
|
||||
|
||||
return redirect()->route('client.payments.show', ['payment' => $this->stripe->encodePrimaryKey($payment->id)]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user