Pass the filename from CWS on to the client (#16203)
Этот коммит содержится в:
@@ -19,5 +19,5 @@ type CloudInterface interface {
|
||||
|
||||
GetSubscription() (*model.Subscription, *model.AppError)
|
||||
GetInvoicesForSubscription() ([]*model.Invoice, *model.AppError)
|
||||
GetInvoicePDF(invoiceID string) ([]byte, *model.AppError)
|
||||
GetInvoicePDF(invoiceID string) ([]byte, string, *model.AppError)
|
||||
}
|
||||
|
||||
Ссылка в новой задаче
Block a user