Do not enable vaulting if reference transactions disabled

This commit is contained in:
Emili Castells Guasch 2024-01-29 17:51:42 +01:00
parent fd6ff517c0
commit 893e9bad09
2 changed files with 30 additions and 16 deletions

View file

@ -333,6 +333,7 @@ return array(
$container->get( 'http.redirector' ),
$container->get( 'api.partner_merchant_id-production' ),
$container->get( 'api.partner_merchant_id-sandbox' ),
$container->get( 'api.endpoint.billing-agreements' ),
$logger
);
},