-
If I turn on the api on an instance of sgminer (sph-sgminer 4.1.0-103-g00015) mining dark coin, multi miner crashes. I couldn't find any logs that contained an error, but I found this in apolog.json:
…
-
I get the following error running the sample code on PHP 5.5.3
```
Object of class PayPal\Rest\ApiContext could not be converted to string
28 /server/thinkspace/vendor/paypal/sdk-core-php/lib/PayPal/…
-
The documentation lacks an example of deleting a billing plan.
I have tried using `UpdatePlan` example, with `$patch->setOp('remove')`, but this doesn't seem to do anything except return `true` (upon…
-
Since the newest update this error is back and in full force.
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
*************\* Exception T…
-
When a payment is executed using Payment->execute(PaymentExecution, ApiContext) a payment object is returned with inside it the Address class..
Payment->getPayerInfo()->getShippingAddress();
This re…
-
After a paypal transaction has been approved I write the name and email of the buyer to our own db. But sometimes this fails:
```
$payment = Payment::get($row['payment_id'], $apiContext);
$execution …
-
Getting this error again, it happens from time to time and is really getting old...
"MultiMiner\ApiLog.1' is denied."
The app crashes and when i try to restart it is when i get the above error.
This i…
-
Would be nice to have a way to set default fields of a context struct that doesn't get zeroed on each request. For example DB session is only initialised once and shouldn't need to be set to the conte…
-
I'm having a problem with void function.
I've created an authorization and then I captured less than 100% of the amount and now I want to void the remaining funds, so I call the void function like in…
-
I'm not sure if this is a PHP SDK Problem as by debugging I noticed that it seems the payer status in not event present in the returned JSON, but it definitely is in the IPN call. I also noticed that …