Skip to content

Fix log message not written because it was after an exit

Rich requested to merge artfulrobot/stripe:minor-logging-fix into master

statusBounce calls redirect which exits the script, so the following log call never gets executed. This MR moves swaps those two lines so that it logs as designed.

Merge request reports