Skip to content

Commit

Permalink
SC_Response::sendRedirect() transactionid= を画一的に追加せず、一定条件での継承のみとする EC…
Browse files Browse the repository at this point in the history
…-CUBE#922

コミット漏れ。
  • Loading branch information
seasoftjapan committed Jul 27, 2024
1 parent 960b4c8 commit a09269a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/class/fixtures/server/sc_response_sendRedirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
if (($arrHeader['X-Test-function'] ?? '') === 'admin') {
define('ADMIN_FUNCTION', true);
}
else {
elseif (($arrHeader['X-Test-function'] ?? '') === 'front') {
define('FRONT_FUNCTION', true);
}

Expand Down

0 comments on commit a09269a

Please sign in to comment.