Fix for #993
This commit is contained in:
parent
4d86021855
commit
6485ab44cc
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue