Skip to content

Commit

Permalink
Merge pull request #1 from DocHQ/recurringPaymentType
Browse files Browse the repository at this point in the history
FIX: Add recurryingPaymentType
  • Loading branch information
b1scuit authored Dec 9, 2020
2 parents acb1be3 + b2cb29c commit f3ef5c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions card_payment_model.struct.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ type CardPaymentModel struct {
Currency string `json:"currency,omitempty"`
InitialRecurringPayment bool `json:"initialRecurringPayment,omitempty"`
RecurringPayment bool `json:"recurringPayment,omitempty"`
RecurringPaymentType string `json:"recurringPaymentType,omitempty"`

// Other reference information
IssueNumber int `json:"issueNumber,omitempty"`
Expand Down
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
module github.com/DocHQ/gogojudo

require github.com/kylelemons/godebug v1.1.0

go 1.13

0 comments on commit f3ef5c3

Please sign in to comment.