예제 #1
0
 public virtual Task <IPaymentRefundResult> RefundAsync(Payment payment, Money amount, CancellationToken cancellationToken = default)
 {
     return(PaymentRefundResult.Succeed().ToInterfaceAsync());
 }
예제 #2
0
 /// <inheritdoc />
 public override Task <IPaymentRefundResult> RefundAsync(InvoiceContext context, Money amount, CancellationToken cancellationToken = default)
 {
     return(PaymentRefundResult.Succeed().ToInterfaceAsync());
 }