Add return-url error logging

This commit is contained in:
Alex P 2023-06-07 16:27:31 +03:00
parent af5d33dc78
commit e3bd42b93b
No known key found for this signature in database
GPG key ID: 54487A734A204D71
2 changed files with 23 additions and 5 deletions

View file

@ -942,7 +942,8 @@ return array(
return new ReturnUrlEndpoint(
$gateway,
$endpoint,
$prefix
$prefix,
$container->get( 'woocommerce.logger.woocommerce' )
);
},