paddle-sdk icon indicating copy to clipboard operation
paddle-sdk copied to clipboard

Bug: fields never set if value is falsy

Open longseespace opened this issue 2 years ago • 0 comments

Overview

These boolean fields will never be included in the payload if the value is false.

Suggestion: replace if (billImmediately) with if (billImmediately !== undefined)

Reference: https://github.com/avaly/paddle-sdk/blob/55112c748cc30202e43c701146e34178cb80a6e1/sdk.js#L460

longseespace avatar Oct 21 '22 18:10 longseespace