mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 16:37:31 -04:00 
			
		
		
		
	New account gateways not saving
Noticed a bug when setting up things locally. This prevented new account gateways from being saved in the DB.
This commit is contained in:
		
							parent
							
								
									1f28cc2106
								
							
						
					
					
						commit
						59f5d60207
					
				| @ -186,7 +186,7 @@ class AccountGatewayController extends BaseController | ||||
|             $gatewayId = GATEWAY_PAYPAL_EXPRESS; | ||||
|         } elseif ($paymentType == PAYMENT_TYPE_BITCOIN) { | ||||
|             $gatewayId = GATEWAY_BITPAY; | ||||
|         } elseif ($paymentType = PAYMENT_TYPE_DWOLLA) { | ||||
|         } elseif ($paymentType == PAYMENT_TYPE_DWOLLA) { | ||||
|             $gatewayId = GATEWAY_DWOLLA; | ||||
|         } | ||||
| 
 | ||||
| @ -277,4 +277,4 @@ class AccountGatewayController extends BaseController | ||||
|         } | ||||
|     } | ||||
| 
 | ||||
| } | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user