Add classmap to gateway module to prevent SettingsStatus not found

This commit is contained in:
dinamiko 2021-10-01 10:33:48 +02:00
parent 9ebedbfd85
commit d7395f90af

View file

@ -10,7 +10,10 @@
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"WooCommerce\\PayPalCommerce\\WcGateway\\": "src" "WooCommerce\\PayPalCommerce\\WcGateway\\": "src"
} },
"classmap": [
"src"
]
}, },
"minimum-stability": "dev", "minimum-stability": "dev",
"prefer-stable": true "prefer-stable": true