Add helper column to status table

This commit is contained in:
dinamiko 2021-07-28 12:26:25 +02:00
parent 1b230dc5f5
commit 9dae2c1419

View file

@ -87,7 +87,7 @@ class StatusReportModule implements ModuleInterface {
),
array(
'label' => esc_html__( 'Vault enabled', 'woocommerce-paypal-payments' ),
'description' => esc_html__( 'Whether vaulting is enabled for the PayPal account or not.', 'woocommerce-paypal-payments' ),
'description' => esc_html__( 'Whether vaulting is enabled on PayPal account or not.', 'woocommerce-paypal-payments' ),
'value' => $this->vault_enabled( $bearer ),
),
);