checkout fail

This commit is contained in:
merdan 2020-04-09 18:49:48 +05:00
parent 0eb592b199
commit c2b9b015c4
1 changed files with 2 additions and 4 deletions

View File

@ -31,10 +31,8 @@
<div class="col-md-12 text-center mb-5 pb-5">
<h1 property="name" style="font-weight: bold">@lang('ClientSide.checkout_fail_title')</h1>
<p class="pb-5 mb-5">
@lang('ClientSide.checkout_fail_text')
</p>
<a class="red_button" href="/">@lang('ClientSide.checkout_fail_button')</a>
@lang('ClientSide.checkout_fail_text')
<a class="red_button mt-5" href="/">@lang('ClientSide.checkout_fail_button')</a>
</div>
</div>
</section>