Frédéric Massart
Frédéric Massart
As all other sub-endpoints, this one is not supported either. For reference, here is how I hacked my way in without having to fork the library. ```py with open(settings.XERO_PRIVATE_KEY_FILE) as...
When charging in a currency that is not the settlement currency, the fees are not computed at the time of the charge. My tests were done using USD and settling...
I'd like to suggest to record the HTTP response code in the `PinTransaction`. Thanks for providing this django app!
The API supports a field `metadata` to contain arbitrary key-value to associate with the transaction. Reference: https://pin.net.au/developers/api-reference/charges
Say your current stable_master is on 2.5, but we just released a new version and so masterBranch is set to 26. Then running mdk update on stable_master will not reset...
To check and fix the remotes/wwwroot for instance.
Some commands will trigger `git gc` which can take a very long time to be done. Preventing this would be useful.
This does not seem to work when behind a proxy.
Hi, during my attempts to use this library, I found that it was missing simple view that allowed me to just reply to a message with raw text. Creating a...
This is not an issue, I'm just sharing that I've implemented _cleanish URLs_ in my plugin without requiring the admin to change their web server configuration. I suspect that this...