mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
fix filter name
This commit is contained in:
parent
1fbf5bae10
commit
4f8e917c37
1 changed files with 1 additions and 1 deletions
|
@ -991,7 +991,7 @@ class SmartButton implements SmartButtonInterface {
|
|||
*/
|
||||
private function pay_order_renderer_hook(): string
|
||||
{
|
||||
return (string) apply_filters('woocommerce_paypal_payments-pay-order_dcc_renderer_hook', 'woocommerce_pay_order_after_submit');
|
||||
return (string) apply_filters('woocommerce_paypal_payments_pay_order_dcc_renderer_hook', 'woocommerce_pay_order_after_submit');
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue