update to bootstrap 4 p1, bugfix for logoLarge, logging cleanup, more
This commit is contained in:
@ -67,7 +67,7 @@ class MembershipCustomers extends DatabaseModel {
|
||||
|
||||
$api_key = Config::getValue( 'memberships/stripeSecret' );
|
||||
if ( $api_key == 'sk_xxxxxxxxxxxxxxx' || empty($api_key) ) {
|
||||
Debug::error( "No Stripe Key found" );
|
||||
Debug::error( "MembershipCustomers:create No Stripe Key found" );
|
||||
return false;
|
||||
}
|
||||
self::$stripe = new \Stripe\StripeClient( $api_key );
|
||||
|
Reference in New Issue
Block a user