feat: ajout pricing vosges (0.30€/km conducteur, 0.20€/km passager)
This commit is contained in:
@@ -16,6 +16,8 @@ func NewPricingService(implementation string) (PricingService, error) {
|
||||
return NewMMS43PricingService()
|
||||
case "pfm63":
|
||||
return NewPFM63PricingService()
|
||||
case "vosges":
|
||||
return NewVosgesPricingService()
|
||||
default:
|
||||
return nil, fmt.Errorf("pricing implementation %v is not supported", implementation)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user