async-stripe
async-stripe copied to clipboard
Add charge and payment_intent fields to Invoice struct
- Added direct
chargeandpayment_intentfields to the Invoice struct - Fixes #699 where these fields were missing from Invoice despite being present in Stripe API response
- Previously these fields were only accessible through the nested payments structure