Saving more details, redirecting and simplifying the succeed handler

This commit is contained in:
2024-08-11 12:01:05 +02:00
parent 8e482aa712
commit 5ad4464b28
10 changed files with 124 additions and 49 deletions

View File

@ -0,0 +1,2 @@
drop_column("transactions", "payment_intent")
drop_column("transactions", "payment_method")

View File

@ -0,0 +1,3 @@
add_column("transactions", "payment_intent", "string", {"default":""})
add_column("transactions", "payment_method", "string", {"default":""})