#avneetsingh_11747

1 messages · Page 1 of 1 (latest)

violet harnessBOT
rigid cargo
#

Is there a way for you to specify that requirement and specific version on Azure?

hollow creek
#

I am just running the azure pipeline to build that takes the changes from azure repo. Once build is successful, I am again deploying it through azure pipeline. Pretty straightforward!

rigid cargo
#

Unfortunately I know ~nothing about deploying to Azure, all I can do is help you with the Stripe side of things.

hollow creek
#

Could it be due to a conflict of an existing library with gson?

rigid cargo
#

I suppose that's possible.

hollow creek
#

Below are my dependencies

rigid cargo
#

Are you using Maven?

hollow creek
#

gradle

#

I have a feeling that jackson library is conflcting with gson.

rigid cargo
#

Can you run gradle dependencies --scan to see the full dependency tree?

hollow creek
#

Checkinh

violet harnessBOT
hollow creek
#

By the way, for each POST request with same amount and currency, client secret generated should be same, right?

lyric orbit
#

every new/different PaymentIntent object should have a different client secret

hollow creek
#

OK. Thats why I am getting a different client secret from payment intents object when I make another POST request to Stripe. Amount and currency is same in every request.

hollow creek
#

Regarding the gson issue that I was facing, I was able to resolve it by downgrading to lower version of Stripe i.e., 23.0.0