Changeset 3446500
- Timestamp:
- 01/25/2026 11:25:55 AM (2 months ago)
- Location:
- triplea-cryptocurrency-payment-gateway-for-woocommerce
- Files:
-
- 1 deleted
- 1 edited
-
tags/2.0.23 (deleted)
-
trunk/includes/API/REST.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
triplea-cryptocurrency-payment-gateway-for-woocommerce/trunk/includes/API/REST.php
r2996900 r3446500 252 252 return new WP_Error( 253 253 'bad_token', 254 ' Bad token, should be: ' . $api_endpoint_token,254 'Invalid authentication token', 255 255 array( 256 'status' => 403, 257 'settings' => $plugin_settings, 256 'status' => 403, 258 257 ) 259 258 );
Note: See TracChangeset
for help on using the changeset viewer.