wip
This commit is contained in:
@ -14,7 +14,7 @@ namespace TheTempusProject\Controllers\Api;
|
||||
use Stripe\StripeClient;
|
||||
use Stripe\Event;
|
||||
use TheTempusProject\Models\User;
|
||||
use TheTempusProject\Controllers\ApiController;
|
||||
use TheTempusProject\Classes\ApiController;
|
||||
use TheTempusProject\Houdini\Classes\Views;
|
||||
use TheTempusProject\Bedrock\Classes\Config;
|
||||
use TheTempusProject\Canary\Bin\Canary as Debug;
|
||||
@ -178,7 +178,7 @@ class Stripe extends ApiController {
|
||||
$response = 'UnexpectedValueException';
|
||||
} catch(\Exception $e) {
|
||||
Debug::error( 'Exception' );
|
||||
Debug::v( $e );
|
||||
Debug::error( $e );
|
||||
http_response_code(400);
|
||||
$responseType = 'error';
|
||||
$response = 'Exception';
|
||||
|
Reference in New Issue
Block a user