Added google androidpublisher/v3 api to verify google purchase tokens
This commit is contained in:
@@ -8,8 +8,8 @@ import (
|
||||
|
||||
type DummyConnector struct{}
|
||||
|
||||
func NewDummy() (NotificationClient, error) {
|
||||
return &DummyConnector{}, nil
|
||||
func NewDummy() NotificationClient {
|
||||
return &DummyConnector{}
|
||||
}
|
||||
|
||||
func (d DummyConnector) SendNotification(ctx context.Context, client models.Client, msg models.Message) (string, error) {
|
||||
|
||||
Reference in New Issue
Block a user