Changeset 3343268
- Timestamp:
- 08/12/2025 04:42:29 AM (8 months ago)
- Location:
- fraudlabs-pro-for-woocommerce
- Files:
-
- 2 edited
-
tags/2.23.1/includes/class.wc-fraudlabspro.php (modified) (1 diff)
-
trunk/includes/class.wc-fraudlabspro.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fraudlabs-pro-for-woocommerce/tags/2.23.1/includes/class.wc-fraudlabspro.php
r3343254 r3343268 2938 2938 $hash2 = hash('sha256', $hash); 2939 2939 2940 return $hash ;2940 return $hash2; 2941 2941 } 2942 2942 -
fraudlabs-pro-for-woocommerce/trunk/includes/class.wc-fraudlabspro.php
r3343254 r3343268 2938 2938 $hash2 = hash('sha256', $hash); 2939 2939 2940 return $hash ;2940 return $hash2; 2941 2941 } 2942 2942
Note: See TracChangeset
for help on using the changeset viewer.