Alexander
Alexander
Fixes #39 This PR adds support for adding user created items to select boxes. It reuses the addItems Flag for streamlining its behaviour for all supported elements (text, select, multi-select)....
# why people tend to forget that the default escape guessing strategy doesn't apply the correct escape filter to json.twig. This causes a huge security hole in such projects because...
--- name: Bug report about: Create a report to help us improve title: '' labels: '' assignees: '' ---**Describe the bug** The graphql package renamed its validation rule(s). This causes...
In the relay standard exists an extra directive @connection for paging. It is at least used by the apollo and relay toolkits. ts-graphql-plugin complains that it doesn't know this directive....
For debugging it is better to have webpack-dev-server active. Sadly it is a bit tricky to configure: webpack.config.js ``` module.exports = (env, options) =>({ ... devServer: { port: '8080' },...
Split logic from Model, split address into billing, shipping, use functions instead prefixed fields
Instead of using prefixed address fields in Model, use functions to retrieve the data. This way different data sources can be used and a fallback can be provided (BasePaymentWithAddress) in...
8 decimal places to hold smallest btc unit 12 digits to hold cheaper currencies https://github.com/mirumee/django-payments/issues/9
Sometimes it is useful to have placeholders for certain payments (BankTransfer and manual cashing process). I provide here two Providers for this purpose: DirectPaymentProvider: versatile Provider, for e.g. voucher systems...
This adds a backend for paydirekt. It depends on some other pullrequests of mine: https://github.com/mirumee/django-payments/pull/148 https://github.com/mirumee/django-payments/pull/149 Sry for the long commit history. I required the backend for a project.