Automatic Merge
Этот коммит содержится в:
Mahmudul Haque
2021-02-09 23:52:27 +06:00
коммит произвёл GitHub
родитель 0abceccb58
Коммит 7dd4d4859b
11 изменённых файлов: 81 добавлений и 106 удалений

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

@@ -342,7 +342,7 @@ func getSubscriptionInvoicePDF(c *Context, w http.ResponseWriter, r *http.Reques
return
}
err := writeFileResponse(
writeFileResponse(
filename,
"application/pdf",
int64(binary.Size(pdfData)),
@@ -353,10 +353,6 @@ func getSubscriptionInvoicePDF(c *Context, w http.ResponseWriter, r *http.Reques
w,
r,
)
if err != nil {
c.Err = err
return
}
}
func handleCWSWebhook(c *Context, w http.ResponseWriter, r *http.Request) {