mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
delete some references to modules.locale
This commit is contained in:
parent
df4a4b7fef
commit
a3ee3368da
6 changed files with 5 additions and 8 deletions
|
@ -108,7 +108,7 @@ return array(
|
|||
|
||||
'onboarding.url' => static function ( ContainerInterface $container ): string {
|
||||
return plugins_url(
|
||||
'/modules.local/ppcp-onboarding/',
|
||||
'/modules/ppcp-onboarding/',
|
||||
dirname( __FILE__, 3 ) . '/woocommerce-paypal-commerce-gateway.php'
|
||||
);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue