Skip to main content

Module success

Module success 

Source
Expand description

Payment success and license activation page.

Post-checkout page that retrieves the license key from Stripe’s checkout session and saves it to the browser’s localStorage. Features:

  • Automatic license retrieval from checkout session
  • License key display with copy-to-clipboard
  • Automatic persistence to localStorage
  • Links to Studio and subscription management

§Route

Accessed via Route::Success with a session_id query parameter from Stripe.

Re-exports§

pub use Success_completions::Component::Success;

Structs§

SuccessProps
Properties for the Success component.

Functions§

Success
Props