Update order action name

This commit is contained in:
Mészáros Róbert 2020-04-22 16:05:59 +03:00
parent 82fa0ab754
commit 708efab5e4

View file

@ -60,7 +60,7 @@ class WcGatewayModule implements ModuleInterface
'woocommerce_order_actions',
function ($orderActions): array {
$orderActions['ppcp_authorize_order'] = __(
'Authorize PayPal Payment',
'Capture authorized PayPal payment',
'woocommerce-paypal-gateway'
);
return $orderActions;