Invalid API Key provided
Has anyone else ever had this error? I put in a ticket for support, but thought I'd check here. Looks like I corrupted something switching from Live to Test mode, and now I can't do either.
FluentCart support responded and let me know a key to delete. I created this script in FliuentSnippets for Admin only, refreshed the screen, and I'm back in business.
global $wpdb;
// Target the specific custom table FluentCart uses
$table_name = $wpdb->prefix . 'fct_meta';
// Delete the specific meta key identified by support
$wpdb->delete(
$table_name,
array('meta_key' => 'fluent_cart_payment_settings_stripe')
);
Itβs a bug theyβll fix?
F. C.Β I'm not sure if it's a bug or just a corruption that I somehow caused. All I can tell you is that the fix worked perfectly and my store is back in business.
William BeemΒ Alright. I'm currently in Test mode and I don't want any nasty surprises when I switch over to Live π
F. C.Β That would take all the fun out of it.