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/paymentDigitalcheck.class.php +2 -2 2.11.342.12.4 View file →
@@ -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'] ) ) {