8 lines
152 B
Go
8 lines
152 B
Go
package quotation
|
|
|
|
import paymenttypes "github.com/tech/sendico/pkg/payments/types"
|
|
|
|
const (
|
|
defaultCardGateway = paymenttypes.DefaultCardsGatewayID
|
|
)
|