arlyon / async-stripe

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

fix: reexport duplicate SubscriptionPaymentBehaviour #343

Closed raulsi closed 1 year ago

raulsi commented 1 year ago

Summary

Checklist

codecov[bot] commented 1 year ago

Codecov Report

Merging #343 (dbcff41) into master (204d56d) will increase coverage by 0.92%. The diff coverage is n/a.

@@            Coverage Diff            @@
##           master    #343      +/-   ##
=========================================
+ Coverage    5.57%   6.50%   +0.92%     
=========================================
  Files         148     131      -17     
  Lines       14624   20243    +5619     
=========================================
+ Hits          816    1317     +501     
- Misses      13808   18926    +5118     
Impacted Files Coverage Δ
src/client/base/async_std.rs 89.42% <0.00%> (-1.79%) :arrow_down:
src/client/base/tokio.rs 92.36% <0.00%> (-1.11%) :arrow_down:
src/client/request_strategy.rs 94.80% <0.00%> (-0.94%) :arrow_down:
src/resources/generated/customer.rs 20.00% <0.00%> (-0.59%) :arrow_down:
src/resources/card.rs 0.00% <0.00%> (ø)
src/resources/order_ext.rs 0.00% <0.00%> (ø)
src/resources/token_ext.rs 0.00% <0.00%> (ø)
src/resources/charge_ext.rs 0.00% <0.00%> (ø)
src/resources/payout_ext.rs 0.00% <0.00%> (ø)
src/resources/review_ext.rs 0.00% <0.00%> (ø)
... and 151 more

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

stripe-openapi-bot commented 1 year ago

:tada: This PR is included in version 0.18.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket: