Skip to content

Commit

Permalink
Update stripe invoice generator to work with invoices_ext
Browse files Browse the repository at this point in the history
  • Loading branch information
jshearer committed Sep 21, 2023
1 parent 90a1844 commit 6d25e0d
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 396 deletions.
71 changes: 71 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ rusqlite = { version = "0.29", features = ["bundled-full"] }
rustyline = "11.0"
schemars = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde-enum-str = { version = "0.4.0" }
serde_json = { version = "1.0.85", features = ["raw_value"] }
serde_yaml = "0.8"
serde-transcode = "1.1"
Expand Down
1 change: 1 addition & 0 deletions crates/billing-integrations/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ clap = { workspace = true }
chrono = { workspace = true }
futures = { workspace = true }
serde = { workspace = true }
serde-enum-str = { workspace = true }
serde_json = { workspace = true }
sqlx = { workspace = true }
tokio = { workspace = true }
Expand Down
Loading

0 comments on commit 6d25e0d

Please sign in to comment.