mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
💡 Add code remarks on planned improvements
This commit is contained in:
parent
4cbcdce75d
commit
11599102f4
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,7 @@ const TabOverview = () => {
|
||||||
|
|
||||||
const result = await refreshFeatureStatuses();
|
const result = await refreshFeatureStatuses();
|
||||||
|
|
||||||
|
// TODO: Implement the refresh logic, remove this debug code -- PCP-4024
|
||||||
if ( result && ! result.success ) {
|
if ( result && ! result.success ) {
|
||||||
console.error(
|
console.error(
|
||||||
'Failed to refresh features:',
|
'Failed to refresh features:',
|
||||||
|
@ -128,6 +129,7 @@ const TabOverview = () => {
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// TODO: This list should be refactored into a separate module, maybe utils/thingsToDoNext.js
|
||||||
const todosDataDefault = [
|
const todosDataDefault = [
|
||||||
{
|
{
|
||||||
value: 'paypal_later_messaging',
|
value: 'paypal_later_messaging',
|
||||||
|
@ -163,6 +165,7 @@ const todosDataDefault = [
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
// TODO: Hardcoding this list here is not the best idea. Can we move this to a REST API response?
|
||||||
const featuresDefault = [
|
const featuresDefault = [
|
||||||
{
|
{
|
||||||
id: 'save_paypal_and_venmo',
|
id: 'save_paypal_and_venmo',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue