mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
Update order action name
This commit is contained in:
parent
82fa0ab754
commit
708efab5e4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue