Ejemplo n.º 1
0
 public async Task <Transcation> CompleteCharge(ChargeDetails detalis)
 {
     return(await _billingClient.CreateCharge(detalis));
 }