Remove todo comment for payment token tables

This commit is contained in:
Justin Shreve 2016-02-17 07:00:35 -08:00
parent 31bae0c19e
commit cfe1da13d5
1 changed files with 1 additions and 1 deletions

View File

@ -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.
*/ */