Quote:
Originally Posted by torrentinvites
I'm getting this when i click through to pay via coinbase from paid subscriptions.
|
Quote:
Originally Posted by Jorandh
Please make sure you use the sandbox plugin with a sandbox account and a real account with the normal plugin 
|
Quote:
Originally Posted by mikez006
Im getting the same error.
|
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