Pass the filename from CWS on to the client (#16203)

Этот коммит содержится в:
Nick Misasi
2020-11-03 13:11:18 -05:00
коммит произвёл GitHub
родитель bec4e361a9
Коммит 714435fc4c
2 изменённых файлов: 3 добавлений и 4 удалений

Просмотреть файл

@@ -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)
}