Giter VIP home page Giter VIP logo

Comments (8)

IlyaSemenov avatar IlyaSemenov commented on July 17, 2024 1

No, don't bother with this one. It will crash immediately on import with:

{ ReferenceError: window is not defined
    at Object../node_modules/post-robot/src/conf/index.js (node_modules/paypal-checkout/dist/checkout.lib.js:2436:0)
    at __webpack_require__ (node_modules/paypal-checkout/dist/checkout.lib.js:13:0)
    at Object../node_modules/post-robot/src/lib/index.js (node_modules/paypal-checkout/dist/checkout.lib.js:3187:0)
    at __webpack_require__ (node_modules/paypal-checkout/dist/checkout.lib.js:13:0)
    at Object../node_modules/post-robot/src/index.js (node_modules/paypal-checkout/dist/checkout.lib.js:2524:0)
    at __webpack_require__ (node_modules/paypal-checkout/dist/checkout.lib.js:13:0)
    at Object../node_modules/xcomponent/src/index.js (node_modules/paypal-checkout/dist/checkout.lib.js:6828:0)
    at __webpack_require__ (node_modules/paypal-checkout/dist/checkout.lib.js:13:0)
    at Object../src/index.js (node_modules/paypal-checkout/dist/checkout.lib.js:10355:0)
    at __webpack_require__ (node_modules/paypal-checkout/dist/checkout.lib.js:13:0)
    at modules../node_modules/Base64/base64.js.object (node_modules/paypal-checkout/dist/checkout.lib.js:39:0)
    at pages/tokens.js:781:6
    at exports.modules.528.installedModules (node_modules/paypal-checkout/dist/checkout.lib.js:2:0)
    at Object.528 (node_modules/paypal-checkout/dist/checkout.lib.js:3:0)
    at __webpack_require__ (webpack:/webpack/bootstrap 2686f665539dc9063c07:25:0)
    at Object.527 (node_modules/paypal-checkout/index.js:5:0) statusCode: 500, name: 'ReferenceError' }

from vue-paypal-checkout.

suryaadtmaja avatar suryaadtmaja commented on July 17, 2024 1

@andriyfm did you install vue-paypal-checkout on your project? the error looks like you're not installing it

from vue-paypal-checkout.

suryaadtmaja avatar suryaadtmaja commented on July 17, 2024

No, i do use this package, and it's actually work.
just add in nuxt-config

    { src: '~/plugins/paypal.js', ssr: false }
  ],
  ** Build configuration
  */
  build: {
    vendor: [
      'vue-paypal-checkout'
    ],

and in plugins imported as a component :

import Vue from 'vue'
import PayPal from 'vue-paypal-checkout'
Vue.component('paypal-checkout', PayPal')

from vue-paypal-checkout.

cocoastorm avatar cocoastorm commented on July 17, 2024

Thanks for the PR to use the component with Nuxt.js!

from vue-paypal-checkout.

andriyfm avatar andriyfm commented on July 17, 2024

I follow your @suryaadtmaja but i have an issue

This dependency was not found:

vue-paypal-checkout in multi vue vue-router vue-meta vuex vue-simplemde vue-paypal-checkout, ./plugins/paypal.js**

To install it, you can run: npm install --save vue-paypal-checkout

from vue-paypal-checkout.

andriyfm avatar andriyfm commented on July 17, 2024

I cancel to use this package, maybe later.

from vue-paypal-checkout.

mogalmahesh avatar mogalmahesh commented on July 17, 2024

Thanks @filsuck. It worked

from vue-paypal-checkout.

suryaadtmaja avatar suryaadtmaja commented on July 17, 2024

Thanks @filsuck. It worked

You're welcome

from vue-paypal-checkout.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.