Sets the specified "Pending" invoice back to "New" status then redirects to invoice detail view
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult AbortStripePayment( int InvoiceID, string returnUrl )
Parameters
- InvoiceID
- Type: SystemInt32
The ID of the specified invoice - returnUrl
- Type: SystemString
the url to redirect to upon success
Return Value
Type: ActionResultSee Also