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
I tried to search for a PR that adds a new feature for me to follow. I want to know what parts need to be changed. Unfortunately, I can't find it. I also checked the git blame, but no still no clue.
after adding the line above (in mapping.rs) I run openapi-install, but I don't see card token addition in src/resources/generated/token.rs. So I must be missing something.
The text was updated successfully, but these errors were encountered:
Sorry for the delayed response, I am in the process of moving atm. I will make some time tomorrow to see if I can get you some pointers. Thanks for the interest in this project :)
Thanks for the input Sean, I agree that the official guidance should be to use the PaymentIntent API. I will put a note of this in the docs as this has appeared a few times.
I make a new issue to avoid spamming the subscriber in #32.
Could you please elaborate more ?
Based on my understanding, The path is:
async-stripe/openapi/
async-stripe/openapi/
will parse the openapi and write the generated Rust code intoout
directory.At first I thought it was something like this:
But I realized it will be overidden by code generation, so is it someting like this:
I tried to search for a PR that adds a new feature for me to follow. I want to know what parts need to be changed. Unfortunately, I can't find it. I also checked the git blame, but no still no clue.
after adding the line above (in
mapping.rs
) I runopenapi-install
, but I don't see card token addition insrc/resources/generated/token.rs
. So I must be missing something.The text was updated successfully, but these errors were encountered: