supabase / wrappers

Postgres Foreign Data Wrapper development framework in Rust.
http://fdw.dev
Apache License 2.0
562 stars 56 forks source link

feat(stripe): add `Meters` object for Stripe FDW #348

Closed burmecia closed 1 month ago

burmecia commented 1 month ago

What kind of change does this PR introduce?

This PR is to add Meters object for Stripe FDW. Fix #345

What is the current behavior?

N/A

What is the new behavior?

N/A

Additional context

This PR also upgrades Stripe mock container to latest version and updated test cases accordingly.