mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
♻️ More appropriate hook name
This commit is contained in:
parent
5ac70e26c2
commit
5f51762025
5 changed files with 4 additions and 5 deletions
|
@ -550,7 +550,7 @@ class WCGatewayModule implements ServiceModule, ExtendingModule, ExecutableModul
|
|||
);
|
||||
|
||||
add_filter(
|
||||
'woocommerce_paypal_payments_rest_common_merchant_data',
|
||||
'woocommerce_paypal_payments_rest_common_merchant_features',
|
||||
static function ( array $features ) use ( $c ) : array {
|
||||
try {
|
||||
$billing_agreements_endpoint = $c->get( 'api.endpoint.billing-agreements' );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue