Wolfgang Schuster

Results 29 comments of Wolfgang Schuster

Thank you for your feedback @ivanbrennan. Improved error messages is something we have on our roadmap for 2022.

The SDKs themselves are generated from the APIs. If you have questions and/or concerns about the APIs I recommend reaching out on our [Forums](https://developer.squareup.com/forums/) or through [Slack](https://buildwithsquare.slack.com/ssb/redirect).

@benlamptey the Commerce Square module is built and maintained by Square partner, if the issue is with their module then we recommend reaching out to them. You might also find...

@jishcem this doesn't seem to be a bug with the SDK, though maybe with the API. I'm not as familiar with the workings of each API. This would be a...

@Dolaned is this still an issue with the latest (currently [17.0.0.20211215](https://packagist.org/packages/square/square)) SDK? I know we addressed a bug like this but I'd like to make certain it resolved your issue...

@turbo124 which gateway are you referring to? Also, where are you seeing that a postal code is being required?

@amcdonald-4mentalhealth thanks for the details! That's definitely an issue for many countries.

@itsmemanoj do you have a link to which Payment Section you're referring to? That would help me find the broken link a little faster. For questions about APIs we recommend...

I think there's a couple different issues here. When using `--output=app.js` you don't automatically get an `index.html` and so you have to provide your own. That itself isn't a bug...

The error I get when I use the options `--dir=public --start-page=src/index.html` is ``` internal/fs/utils.js:581 throw new ERR_INVALID_ARG_TYPE(propName, ['string', 'Buffer', 'URL'], path); ^ TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of...