mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for #993
This commit is contained in:
parent
4d86021855
commit
6485ab44cc
@ -133,7 +133,7 @@ class OnlinePaymentController extends BaseController
|
||||
if ($paymentDriver->completeOffsitePurchase(Input::all())) {
|
||||
Session::flash('message', trans('texts.applied_payment'));
|
||||
}
|
||||
return redirect()->to('view/' . $invitation->invitation_key);
|
||||
return redirect()->to($invitation->getLink());
|
||||
} catch (Exception $exception) {
|
||||
return $this->error($paymentDriver, $exception);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user