mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 17:27:33 -04:00 
			
		
		
		
	Fixes for Mollie
This commit is contained in:
		
							parent
							
								
									3e3b4e40e5
								
							
						
					
					
						commit
						2bc5a534f4
					
				| @ -321,7 +321,7 @@ class MolliePaymentDriver extends BaseDriver | ||||
|                 // we may not have a payment record - in these cases we need to re-construct the payment
 | ||||
|                 // record from the meta data in the payment hash.
 | ||||
| 
 | ||||
|                 if($payment && property_exists($payment->metadata, 'payment_hash') && $payment->metadata->payment_hash){ | ||||
|                 if($payment && property_exists($payment->metadata, 'hash') && $payment->metadata->hash){ | ||||
|                      | ||||
|                     /* Harvest Payment Hash*/ | ||||
|                     $payment_hash = PaymentHash::where('hash', $payment->metadata->hash)->first(); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user