diff --git a/resources/views/payments/credit_card.blade.php b/resources/views/payments/credit_card.blade.php index 0729bf3ef582..893458fb715b 100644 --- a/resources/views/payments/credit_card.blade.php +++ b/resources/views/payments/credit_card.blade.php @@ -632,7 +632,7 @@

 

@if (isset($invitation)) - {!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo($invitation->getLink()) !!} + {!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo(HTMLUtils::previousUrl('/')) !!}    @endif