Skip to content

Commit

Permalink
set country for invoice
Browse files Browse the repository at this point in the history
  • Loading branch information
agabor committed Aug 1, 2022
1 parent 5d8c7d8 commit 8a3b9f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SzamlazzHuSDK/SzamlazzHuSDK.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>szamlazz-hu-sdk</PackageId>
<Version>1.3.2</Version>
<Version>1.3.3</Version>
<Authors>Gabor Angyal</Authors>
<Description>SDK for the Számlázz.hu billing software</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
Expand Down
2 changes: 2 additions & 0 deletions SzamlazzHuSDK/createInvoiceRequest.sbn
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@
<!--Buyer details -->
<nev>{{ request.customer.name }}</nev>
<!-- name -->
<orszag>{{ request.customer.customer_address.country }}</orszag>
<!-- Country -->
<irsz>{{ request.customer.customer_address.postal_code }}</irsz>
<!-- ZIP code -->
<telepules>{{ request.customer.customer_address.city }}</telepules>
Expand Down
2 changes: 2 additions & 0 deletions SzamlazzHuTest/testCreateInvoiceRequest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@
<!--Buyer details -->
<nev>Kovacs Bt.</nev>
<!-- name -->
<orszag>Magyarország</orszag>
<!-- Country -->
<irsz>2030</irsz>
<!-- ZIP code -->
<telepules>Érd</telepules>
Expand Down

0 comments on commit 8a3b9f6

Please sign in to comment.