Skip to content

Commit

Permalink
changes to PaymentMethodUpdateReasons (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
infurio authored Feb 10, 2021
1 parent a1e942b commit f5e4fca
Show file tree
Hide file tree
Showing 32 changed files with 887 additions and 254 deletions.
2 changes: 2 additions & 0 deletions chargehive/chtype/payment_method.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ enum PaymentMethodUpdateReason {
PAYMENT_METHOD_UPDATE_REASON_ACCOUNT_CLOSED = 1;
PAYMENT_METHOD_UPDATE_REASON_NEW_EXPIRY_DATE = 2;
PAYMENT_METHOD_UPDATE_REASON_NEW_ACCOUNT_NUMBER = 3;
PAYMENT_METHOD_UPDATE_REASON_NEW_ACCOUNT_AND_EXPIRY = 4;
PAYMENT_METHOD_UPDATE_REASON_NO_CHANGE = 5;
}

enum PaymentMethodVerificationItemType {
Expand Down
138 changes: 69 additions & 69 deletions golang/chargehive/chtype/charge.pb.go

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions golang/chargehive/chtype/fraud.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

136 changes: 72 additions & 64 deletions golang/chargehive/chtype/payment_method.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit f5e4fca

Please sign in to comment.