refactored checkout flow on button click from pricing page, started to redsign the checkout page
This commit is contained in:
@@ -24,16 +24,17 @@ export default {
|
||||
password:null,
|
||||
registerEmail:null
|
||||
}),
|
||||
props:['callbackargs'],
|
||||
methods: {
|
||||
...mapActions({
|
||||
userLogin: 'User/userLogin',
|
||||
userRegister: 'User/userRegister'
|
||||
}),
|
||||
onLogedIn () {
|
||||
this.$emit('onLogedIn')
|
||||
this.$emit('onLogedIn', this.callbackargs)
|
||||
},
|
||||
onRegistered () {
|
||||
this.$emit('onRegistered')
|
||||
this.$emit('onRegistered', this.callbackargs)
|
||||
}
|
||||
},
|
||||
components: {
|
||||
|
Reference in New Issue
Block a user