mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 19:14:40 -04:00
Update gateway flow
This commit is contained in:
parent
be6cf16de6
commit
6c0ad5c01e
@ -1,7 +1,7 @@
|
|||||||
@extends('header')
|
@extends('header')
|
||||||
|
|
||||||
@section('top-right')
|
@section('top-right')
|
||||||
@if (! count($accountGatewaysIds))
|
@if (env('WEPAY_CLIENT_ID') && ! count($accountGatewaysIds))
|
||||||
{!! Button::primary(trans('texts.sign_up_with_wepay'))
|
{!! Button::primary(trans('texts.sign_up_with_wepay'))
|
||||||
->asLinkTo(URL::to('/gateways/create?wepay=true')) !!}
|
->asLinkTo(URL::to('/gateways/create?wepay=true')) !!}
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user