Alexander
Alexander
tested against test api of giropay (get_form, get_proccess and refund are tested) Capture and release are untested and no written tests. Needs some care depends on pull requests: #148, #149
Add final parameter for final captures. Defaults to true for old logic. Changing it allows multiple captures. First only paypal is supported but I have some providers in pipeline which...
After slowly understanding the concepts, I see the problems in the code: the payment providers are written by different people with different objectives (why somebody wants the payment provider to...
fix issue #64 this should prevent credentials appearing in the log
# what sometimes more than update should be fired. This MR improves the speed of updates by simultaneous executing them (see http client) (no speed comparisation done yet). It also...
In most cases holes (and items) should not be able to overlap. Items are harder, so something for holes would be a better start. I'm trying to implement this. But...
I have some troubles understanding the documentation: how can I delete a literal or node? How can I replace a literal? Can I use sparql for this? Can you provide...
Webpack 5 removed all nodejs specific polyfills (you have to include them manually). This causes rdflib.js to fail when not provided a polyfill explicitly (because of a reference to buffer)...
Hello, I rewrote some of your code for django 2 support and cleaner solutions. My changes are: * add django 2 requirement and some fixes * use templateviews instead of...
## Description Currently strawberry.enum_value causes errors. Here I add a test for the issue, a bugfix and some documentation about the way it works. note: you cannot differ keys with...