Add owner to select-plan page

This commit is contained in:
Yang Luo
2023-05-31 00:25:34 +08:00
parent fb1db7823b
commit f4b69cad9b
5 changed files with 7 additions and 7 deletions

View File

@ -19,8 +19,7 @@ import (
"net/http"
)
type DummyPaymentProvider struct {
}
type DummyPaymentProvider struct{}
func NewDummyPaymentProvider() (*DummyPaymentProvider, error) {
pp := &DummyPaymentProvider{}