mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-05 08:59:14 +08:00
codestyle
This commit is contained in:
parent
c788341887
commit
9e2f1f4bf9
11 changed files with 27 additions and 26 deletions
|
@ -71,7 +71,7 @@ return array(
|
|||
},
|
||||
'api.bearer' => static function ( $container ): Bearer {
|
||||
|
||||
$cache = new Cache('ppcp-paypal-bearer');
|
||||
$cache = new Cache( 'ppcp-paypal-bearer' );
|
||||
$key = $container->get( 'api.key' );
|
||||
$secret = $container->get( 'api.secret' );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue