-
In order to roll out full access control, we need to update, improve and fix the concept of `apiContext` which exists in the [API request handler](https://github.com/TryGhost/Ghost/blob/master/core/se…
-
Hi,
I got this error with no useful details when trying to make a payment any idea what can cause that?
Got Http response code 400 when accessing https://api.sandbox.paypal.com/v1/payments/payment
…
-
When triying to execute the samples the system keeps crashing with:
Fatal error: Class 'PayPal\Rest\ApiContext' not found in the bootstrap.php
By now i have no clue what happens here.
Maybe someone …
-
```
// ### Api Context
// Pass in a `PayPal\Rest\ApiContext` object to authenticate
// the call. You can also send a unique request id
// (that ensures idempotency). The SDK generates
// a request i…
-
Not sure if this is intended like that. I noticed that
```
public function create($apiContext = null)
```
returns
```
$this
```
whereas
```
public function execute($paymentExecution, $apiConte…
-
There is no known way to get shipping information from the user (paypal payment):
```
$paymentExecution = new PaymentExecution();
$paymentExecution->setPayerId($payerId);
$payment = $payment->execute…
-
When trying to execute the Payment :
``` php
$payerId = Input::get('PayerID');
$payment = new Payment($paymentId);
$execution = (new PaymentExecution)->setPayer_id($payerId);
// Fails (with fine apiC…
-
Ok, all of my miners (41 machines) suddenly got this error. Nothing helps. If i click close i cant start multiminer again, i tried reinstalling newest version, it doesn't start either. Tried deleting …
-
I get this error when opening Multiminer at both of my laptops. I am using Windows 8.1 64-Bit. This is te complete error message :
See the end of this message for details on invoking
just-in-time (…
ghost updated
10 years ago
-
Whenever i try to call Paypalpayment::OAuthTokenCredential() i get this error:
{"error":{"type":"Symfony\Component\Debug\Exception\FatalErrorException","message":"Class 'PPConfigManager' not found","…