Update gateway flow
This commit is contained in:
parent
c7fe35126f
commit
a94307f5e1
2 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ You can disable the feature by adding ``GOOGLE_MAPS_ENABLED=false`` to the .env
|
|||
Time Tracking App
|
||||
"""""""""""""""""
|
||||
|
||||
You can create a desktop wrapper for the time tracking app by installing `Nativefier <https://github.com/jiahaog/nativefier>`_ and then running:
|
||||
You can create a Windows, MacOS or Linux desktop wrapper for the time tracking app by installing `Nativefier <https://github.com/jiahaog/nativefier>`_ and then running:
|
||||
|
||||
.. code-block:: shell
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
@extends('header')
|
||||
|
||||
@section('top-right')
|
||||
@if (env('WEPAY_CLIENT_ID') && ! count($accountGatewaysIds))
|
||||
@if (env('WEPAY_CLIENT_ID') && isset($accountGatewaysIds) && ! count($accountGatewaysIds))
|
||||
{!! Button::primary(trans('texts.sign_up_with_wepay'))
|
||||
->asLinkTo(URL::to('/gateways/create?wepay=true')) !!}
|
||||
@endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue