Remove todo comment for payment token tables
This commit is contained in:
parent
31bae0c19e
commit
cfe1da13d5
|
@ -508,7 +508,7 @@ CREATE TABLE {$wpdb->prefix}woocommerce_payment_tokenmeta (
|
||||||
) $collate;
|
) $collate;
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
// Todo make sure the payment token tables are correct / up to date with final schema
|
|
||||||
/**
|
/**
|
||||||
* Create roles and capabilities.
|
* Create roles and capabilities.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue