Quote:
Originally Posted by DragonByte Tech
The problem appears to be that the author used the Sandbox URL in the "non-sandbox" product in /includes/paymentapi/class_coinbase.php on line 44.
Code:
CURLOPT_URL => "https://api.sandbox.coinbase.com/v1/buttons",
Change to
Code:
CURLOPT_URL => "https://api.coinbase.com/v1/buttons",
And the "Page not found" error is resolved.
Fillip
|
I did not work at putting the fix of DragonByte appears:
"Page not found"