Skip to content

Commit

Permalink
efactura search by vat
Browse files Browse the repository at this point in the history
  • Loading branch information
dragospeta committed Jul 11, 2024
1 parent 46d096a commit b17ea1c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions charts/agency/templates/configmap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ data:
{{ end -}}
{{ end }}
{{ with .Values.agency.anaf -}}
{{ if .enabled -}}
anaf.vat_search_url = {{ .vat_search_url }}
{{ end -}}
{{ end }}
{{ with .Values.agency.eurolife -}}
{{ if .enabled -}}
eurolife.api_url = {{ .url }}
Expand Down
3 changes: 3 additions & 0 deletions charts/agency/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ agency:
url: https://api.travelify.io
application_id: NULL
private_key: NULL
anaf:
enabled: false
vat_search_url: https://webservicesp.anaf.ro/PlatitorTvaRest/api/v8/ws/tva
tinymce_key: null
eurolife:
enabled: false
Expand Down

0 comments on commit b17ea1c

Please sign in to comment.