예제 #1
0
 public static bool IsNewPaymentStatus(string paymentStatus)
 => EntityWithStatusExtension.CompareStatuses(paymentStatus, PaymentApiConstants.PaymentStatusNew);
예제 #2
0
 public static bool IsAuthorizedPaymentStatus(string paymentStatus)
 => EntityWithStatusExtension.CompareStatuses(paymentStatus, PaymentApiConstants.PaymentStatusAuthorised);