This commit is contained in:
Čarodej
2022-03-04 11:50:54 +01:00
parent 0f4b80ddac
commit 2724fb1873
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

2
public/js/main.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -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);