1.0.0 • Published 12 months ago

@c2dpayment/redirect-session v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

Helper package for merchants to integrate C2D payments.

Usage

@c2dpayment/redirect-session is shipped with full support for TypeScript, ESM Modules and Commonjs. This means that package can be used with import & export syntax and module.exports & require syntax.

Example usage with typescript

import { redirect } from '@c2dpayment/redirect-session';

// the operation to create an redirect session which contains the token and redirect url
const redirectSession = .....

redirect({
    token: redirectSession.token,
    redirectUrl: redirectSession.redirectUrl,
});
1.0.0

12 months ago

1.0.0-beta.3

1 year ago

1.0.0-beta.2

1 year ago

1.0.0-beta.1

1 year ago

1.0.0-beta.0

1 year ago