Changeset 3172801
- Timestamp:
- 10/21/2024 10:06:39 AM (16 months ago)
- Location:
- airpay-v3
- Files:
-
- 2 edited
-
tags/5.8.2/class-airpay.php (modified) (1 diff)
-
trunk/class-airpay.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
airpay-v3/tags/5.8.2/class-airpay.php
r3101233 r3172801 356 356 if (isset($_REQUEST['AMOUNT'])) { 357 357 if (($_REQUEST['AMOUNT'] === $order_amount)) { 358 $all = AirpayChecksum::get_all_params();358 //$all = AirpayChecksum::get_all_params(); 359 359 360 360 $newcheck = sprintf('%u', crc32($transaction_id . ':' . $ap_transaction_id . ':' . $amount . ':' . $transaction_status . ':' . $response_description . ':' . $mercid . ':' . $username)); -
airpay-v3/trunk/class-airpay.php
r3101233 r3172801 356 356 if (isset($_REQUEST['AMOUNT'])) { 357 357 if (($_REQUEST['AMOUNT'] === $order_amount)) { 358 $all = AirpayChecksum::get_all_params();358 //$all = AirpayChecksum::get_all_params(); 359 359 360 360 $newcheck = sprintf('%u', crc32($transaction_id . ':' . $ap_transaction_id . ':' . $amount . ':' . $transaction_status . ':' . $response_description . ':' . $mercid . ':' . $username));
Note: See TracChangeset
for help on using the changeset viewer.