mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 22:17:35 -05:00 
			
		
		
		
	Minor cleanup
This commit is contained in:
		
							parent
							
								
									4af753230f
								
							
						
					
					
						commit
						62ed8d3391
					
				@ -627,6 +627,8 @@ class StripePaymentDriver extends BaseDriver
 | 
			
		||||
 | 
			
		||||
    public function processWebhookRequest(PaymentWebhookRequest $request)
 | 
			
		||||
    {
 | 
			
		||||
        // if($request->type === 'payment_intent.requires_action')
 | 
			
		||||
        //    nlog($request->all());
 | 
			
		||||
        
 | 
			
		||||
        //payment_intent.succeeded - this will confirm or cancel the payment
 | 
			
		||||
        if ($request->type === 'payment_intent.succeeded') {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user