stripe-perl icon indicating copy to clipboard operation
stripe-perl copied to clipboard

date argument from get_invoices() not encoded in _get_collections()

Open sherrardb opened this issue 5 years ago • 0 comments

it is passed https://github.com/lukec/stripe-perl/blob/079e182a206cfe8ac2b0959ef5bc5359c96c168a/lib/Net/Stripe.pm#L1459-L1473

but not encoded, AFAICT https://github.com/lukec/stripe-perl/blob/079e182a206cfe8ac2b0959ef5bc5359c96c168a/lib/Net/Stripe.pm#L1677-L1714

and it looks like date may have been changed to due_date

sherrardb avatar Feb 14 '20 14:02 sherrardb