diff --git a/types/payment.go b/types/payment.go index e3896df..8ec3c9d 100644 --- a/types/payment.go +++ b/types/payment.go @@ -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"`