Example #1
0
 public ChargeCardAdapter(IPostToSecureHttpEndpointWithRetries postToSecureHttpEndpointWithRetries)
 {
     _postToSecureHttpEndpointWithRetries = postToSecureHttpEndpointWithRetries;
 }
Example #2
0
 public CheckoutApplicationService(IQueryCheckoutApplicationService queryCheckoutApplicationService, IOrderRepository orderRepository, IPostToSecureHttpEndpointWithRetries postToSecureHttpEndpointWithRetries)
 {
     _queryCheckoutApplicationService = queryCheckoutApplicationService;
     _orderRepository = orderRepository;
     _postToSecureHttpEndpointWithRetries = postToSecureHttpEndpointWithRetries;
 }