예제 #1
0
 public StripeInvoice Pay(string invoiceId)
 {
     return(_stripeInvoiceService.Pay(invoiceId));
 }