checkout fail

This commit is contained in:
merdan 2020-04-09 18:05:57 +05:00
parent 5b5956cbaa
commit 2d49816d1b
5 changed files with 8 additions and 5 deletions

View File

@ -144,5 +144,6 @@ return [
'currency_code' => ' manat.',
'booking_fee_text' => 'Booking fee per ticket:',
'checkout_fail_title' => 'Sorry',
'checkout_fail_text' => 'Checkout failed!'
'checkout_fail_text' => 'Checkout failed!',
'checkout_fail_button' => 'Go home'
];

View File

@ -155,5 +155,6 @@ return [
'currency_code' => ' манат.',
'booking_fee_text' => 'За билет взимается сервисный сбор в размере ',
'checkout_fail_title' => 'Sorry',
'checkout_fail_text' => 'Checkout failed!'
'checkout_fail_text' => 'Checkout failed!',
'checkout_fail_button' => 'Go home'
];

View File

@ -153,5 +153,6 @@ return [
'currency_code' => ' manat.',
'booking_fee_text' => 'Her bilet üçin hyzmat ýygymy ',
'checkout_fail_title' => 'Sorry',
'checkout_fail_text' => 'Checkout failed!'
'checkout_fail_text' => 'Checkout failed!',
'checkout_fail_button' => 'Go home'
];

View File

@ -34,7 +34,7 @@
<p class="pb-5 mb-5">
@lang('ClientSide.checkout_fail_text')
</p>
<a class="red_button" href="#">@lang('ClientSide.checkout_fail_button')</a>
<a class="red_button" href="/">@lang('ClientSide.checkout_fail_button')</a>
</div>
</div>
</section>

View File

@ -34,7 +34,7 @@
<p class="pb-5 mb-5">
@lang('ClientSide.checkout_fail_text')
</p>
<a class="red_button" href="#">@lang('ClientSide.checkout_fail_button')</a>
<a class="red_button" href="/">@lang('ClientSide.checkout_fail_button')</a>
</div>
</div>
</section>