mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
🎨 Add type annotation
This commit is contained in:
parent
7c61dc1d0f
commit
b99b14d71f
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ class SettingsTabMapHelper {
|
|||
|
||||
/**
|
||||
* A map of new to old 3d secure values.
|
||||
*
|
||||
* @var array<string, string>
|
||||
*/
|
||||
protected const THREE_D_SECURE_VALUES_MAP = array(
|
||||
'no-3d-secure' => 'NO_3D_SECURE',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue