Class StripeWithdraw
java.lang.Object
io.github.sigmacasino.HTTPRoute
io.github.sigmacasino.PostRoute
io.github.sigmacasino.routes.account.StripeWithdraw
- All Implemented Interfaces:
spark.Route
A post route which initiates a Stripe payout.
Currently unimplemented.
-
Field Summary
Fields inherited from class io.github.sigmacasino.HTTPRoute
app, loginRequired, path
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handlePost
(spark.Request request, spark.Response response) Currently redirects the user to the result page with an error.Methods inherited from class io.github.sigmacasino.PostRoute
handle, parseBodyParams, registerSparkRoute
-
Constructor Details
-
StripeWithdraw
-
-
Method Details
-
handlePost
public void handlePost(spark.Request request, spark.Response response) Currently redirects the user to the result page with an error.- Specified by:
handlePost
in classPostRoute
- Parameters:
request
- The HTTP request.response
- The HTTP response.
-