Skip to content

Commit

Permalink
Charge summary (#14)
Browse files Browse the repository at this point in the history
* Charge summary

* Gen
  • Loading branch information
Jleagle authored Jun 21, 2021
1 parent 90a6d16 commit e11cdba
Show file tree
Hide file tree
Showing 16 changed files with 328 additions and 178 deletions.
5 changes: 5 additions & 0 deletions chargehive/chtype/charge.proto
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ message Delivery {
string courier = 4;
}

message ChargeSummary {
Amount amount = 1;
Status status = 2;
}

enum DeviceType {
DEVICE_TYPE_INVALID = 0;
DEVICE_TYPE_MOBILE = 1;
Expand Down
312 changes: 181 additions & 131 deletions golang/chargehive/chtype/charge.pb.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion php/ChargeHive/Chtype/AuthenticationChain.php

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

6 changes: 3 additions & 3 deletions php/ChargeHive/Chtype/Charge.php

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

12 changes: 6 additions & 6 deletions php/ChargeHive/Chtype/ChargeItem.php

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

24 changes: 12 additions & 12 deletions php/ChargeHive/Chtype/ChargeMeta.php

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

95 changes: 95 additions & 0 deletions php/ChargeHive/Chtype/ChargeSummary.php

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

8 changes: 4 additions & 4 deletions php/ChargeHive/Chtype/Device.php

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

4 changes: 2 additions & 2 deletions php/ChargeHive/Chtype/FraudResult.php

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

2 changes: 1 addition & 1 deletion php/ChargeHive/Chtype/FraudScore.php

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

Binary file modified php/ChargeHive/Chtype/Metadata/Charge.php
Binary file not shown.
4 changes: 2 additions & 2 deletions php/ChargeHive/Chtype/PaymentMethodInfo.php

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

2 changes: 1 addition & 1 deletion php/ChargeHive/Chtype/ThreeDSResult.php

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

Loading

0 comments on commit e11cdba

Please sign in to comment.