Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@prestashopcorp/chargebee-vue

Package Overview
Dependencies
Maintainers
5
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@prestashopcorp/chargebee-vue

plugin vue for chargebee

latest
Source
npmnpm
Version
0.1.22
Version published
Maintainers
5
Created
Source

vue-chargebee

Vue plugin for Chargebee

Vue.js plugin for Chargebee

Chargebee JS API reference

Requirements

Vue ^2.0.0

npm install @prestashopcorp/chargebee-vue
import Vue from 'vue'
import ChargebeeVue from '@prestashopcorp/chargebee-vue'

Vue.use(ChargebeeVue, {
  site: 'XXXXX',
  publishableKey: 'XXXXX'
});

Identify

add this on your App.vue file

created(){
  this.$chargebee.identify({shopId}, {
    name: "FullName_account",
    email: "email_account",
    plan: "premium_account"
  })
}

FAQs

Package last updated on 19 Jan 2021

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