(invoice: string | Invoice)
| 26 | export interface IPaymentsProcessor { |
| 27 | createInvoice(request: CreateInvoiceRequest): Promise<CreateInvoiceResponse> |
| 28 | getInvoice(invoice: string | Invoice): Promise<GetInvoiceResponse> |
| 29 | } |
no outgoing calls
no test coverage detected