mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-08 21:52:55 +08:00
Add classmap to gateway module to prevent SettingsStatus
not found
This commit is contained in:
parent
9ebedbfd85
commit
d7395f90af
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue