Skip to content

Commit

Permalink
remove duplicate config from types
Browse files Browse the repository at this point in the history
  • Loading branch information
streamerd committed Sep 29, 2024
1 parent bfeb551 commit 63ec86f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions types/payment.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ const (
PayTRBaseURL = "https://www.paytr.com"
)

type PayTRConfig struct {
MerchantID string
MerchantKey string
MerchantSalt string
}

type CommonPaymentRequest struct {
MerchantID string `json:"merchant_id"`
UserIP string `json:"user_ip"`
Expand Down

0 comments on commit 63ec86f

Please sign in to comment.