mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +08:00
Add id token cache key for each user
This commit is contained in:
parent
a1413782e9
commit
b42e9436ae
7 changed files with 15 additions and 62 deletions
|
@ -502,9 +502,6 @@ class SettingsListener {
|
|||
if ( $this->cache->has( PayPalBearer::CACHE_KEY ) ) {
|
||||
$this->cache->delete( PayPalBearer::CACHE_KEY );
|
||||
}
|
||||
if ( $this->client_credentials_cache->has( UserIdToken::CACHE_KEY ) ) {
|
||||
$this->client_credentials_cache->delete( UserIdToken::CACHE_KEY );
|
||||
}
|
||||
if ( $this->client_credentials_cache->has( SdkClientToken::CACHE_KEY ) ) {
|
||||
$this->client_credentials_cache->delete( SdkClientToken::CACHE_KEY );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue