1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 05:02:36 +01:00

Update gateway flow

This commit is contained in:
Hillel Coren 2017-10-11 15:15:15 +03:00
parent 37752eb4ff
commit c7fe35126f

View File

@ -1,7 +1,7 @@
@extends('header')
@section('top-right')
@if (! count($accountGatewaysIds))
@if (env('WEPAY_CLIENT_ID') && ! count($accountGatewaysIds))
{!! Button::primary(trans('texts.sign_up_with_wepay'))
->asLinkTo(URL::to('/gateways/create?wepay=true')) !!}
@endif