Exemplo n.º 1
0
 public GiftCardAuthorizationProcessor(OrderPaymentInput orderPaymentInput)
 {
     _orderPaymentInput = orderPaymentInput;
 }
Exemplo n.º 2
0
 public TeleCheckAuthorizationProcessor(OrderPaymentInput orderPaymentInput)
 {
     _orderPaymentInput = orderPaymentInput;
 }