PluginProbe
Welcart e-Commerce / 2.12.4
Welcart e-Commerce v2.12.4
2.12.4 2.12.3 2.11.35 2.12.2 2.12.1 2.11.34 2.11.33 2.11.32 2.11.31 2.11.30 1.3.16 1.3.17 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 1.4.1 1.4.10 1.4.11 1.4.12 All 292 releases
← All changes | classes/PaymentESCOTT.class.php +1 -0 2.11.322.12.4 View file →
@@ -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'] );