Mees
Mees
The chargebacks and refunds resource implement the 'get' function simply as if it's a normal one of the basic resources (e.g.. payments, orders, customers). For these basic resources simply the...
### Issue: The response when adding the `embed` parameter for e.g. the payments resource will not lead to a response with the embedded values in the Payment object. There is...
### Before you start - checklist - [X] I followed instructions in documentation written for my React-PDF version - [X] I have checked if this bug is not already reported...
# Short version: - It would be nice if the events don't extend from IValueMap, that would make it possible for Typescript to properly infer the types. - And to...
## Issue Currently, [Semantic-ui](https://semantic-ui.com/) is used as the main CSS framework. The library hasn't seen a new release/update since 2018. Not anything with priority but would be better to use...
# Config Using all-auth social login with Google ``` python # Pipfile dj-rest-auth = "==6.0.0" django-allauth = {extras = ["socialaccount"], version = "==0.63.6"} ``` Using the following settings: ```python #...