Plugin Directory

Changeset 3172801


Ignore:
Timestamp:
10/21/2024 10:06:39 AM (16 months ago)
Author:
airpay
Message:

latest changes updated

Location:
airpay-v3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • airpay-v3/tags/5.8.2/class-airpay.php

    r3101233 r3172801  
    356356                    if (isset($_REQUEST['AMOUNT'])) {
    357357                        if (($_REQUEST['AMOUNT'] === $order_amount)) {
    358                             $all = AirpayChecksum::get_all_params();
     358                            //$all = AirpayChecksum::get_all_params();
    359359
    360360                            $newcheck = sprintf('%u', crc32($transaction_id . ':' . $ap_transaction_id . ':' . $amount . ':' . $transaction_status . ':' . $response_description . ':' . $mercid . ':' . $username));
  • airpay-v3/trunk/class-airpay.php

    r3101233 r3172801  
    356356                    if (isset($_REQUEST['AMOUNT'])) {
    357357                        if (($_REQUEST['AMOUNT'] === $order_amount)) {
    358                             $all = AirpayChecksum::get_all_params();
     358                            //$all = AirpayChecksum::get_all_params();
    359359
    360360                            $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.