iamraphson / vue-paystack

Paystack Vue Plugin for Vue 2.X

Home Page:https://www.npmjs.com/package/vue-paystack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PaystackPop is not defined

bigfielddigital opened this issue · comments

I'm getting this warning after integrating your plugin.

PaystackPop is not defined.

Using Vuejs 2.

Thank you for such a great plugin.

let me see your code please.

Just for reference, I got the same error when I include <script src="https://js.paystack.co/v1/paystack.js"></script> instead of <script src="https://js.paystack.co/v1/inline.js"></script>, so check the docs carefully.

Hey @iamraphson were you able to resolve this? I'm getting the error too

I'm getting this warning after integrating your plugin.

PaystackPop is not defined.

Using Vuejs 2.

Thank you for such a great plugin.

How did you solve this?

  1. npm i @paystack/inline-js
  2. import PaystackPop from '@paystack/inline-js';