Rename filter string because of phpcs warning

This commit is contained in:
dinamiko 2021-05-20 16:35:22 +02:00
parent b50dfe9700
commit 91b1702e8d

View file

@ -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
); );