mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +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": {
|
||||
"psr-4": {
|
||||
"WooCommerce\\PayPalCommerce\\WcGateway\\": "src"
|
||||
}
|
||||
},
|
||||
"classmap": [
|
||||
"src"
|
||||
]
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue