paypal
Here are 425 public repositories matching this topic...
#68 adds the capability to show the skip-to time on the progress bar. It'd be nice to have thumbnails as an extension of this feature. Some pointers can be found in #11
-
Updated
May 24, 2020 - JavaScript
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
-
Updated
Jun 2, 2020 - Java
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
May 31, 2020 - Python
-
Updated
May 30, 2020 - PHP
A few things I will add once I have time, this may help the production/ live setup as PayPal is quite messy and buggy.
Quick explanation how to create access keys, for both sandbox and live;
- Have a page with more details and full guide on how to proceed;
- Add a warning for live (production) access keys that:
- Email address must be verified;
- If PayPal says you didn't veri
-
Updated
May 15, 2020 - Objective-C
-
Updated
Apr 10, 2020 - HTML
-
Updated
May 28, 2020 - Go
-
Updated
Apr 20, 2020
Hello,
Would you consider to enable guided tour to improve user experience?
-
Updated
Jun 5, 2014 - Objective-C
-
Updated
May 12, 2020 - CSS
http://django-oscar-paypal.readthedocs.org/en/latest/express.html#getting-started
You need to create a PayPal sandbox account which is different from your normal paypal account then use this account to create two ‘test’ users: a buyer and a seller. Once the seller is created, you will have access to a username, password and ‘signature’ which are used to authenticate API requests.
Add the f
-
Updated
Nov 6, 2019 - Python
-
Updated
Mar 27, 2018 - Python
-
Updated
Jan 7, 2020 - C#
Improve this page
Add a description, image, and links to the paypal topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the paypal topic, visit your repo's landing page and select "manage topics."
Describe the bug
SQL Server supports assigning a value to a variable from a selected expression.
For example:
To Reproduce
assertSqlCanBeParsedAndDeparsed("SELECT @var = 1");System