mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-02 03:00:18 +08:00
Add owner to select-plan page
This commit is contained in:
@ -19,8 +19,7 @@ import (
|
||||
"net/http"
|
||||
)
|
||||
|
||||
type DummyPaymentProvider struct {
|
||||
}
|
||||
type DummyPaymentProvider struct{}
|
||||
|
||||
func NewDummyPaymentProvider() (*DummyPaymentProvider, error) {
|
||||
pp := &DummyPaymentProvider{}
|
||||
|
Reference in New Issue
Block a user