Merge pull request #1137 from jabas06/succeded-typo
fix typo in PaymentSucceded option
This commit is contained in:
		
						commit
						f8084f5953
					
				@ -41,7 +41,7 @@
 | 
			
		||||
                // Instead of a real payment we just take the env. var to simulate the payment 
 | 
			
		||||
                // The payment can be successful or it can fail
 | 
			
		||||
 | 
			
		||||
                if (_settings.PaymentSucceded)
 | 
			
		||||
                if (_settings.PaymentSucceeded)
 | 
			
		||||
                {
 | 
			
		||||
                    orderPaymentIntegrationEvent = new OrderPaymentSucceededIntegrationEvent(@event.OrderId);
 | 
			
		||||
                }
 | 
			
		||||
 | 
			
		||||
@ -2,7 +2,7 @@
 | 
			
		||||
{
 | 
			
		||||
    public class PaymentSettings
 | 
			
		||||
    {
 | 
			
		||||
        public bool PaymentSucceded { get; set; }
 | 
			
		||||
        public bool PaymentSucceeded { get; set; }
 | 
			
		||||
        public string EventBusConnection { get; set; }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -11,7 +11,7 @@
 | 
			
		||||
      }
 | 
			
		||||
    }
 | 
			
		||||
  },
 | 
			
		||||
  "PaymentSucceded": true,
 | 
			
		||||
  "PaymentSucceeded": true,
 | 
			
		||||
  "AzureServiceBusEnabled": false,
 | 
			
		||||
  "SubscriptionClientName": "Payment",
 | 
			
		||||
  "ApplicationInsights": {
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user