mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
Add FraudNet header when creating order.
This commit is contained in:
parent
8d74fcdf17
commit
50e18c1518
5 changed files with 109 additions and 24 deletions
|
@ -198,7 +198,9 @@ return array(
|
|||
$logger,
|
||||
$application_context_repository,
|
||||
$paypal_request_id,
|
||||
$subscription_helper
|
||||
$subscription_helper,
|
||||
$container->get( 'wcgateway.is-fraudnet-enabled' ),
|
||||
$container->get( 'wcgateway.fraudnet' )
|
||||
);
|
||||
},
|
||||
'api.endpoint.billing-agreements' => static function ( ContainerInterface $container ): BillingAgreementsEndpoint {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue