You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

occsn-checkout

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

occsn-checkout

Occasion checkout experience boilerplate component built using React-Redux and Mitragyna

latest
npmnpm
Version
0.0.16
Version published
Maintainers
1
Created
Source

occsn-checkout

An importable boilerplate Occasion checkout experience using React, the Occasion SDK, and Mitragyna

Development

First, modify index.html with your merchant API login and product ID:

<script>
  window.OCCSN = {
    api_key: 'YOUR_API_LOGIN',
    host_url: 'https://occ.sn',
    product_id: 'YOUR_PRODUCT_ID'
  };
</script>

Then, run poi to start a local webpack hot-reloading build:

poi

To build changes to be merged into the production experience, run:

poi build

Keywords

occasion

FAQs

Package last updated on 13 Jul 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts