[MM-28217] Server API to serve up cloud customer information (#15656)

* [MM-28217] Server API to serve up cloud customer information

* Added missing client4 method

* merge'd

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Devin Binnie
2020-10-05 08:46:52 -04:00
коммит произвёл GitHub
родитель 375931a4b9
Коммит ebd3e6aa49
4 изменённых файлов: 79 добавлений и 0 удалений

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

@@ -13,5 +13,7 @@ type CloudInterface interface {
CreateCustomerPayment() (*model.StripeSetupIntent, *model.AppError)
ConfirmCustomerPayment(*model.ConfirmPaymentMethodRequest) *model.AppError
GetCloudCustomer() (*model.CloudCustomer, *model.AppError)
GetSubscription() (*model.Subscription, *model.AppError)
}