feat: move stripe_api into our public repo (#3260)

Co-authored-by: Felix Angelov <felix@shorebird.dev>
This commit is contained in:
Eric Seidel
2025-07-30 15:08:23 -07:00
committed by GitHub
parent 6b909c5e1d
commit 61d1f03203
61 changed files with 3945 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
# Contributing
We are happy to accept contributions!
## Developing
This library has 100% coverage and all PRs are expected to be tested.
### Running Tests
All you need to do is run `dart test`.