mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 03:29:03 -05:00 
			
		
		
		
	wepay fixes
This commit is contained in:
		
							parent
							
								
									0734e9ad93
								
							
						
					
					
						commit
						ccda36a745
					
				@ -208,7 +208,7 @@ class WePayPaymentDriver extends BaseDriver
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
            return 'Processed successfully';
 | 
					            return 'Processed successfully';
 | 
				
			||||||
        } elseif ($objectType == 'account') {
 | 
					        } elseif ($objectType == 'account') {
 | 
				
			||||||
            if ($accountId !== $objectId) {
 | 
					            if ($accountId != $objectId) {
 | 
				
			||||||
                throw new \Exception('Unknown account ' . $accountId . ' does not equal '.$objectId);
 | 
					                throw new \Exception('Unknown account ' . $accountId . ' does not equal '.$objectId);
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user