Skip to content

Commit

Permalink
Remove useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
WangGuan committed Dec 4, 2023
1 parent 292b0db commit 714df29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion payment_gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ type PaymentGateway interface {
Void(transactionID string, params VoidParams) (VoidResponse, error)

Query(transactionID string) (Transaction, error)
//RakutePayApplicationMessage(amount uint64, params RakutenPayApplicationParams) (RakutenPayApplicationResponse, error)
}

// AuthorizeParams authorize params
Expand Down

0 comments on commit 714df29

Please sign in to comment.