mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 20:18:33 -05:00 
			
		
		
		
	Hide Stripe Bitcoin
This commit is contained in:
		
							parent
							
								
									d358511356
								
							
						
					
					
						commit
						a719726bd4
					
				@ -220,10 +220,12 @@
 | 
			
		||||
						->addGroupClass('verification-file') !!}
 | 
			
		||||
			@endif
 | 
			
		||||
 | 
			
		||||
            {!! Former::checkbox('enable_bitcoin')
 | 
			
		||||
                ->label(trans('texts.bitcoin'))
 | 
			
		||||
                ->text(trans('texts.enable_bitcoin'))
 | 
			
		||||
                ->value(1) !!}
 | 
			
		||||
			@if ($accountGateway && $accountGateway->getBitcoinEnabled())
 | 
			
		||||
				{!! Former::checkbox('enable_bitcoin')
 | 
			
		||||
					->label(trans('texts.bitcoin'))
 | 
			
		||||
					->text(trans('texts.enable_bitcoin'))
 | 
			
		||||
					->value(1) !!}
 | 
			
		||||
			@endif
 | 
			
		||||
 | 
			
		||||
            {!! Former::checkbox('enable_alipay')
 | 
			
		||||
                ->label(trans('texts.alipay'))
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user