Changeset 2827864
- Timestamp:
- 12/02/2022 05:22:05 PM (3 years ago)
- Location:
- fygaro/trunk
- Files:
-
- 2 edited
-
Fygaro_WC_gateway_0_0_1.php (modified) (2 diffs)
-
Readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
fygaro/trunk/Fygaro_WC_gateway_0_0_1.php
r2802637 r2827864 6 6 * Author: Fygaro 7 7 * Author URI: http://www.fygaro.com 8 * Version: 0.0. 28 * Version: 0.0.3 9 9 * 10 10 … … 386 386 387 387 // verify it matches the signature provided in the jwt 388 $is_signature_valid = ($base64_url_signature ===$signature_provided);388 $is_signature_valid = hash_equals($base64_url_signature, $signature_provided); 389 389 390 390 if ($is_token_expired || !$is_signature_valid) { -
fygaro/trunk/Readme.txt
r2827855 r2827864 2 2 Tags: Fygaro, Online Payments, Gateway, Payment Button, Caribbean Payments, Central America Payments, Bank Integration, PayPal integration 3 3 Requires at least: 4.7 4 Tested up to: 6.1 4 Tested up to: 6.1.1 5 5 Stable tag: 0.0.3 6 6 Contributors: fygaro
Note: See TracChangeset
for help on using the changeset viewer.