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

feat: add support to currency_options #383

Closed augustoccesar closed 1 year ago

augustoccesar commented 1 year ago

Summary

Currency_options field is represented by an optional HashMap<Currency, T>.

This affects the following resources:

Closes #351

Checklist

arlyon commented 1 year ago

Running ci, thanks!

codecov[bot] commented 1 year ago

Codecov Report

Merging #383 (34e800e) into master (b3732b1) will increase coverage by 0.00%. The diff coverage is n/a.

@@          Coverage Diff           @@
##           master    #383   +/-   ##
======================================
  Coverage    6.07%   6.08%           
======================================
  Files         142     142           
  Lines       21718   21718           
======================================
+ Hits         1319    1321    +2     
+ Misses      20399   20397    -2     
Impacted Files Coverage Δ
src/params.rs 79.19% <ø> (ø)
src/resources/generated/checkout_session.rs 0.00% <ø> (ø)
src/resources/generated/coupon.rs 0.00% <ø> (ø)
src/resources/generated/invoice.rs 0.15% <ø> (ø)
src/resources/generated/price.rs 2.48% <ø> (+0.55%) :arrow_up:
src/resources/generated/product.rs 0.00% <ø> (ø)
src/resources/generated/promotion_code.rs 0.00% <ø> (ø)
src/resources/generated/shipping_rate.rs 0.00% <ø> (ø)

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

augustoccesar commented 1 year ago

@arlyon Is there anything else that I need to do here?

arlyon commented 1 year ago

Nope! thanks for the ping, I have been out for the last 2 weeks on holiday 🏄 and have been working through the backlog. Merging :)