Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <EPiServer.Business.Commerce.Payment.PayEx.PxVerification.PxRequestAuthenticationResp> RequestAuthenticationAsync(EPiServer.Business.Commerce.Payment.PayEx.PxVerification.PxRequestAuthenticationReq req)
 {
     return(base.Channel.RequestAuthenticationAsync(req));
 }
Ejemplo n.º 2
0
 public EPiServer.Business.Commerce.Payment.PayEx.PxVerification.PxRequestAuthenticationResp RequestAuthentication(EPiServer.Business.Commerce.Payment.PayEx.PxVerification.PxRequestAuthenticationReq req)
 {
     return(base.Channel.RequestAuthentication(req));
 }