You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Stripe subscription was successfully deleted, but an error occurred while serializing or deserializing the request when calling Subscription::delete.
To Reproduce
the following is how I use the Subscription::delete
Describe the bug
The Stripe subscription was successfully deleted, but an error occurred while serializing or deserializing the request when calling Subscription::delete.
To Reproduce
the following is how I use the Subscription::delete
Expected behavior
return Ok
Code snippets
OS
ubuntu 22.04
Rust version
rustc 1.83.0-nightly
Library version
async-stripe = { version="0.39.1", features=["runtime-tokio-hyper"] }
API version
pub const VERSION: ApiVersion = ApiVersion::V2023_10_16;
Additional context
No response
The text was updated successfully, but these errors were encountered: