mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 23:17:32 -05:00 
			
		
		
		
	fix stripe
This commit is contained in:
		
							parent
							
								
									7f31d076b6
								
							
						
					
					
						commit
						bdce885290
					
				
							
								
								
									
										4
									
								
								resources/js/clients/payments/process.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								resources/js/clients/payments/process.js
									
									
									
									
										vendored
									
									
								
							@ -73,10 +73,6 @@ class ProcessStripePayment {
 | 
			
		||||
                },
 | 
			
		||||
            })
 | 
			
		||||
            .then((result) => {
 | 
			
		||||
                document
 | 
			
		||||
                    .getElementById('processing-overlay')
 | 
			
		||||
                    .classList.add('hidden');
 | 
			
		||||
 | 
			
		||||
                if (result.error) {
 | 
			
		||||
                    return this.handleFailure(result.error.message);
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user