Skip to content

Commit

Permalink
Merge pull request #7 from myinstacar/feature/add_aade_v2_call
Browse files Browse the repository at this point in the history
Feature/add aade v2 call
  • Loading branch information
Arnald authored Jun 29, 2022
2 parents a945b5c + 4f7cdb2 commit edb9d8c
Show file tree
Hide file tree
Showing 11 changed files with 203 additions and 653 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# rgwspublic
client library for greek GSIS tax service in [Go](https://golang.org/)

[![Build status](https://travis-ci.org/kamilakis/rgwspublic.svg?branch=master)](https://travis-ci.org/kamhlos/rgwspublic)
[![GoDoc](https://godoc.org/github.com/kamilakis/rgwspublic?status.svg)](https://godoc.org/github.com/kamhlos/rgwspublic)
[![Build status](https://travis-ci.org/instacar/rgwspublic.svg?branch=master)](https://travis-ci.org/instacar/rgwspublic)
[![GoDoc](https://godoc.org/github.com/instacar/rgwspublic?status.svg)](https://godoc.org/github.com/instacar/rgwspublic)

## Example

Expand All @@ -12,7 +12,7 @@ package main
import (
"fmt"

"github.com/kamilakis/rgwspublic"
"github.com/instacar/rgwspublic"
)

func main() {
Expand All @@ -29,7 +29,7 @@ func main() {
// get VAT info using number of InfoQuest
// replace username and password with the ones you got from
// http://www.gsis.gr/gsis/info/gsis_site/PublicIssue/wnsp/wnsp_pages/wnsp.html
i, err := rgwspublic.AFMInfo("", "998184801", username, password)
i, err := rgwspublic.GetVATInfo("", "998184801", username, password)
if err != nil {
fmt.Println(err)
return
Expand Down
49 changes: 0 additions & 49 deletions definition/mock_request.xml

This file was deleted.

38 changes: 0 additions & 38 deletions definition/response_094014298.xml

This file was deleted.

152 changes: 0 additions & 152 deletions definition/response_998184801.xml

This file was deleted.

8 changes: 0 additions & 8 deletions definition/response_version.xml

This file was deleted.

Loading

0 comments on commit edb9d8c

Please sign in to comment.