mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-07 19:54:15 +08:00
Fix lint
This commit is contained in:
parent
f24ec78c28
commit
9e0322ba9a
2 changed files with 5 additions and 5 deletions
|
@ -83,7 +83,7 @@ return array(
|
||||||
'api.paypal-host' => function( ContainerInterface $container ) : string {
|
'api.paypal-host' => function( ContainerInterface $container ) : string {
|
||||||
return PAYPAL_API_URL;
|
return PAYPAL_API_URL;
|
||||||
},
|
},
|
||||||
// It seems this 'api.paypal-website-url' key is always overridden in ppcp-onboarding/services.php
|
// It seems this 'api.paypal-website-url' key is always overridden in ppcp-onboarding/services.php.
|
||||||
'api.paypal-website-url' => function( ContainerInterface $container ) : string {
|
'api.paypal-website-url' => function( ContainerInterface $container ) : string {
|
||||||
return PAYPAL_URL;
|
return PAYPAL_URL;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue