Jake Kent
Results
2
issues of
Jake Kent
Thanks for contributing to Wagtail! 🎉 Before submitting, please review the contributor guidelines and check the following: * Do the tests still pass? (http://docs.wagtail.io/en/latest/contributing/developing.html#testing) * Does the code comply with...
### Describe the bug When trying to clear out the list of previously set blocked_categories on a cardholder, calling ```Python stripe.issuing.Cardholder.modify( "ich_...", spending_controls={'blocked_categories': []}, stripe_account="acct_...", ) ``` returns successfully but...
bug