Update gateway flow
This commit is contained in:
parent
6c0ad5c01e
commit
ebf2d483eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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