Skip to content

Commit

Permalink
支払方法設定(入力) PRGを改善 #881
Browse files Browse the repository at this point in the history
Refs: #881
#881
  • Loading branch information
seasoftjapan committed Aug 29, 2024
1 parent d9568e7 commit b7478de
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ public function action()
if (count($this->arrErr) == 0) {
$this->lfRegistData($objFormParam, $objPayment, $_SESSION['member_id'], $post['payment_id']);
$this->objUpFile->moveTempFile();
$this->tpl_onload = "location.href = './payment.php'; return;";
SC_Response_Ex::sendRedirect('payment.php');
SC_Response_Ex::actionExit();
}
$this->tpl_payment_id = $post['payment_id'];
break;
Expand Down

0 comments on commit b7478de

Please sign in to comment.