Composable for managing async payment operations with loading states.
Configuration including the payment function and callbacks.
State and methods for managing the async payment.
{{ isLoading ? "Processing..." : "Pay Now" }} Copy
{{ isLoading ? "Processing..." : "Pay Now" }}
Composable for managing async payment operations with loading states.