Open lakshyabatman opened 3 years ago
It's expecting a businessName
but it doesn't look like Stripe is sending it back. If you'd like to submit a PR, I would be happy to merge and do a new release for you.
Sure, I can try that.
@darkfrog26, mind if you can provide some installation-related guide, I'm facing a lot of issues while building the project
Extracting structure failed, reason: not ok build status: Error (BuildMessages(Vector(),Vector(),Vector(),Vector(),Error))
The whole build.sbt is throwing error cannot resolve error
and I tried changing Scala version from 13 to 12 as well.
Are you perhaps using an older version of SBT?
Here, I'm using sbt 1.5.2
I just checked the project out on a new machine and everything worked fine. However, I just pushed a small change to update SBT to the latest version if there's some resolver issue you're experiencing, perhaps that will fix it. Try updating your project from master and see if that fixes it.
I've ran
stripeClient.accounts.create(custom = false)
and got this errorException in thread "main" com.outr.stripe.PicklerException: Unable to decode Caused by: DecodingFailure(String, List(DownField(businessName)))
, as in the payload the bussiness_name was null. can this be a problem ?