arlyon / async-stripe

Async (and blocking!) Rust bindings for the Stripe API
https://payments.rs
Apache License 2.0
436 stars 127 forks source link

feat: add support for connect tokens #425

Closed arlyon closed 12 months ago

arlyon commented 1 year ago

Summary

Add support for connect token ids, closing #423

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #425 (c165e2c) into master (3dd6fec) will decrease coverage by 0.02%. Report is 7 commits behind head on master. The diff coverage is 100.00%.

:exclamation: Current head c165e2c differs from pull request most recent head b7c5489. Consider uploading reports for the commit b7c5489 to get more accurate results

@@            Coverage Diff            @@
##           master    #425      +/-   ##
=========================================
- Coverage    5.85%   5.83%   -0.02%     
=========================================
  Files         146     146              
  Lines       22573   22571       -2     
=========================================
- Hits         1321    1317       -4     
- Misses      21252   21254       +2     
Files Changed Coverage Δ
src/ids.rs 55.91% <100.00%> (-0.43%) :arrow_down:

... and 1 file with indirect coverage changes

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

arlyon commented 1 year ago

This is waiting on #426 to merge