Skip to content

Commit

Permalink
feat(fee): Expose charge_id in REST API (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincent-pochet authored Oct 18, 2024
1 parent a3b619a commit 9f5b14f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions spec/fixtures/api/fee.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"fee": {
"lago_id": "5eb02857-a71e-4ea2-bcf9-57d3a41bc6ba",
"lago_charge_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"lago_charge_filter_id": "1a2d9c8d-5875-4688-9854-5ccfd414bc5e",
"lago_invoice_id": "1a2d9c8d-5875-4688-9854-5ccfd414bc5e",
"lago_true_up_fee_id": "1a2d9c8d-5875-4688-9854-5ccfd414bc5e",
Expand Down
1 change: 1 addition & 0 deletions spec/fixtures/api/invoice.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"fees": [
{
"lago_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"lago_charge_id": "1a901a90-1a90-1a90-1a90-1a901a901a90",
"item": {
"type": "charge",
"code": "seats",
Expand Down

0 comments on commit 9f5b14f

Please sign in to comment.