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/paymentSBPS.main.class.php +1 -0 2.12.12.12.4 View file →
@@ -597,8 +597,9 @@
597 597 $acting = substr( $acting_flg, 7 );
598 598 $_GET['acting'] = $acting;
599 599 switch ( $data['res_result'] ) {
600 600 case 'OK': /* 決済処理OK */
601 + $this->acting_notice_ip_guard( $data );
601 602 $order_id = $this->get_order_id( $data['res_tracking_id'] );
602 603 if ( ! $order_id ) {
603 604 $res = $usces->order_processing( $data );
604 605 if ( 'ordercompletion' === $res ) {