-
Updated
Jun 19, 2020 - JavaScript
payment
Here are 1,527 public repositories matching this topic...
-
Updated
Jun 22, 2020 - PHP
-
Updated
Jun 4, 2020 - JavaScript
-
Updated
Jun 4, 2020 - CSS
When I instruct the WebUI to join a token network with 5 TDAI, I get the message
TestDAI network was joined successfully with 5 TDAI
but in my case, only a single channel with a deposit of 1 TDAI has been created. The actual behavior is an expected result of our code for joining a TN. The behavior is already surprising enough, but with this message it clearly looks like a bug to the unsus
-
Updated
Dec 21, 2017 - CSS
There may be cases when developer tries to pass private service id to payum.gateways configuration but it's ignored resulting in confusing expected object got string error.
I would like for payum to throw exception saing that service id does not exist or is private instead of acting like it was supposed to be string.
https://github.com/Payum/Payum/blob/master/src/Payum/Core/Bridge/Symfony/Co
Original issue: facebook/react-native#22392
This issue appeared while being tested on iPhone X. Impossible to change the keyboard type after it has been triggered.
Description
I can't find any reference documentation for window.paypal anywhere?!
Obviously this link is in the README https://developer.paypal.com/docs/checkout/ however it's not really documentation. It's just a quick start + guides. Even the "reference" section isn't reference documentation (with the exception for [customizing
-
Updated
Apr 17, 2020 - JavaScript
I purchased the binary version, but it still won't install! Where is the detailed installation? MYSQL installation, configuration, please help me, thank you!
-
Updated
Jun 24, 2020 - PHP
v3.x Upgrade Guide
Upgrade apps from 2.x to 3.x
- The
redirect()method no callsexit()after sending the content. This is up to the developer now.
Upgrade Gateways from 2.x to 3.x
The primary difference is the HTTP Client. We are now using HTTPlug (http://httplug.io/) but rely on our own interface.
Breaking
- Change typehint from Guzzle ClientInterface to `Omnipay\Common\Http\ClientInterfa
Hello,
In the readme we don't have the location of the payum.yaml which is located at : config/packages/payum.yaml!
I think it's better to be more accurate about that :-)!
-
Updated
Nov 24, 2019 - Dart
Randomized with seed 07249
Started
..............F...............FF..............................FFFFFFFFFFFFFFFFFFFFFF
Failures:
- payment validating card types should validate troy card types
Message:
AssertionError [ERR_ASSERTION]: troy
Stack:
error properties: Object({ generatedMessage: false, code: 'ERR_ASSERTION', actual: false, expected: true, operator: '==' })
-
Updated
Apr 1, 2019 - Java
Setup doctests
doctests will help us catch any stale examples in the documentation, in case the examples break due to changes in code.
The following need to be resolved for doctests to work:
- The outputs also have to be written down in the documentation
- Typical response objects are huge (will take up a lot of space).
- Responses are unique and can't be tested against.
- Our examples invoke calls
-
Updated
Dec 21, 2019 - Swift
-
Updated
Jun 4, 2020 - PHP
Improve this page
Add a description, image, and links to the payment topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the payment topic, visit your repo's landing page and select "manage topics."


I'm always frustrated when I'm trying to use endpoints. Need to do back and forth between codebase and postman.
Is it possible to share a postman collection in json before having the documentation please ?
Thank you!