| @@ -700,9 +700,9 @@ | ||
| 700 | 700 | if ( 'acting_digitalcheck_conv' != $payment['settlement'] ) { |
| 701 | 701 | return $msg_payment; |
| 702 | 702 | } |
| 703 | 703 | |
| 704 | - $args = maybe_unserialize( $usces->get_order_meta_value( $payment['settlement'], $order_id ) ); | |
| 704 | + $args = wel_safe_maybe_unserialize( $usces->get_order_meta_value( $payment['settlement'], $order_id ) ); | |
| 705 | 705 | if ( isset( $args['CVS'] ) ) { |
| 706 | 706 | $msg_payment .= '支払先 : ' . $this->get_conv_name( $args['CVS'] ) . "\r\n"; |
| 707 | 707 | } |
| 708 | 708 | if ( isset( $args['SHNO'] ) ) { |
| @@ -732,9 +732,9 @@ | ||
| 732 | 732 | return $msg_payment; |
| 733 | 733 | } |
| 734 | 734 | |
| 735 | 735 | if ( 'orderConfirmMail' == $_POST['mode'] ) { |
| 736 | - $args = maybe_unserialize( $usces->get_order_meta_value( $payment['settlement'], $order_id ) ); | |
| 736 | + $args = wel_safe_maybe_unserialize( $usces->get_order_meta_value( $payment['settlement'], $order_id ) ); | |
| 737 | 737 | if ( isset( $args['CVS'] ) ) { |
| 738 | 738 | $msg_payment .= '支払先 : ' . $this->get_conv_name( $args['CVS'] ) . "\r\n"; |
| 739 | 739 | } |
| 740 | 740 | if ( isset( $args['SHNO'] ) ) { |