Andrew
Andrew
Added `encodeToData` function to `FormDataEncoder` which returns Data instead of String. Added `serializeToData` function to `MultipartSerializer` which returns Data instead of String. Added `decode` function to `FormDataDecoder` which accepts Data...
### Describe the bug When using `FormDataEncoder` to encode data objects, specifically JPEG image data, the data gets corrupted. ### To Reproduce This can easily be reproduced by feeding JPEG...
When running in Linux with Swift version 3.0.2 after receiving a few requests to my Vapor server (perhaps in quick succession) I get the following fatal error: `fatal error: Transfer...
Environment: Xcode 15.3 Swift 5.10.0 vapor 4.55.4 stripe-kit 24.0.0 Stripe API 2023-08-16 --- I have an issue creating / updating a subscription schedule with a phase with a `prorationBehavior` of...
Fixes #261 #262 #263
Environment: Xcode 15.3 Swift 5.10.0 vapor 4.55.4 stripe-kit 24.0.0 Stripe API 2023-08-16 --- I have an issue where creating a subscription schedule with an existing subscription ID returns an error....
Environment: Xcode 15.3 Swift 5.10.0 vapor 4.55.4 stripe-kit 24.0.0 Stripe API 2023-08-16 --- I have an issue where subscription schedule objects fail to decode. This is because `SubscriptionSchedule.defaultSettings.applicationFeePercent` is currently...