Skip to content

Commit

Permalink
Merge pull request #4 from SteppenHorde/COD_const
Browse files Browse the repository at this point in the history
added CityCODPaymentLimit const
  • Loading branch information
seacomandor authored Nov 1, 2019
2 parents 39772d6 + 73bd1e4 commit 38f3897
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: go
go:
- 1.11.x
- 1.12.x
- 1.13.x
env:
- GO111MODULE=on
before_install:
Expand Down
3 changes: 3 additions & 0 deletions client.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ import (
"github.com/fiorix/wsdl2go/soap"
)

//CityCODPaymentLimit represents default C.O.D. payment limit for all dpd cities in which C.O.D. is available
const CityCODPaymentLimit = 250000

//Client for DPD soap api
type Client struct {
auth *Auth
Expand Down

0 comments on commit 38f3897

Please sign in to comment.