Skip to content
This repository has been archived by the owner on Mar 21, 2020. It is now read-only.

how to get response callback #85

Open
jazuly1 opened this issue Jul 5, 2019 · 1 comment
Open

how to get response callback #85

jazuly1 opened this issue Jul 5, 2019 · 1 comment

Comments

@jazuly1
Copy link

jazuly1 commented Jul 5, 2019

hi, thanks for awesome plugin, but how if i want to get data of detail transaction after transaction is successfull?

or how to know if the transaction is successfull?

@fedeverdi
Copy link

fedeverdi commented Jul 22, 2019

You can use "payment-authorized", "payment-completed" and "payment-cancelled" events.

v-on:payment-authorized="paymentauthorized"
..............
methods: {
  paymentauthorized(event) {
     // Your response
     console.log(event); 
   }
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants