UNPKG

@spot-flow/checkout-inline-js

Version:

This project is an inline library that enables users to make payments seamlessly. It integrates smoothly into your application, providing a streamlined checkout experience.

4 lines (2 loc) 166 B
import { PaymentResponseData } from '../types/types'; export declare function redirectTo(values: PaymentResponseData, headers: Headers, callBackUrl?: string): void;