0.1.22 • Published 3 years ago

@prestashopcorp/chargebee-vue v0.1.22

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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"
  })
}
0.1.22

3 years ago

0.1.20

3 years ago

0.1.21

3 years ago

0.1.19

3 years ago

0.1.18

3 years ago

0.1.15

3 years ago

0.1.16

3 years ago

0.1.17

3 years ago

0.1.14

3 years ago

0.1.10

3 years ago

0.1.11

3 years ago

0.1.12

3 years ago

0.1.13

3 years ago

0.1.8

3 years ago

0.1.9

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.4

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.3

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago