Pavol

Results 3 comments of Pavol

The problem can be server not respecting the definition but not entirely. If server define field in Swagger definitions as following: ``` @ApiProperty({type: String, nullable: true}) public someField: string |...

The failure with direct charges comes from how stripeAccount is handled - The plugin only allows to set stripeAccount once during `Stripe.initialize()`. - For direct charges it must be set...

@rdlabo Yes, you're correct. At the time it seemed like a bug in my mind, once you learn why its failing you realize its missing feature. Thanks for updating the...