#drakhaon

1 messages · Page 1 of 1 (latest)

viral oxideBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

grave tusk
slim spruce
#

Also you are using a completely different API cal than what is in that doc

#

You are creating a Checkout Session, this is a billing portal session

grave tusk
#

I have followed your own documentation

#

This code talks about the portal session but in fact it's a checkout session that is created ?

#

Oh okay I think I found the error.. you have two model Session one for billing portal, the other for checkout inside your SDK

#

In the example, there was no import I didn't see it was a different package than the checkout

slim spruce
#

Interesting, I did not realize that our java library just cals both of those objects Sessions

#

Like here is the .NET equivalent for comparison

grave tusk
#

Yes quite different

#

I have updated my code to fully import the path to differentiate between both session

#

Thanks, have a good evening