#NFTBOI-Subscription

1 messages · Page 1 of 1 (latest)

hollow parcel
ruby acorn
#

ok thanks

hollow parcel
#

I need to step away so I’m going to archive this thread. If you need help with anything else please ask in dev-help or contact Stripe Support: https://support.stripe.com/contact

dreamy vine
#

@ruby acorn Hi, I unarchived your thread. What is your question?

ruby acorn
#

here's my response

#

y is my total 0?

#

even though i can see the new price 1788

dreamy vine
ruby acorn
#

no logs are being generated for this

dreamy vine
#

This is a GET request, so you need to make sure you select "Method: get" in the dashboard.

ruby acorn
#

still none generated for it

#

i checked this as well

dreamy vine
#

That's odd, it should be there. In that case would you share the exact code you run to get the upcoming invoice?

ruby acorn
#

return $invoice = \Stripe\Invoice::upcoming([
'customer' => strval($customer),
'subscription' => strval($subs->stripe_id),
'subscription_items' => $items,
'subscription_proration_date' => $proration_date,
]);

#

pls dont archive this ill be back in an hour

ruby acorn
#

im back

#

it was this guide that i followed

#

@dreamy vine

dreamy vine
#

Welcome back! Sorry, looking into this now.