Files
sendico/api/payments/quotation/internal/service/quotation/card_payout_constants.go
2026-02-26 02:39:48 +01:00

8 lines
152 B
Go

package quotation
import paymenttypes "github.com/tech/sendico/pkg/payments/types"
const (
defaultCardGateway = paymenttypes.DefaultCardsGatewayID
)