mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
fb
This commit is contained in:
@@ -154,7 +154,7 @@ export default {
|
||||
payByPaystack() {
|
||||
axios
|
||||
.post('/api/paystack/checkout', {
|
||||
planCode: this.selectedPlan.data.meta.driver_plan_id.stripe,
|
||||
planCode: this.selectedPlan.data.meta.driver_plan_id.paystack,
|
||||
})
|
||||
.then((response) => {
|
||||
console.log(response.data.data.authorization_url);
|
||||
|
||||
Reference in New Issue
Block a user