mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
[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>
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user