add test to checkout
This commit is contained in:
@@ -96,8 +96,8 @@ export async function action({ params, request, context }: Route.ActionArgs) {
|
||||
context
|
||||
})
|
||||
|
||||
const result = (await r.json()) as { sk: string }
|
||||
return redirect(`/${params.orgid}/enrollments/${result.sk}/submitted`)
|
||||
const data = (await r.json()) as { sk: string }
|
||||
return redirect(`/${params.orgid}/enrollments/${data.sk}/submitted`)
|
||||
}
|
||||
|
||||
const emptyRow = {
|
||||
|
||||
Reference in New Issue
Block a user