mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 11:17:34 -04:00 
			
		
		
		
	Merge pull request #9458 from turbo124/v5-develop
Updates for subscriptions
This commit is contained in:
		
						commit
						bbff8d2914
					
				| @ -26,7 +26,9 @@ trait SubscriptionHooker | ||||
|             'X-Requested-With' => 'XMLHttpRequest', | ||||
|         ]; | ||||
| 
 | ||||
|         if (!isset($subscription->webhook_configuration['post_purchase_url']) && !isset($subscription->webhook_configuration['post_purchase_rest_method'])) { | ||||
|         $post_purchase_rest_method = &$subscription->webhook_configuration['post_purchase_rest_method']; | ||||
| 
 | ||||
|         if (!isset($subscription->webhook_configuration['post_purchase_url']) && !$post_purchase_rest_method) { | ||||
|             return []; | ||||
|         } | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user