| @@ -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 ) { |