mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 18:00:15 +08:00
Rename filter string because of phpcs warning
This commit is contained in:
parent
b50dfe9700
commit
91b1702e8d
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class PurchaseUnitFactory {
|
||||||
$soft_descriptor
|
$soft_descriptor
|
||||||
);
|
);
|
||||||
return apply_filters(
|
return apply_filters(
|
||||||
'woocommerce-paypal-payments.purchase-unit.from-wc-order',
|
'woocommerce_paypal_payments_purchase_unit_from_wc_order',
|
||||||
$purchase_unit,
|
$purchase_unit,
|
||||||
$order
|
$order
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue