-
After installation from composer (both: dev-master and v0.5.2) I've got:
```
PHP Fatal error: Call to a member function has() on a non-object in /var/www/vendor/knplabs/friendly-contexts/src/Knp/Fri…
-
What is wrong with my following library?
```
require_once 'vendor/autoload.php';
use PayPal\Auth\OAuthTokenCredential;
use PayPal\Rest\ApiContext;
use Paypal\Api\Resource;
use PayPal\Api\Amount;
use…
-
When I tried to send an array of Transaction object as the parameter to PaymentExecution->setTransactions, I received an error back from PP regarding amount, currency, and total.
The work around was …
-
I've found that after executing a payment, the `state` in the return response is not accurate, it seems to remain as `created`. However, the logging clearly shows the `state` as `pending`, and if I re…
-
I have payment ID, but i don't generate payer ID.
My payment method is "paypal"
$payer = Paypalpayment::Payer();
$payer->setPayment_method("paypal");
```
$amount = Paypalpayment:: Amou…
-
I have this code, but i want to define de amount details, but the response of the api is the code 400. Help me please.
$payer = Paypalpayment::Payer();
$payer->setPayment_method("payp…
-
Hi,
Is there any way of accessing the Error codes/information that may be returned by PayPal - either with the HTTP status codes or the error object?
Thanks,
Peter
-
When I use FriendlyContexts without using Mink on ApiContext, I've got this message.
```
[Symfony\Component\DependencyInjection\Exception\ParameterNotFoundException]
The servi…
-
Tried very hard to use your SDK, only to find that I need to have installed also
- composer (do-able after re-configuring php to be "ok" for it, but annoying as it means the software is not packaged a…
-
I first noticed this problem 21 March 2014. Essentially after an all-nighter i've traced down the problem to stored credit cards.
Obviously, I can't push any code live if we can't test this on Sandbox…