mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
add missed class dependency
This commit is contained in:
parent
fb3ff1fa91
commit
c7b818ac85
2 changed files with 5 additions and 0 deletions
|
@ -95,7 +95,10 @@ class OrderProcessor {
|
|||
* @var string
|
||||
*/
|
||||
private $last_error = '';
|
||||
|
||||
/**
|
||||
* A logger.
|
||||
*
|
||||
* @var LoggerInterface
|
||||
*/
|
||||
private $logger;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue