We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8e7271b + d90b8ab commit 52a896aCopy full SHA for 52a896a
lib/StripeResource.js
@@ -72,7 +72,7 @@ StripeResource.prototype = {
72
createResourcePathWithSymbols: function(pathWithSymbols) {
73
return '/' + path.join(
74
this.resourcePath,
75
- pathWithSymbols
+ pathWithSymbols || ''
76
).replace(/\\/g, '/'); // ugly workaround for Windows
77
},
78
0 commit comments