| @@ -804,8 +804,9 @@ | ||
| 804 | 804 | global $usces; |
| 805 | 805 | |
| 806 | 806 | if ( isset( $_REQUEST['MerchantFree1'] ) && isset( $_REQUEST['MerchantId'] ) && isset( $_REQUEST['TransactionId'] ) && isset( $_REQUEST['RecvNum'] ) && isset( $_REQUEST['NyukinDate'] ) && |
| 807 | 807 | ( isset( $_REQUEST['MerchantFree2'] ) && $this->acting_flg_conv === wp_unslash( $_REQUEST['MerchantFree2'] ) ) ) { |
| 808 | + $this->acting_notice_ip_guard( wp_unslash( $_REQUEST ) ); | |
| 808 | 809 | $acting_opts = $this->get_acting_settings(); |
| 809 | 810 | if ( $acting_opts['merchant_id'] === wp_unslash( $_REQUEST['MerchantId'] ) ) { |
| 810 | 811 | $response_data = wp_unslash( $_REQUEST ); |
| 811 | 812 | $order_id = usces_get_order_id_by_trans_id( $response_data['MerchantFree1'] ); |