mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 14:57:26 +08:00
Add __meta key to allowed in reducer to prevent warning
This commit is contained in:
parent
50e83cce5c
commit
334f6a74e2
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ const defaultPersistent = Object.freeze( {
|
||||||
threeDSecure: 'no-3d-secure',
|
threeDSecure: 'no-3d-secure',
|
||||||
fastlaneCardholderName: false,
|
fastlaneCardholderName: false,
|
||||||
fastlaneDisplayWatermark: false,
|
fastlaneDisplayWatermark: false,
|
||||||
|
__meta: false,
|
||||||
} );
|
} );
|
||||||
|
|
||||||
// Reducer logic.
|
// Reducer logic.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue