Socket
Book a DemoInstallSign in
Socket

nuxt-adyen-module

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

nuxt-adyen-module

Adyen Payment Module for Nuxt.js

2.0.0
unpublished
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

nuxt-adyen-module logo

nuxt-adyen-module

npm version npm downloads Github Actions CI Codecov License

Adyen Module for Nuxt.js

📖 Release Notes

Setup

  • Add nuxt-adyen-module dependency to your project
yarn add nuxt-adyen-module # or npm install nuxt-adyen-module
  • Add nuxt-adyen-module to the modules section of nuxt.config.js
/// nuxt.config.js
{
  modules: [
    // Simple usage
    'nuxt-adyen-module',

    // With options
    ['nuxt-adyen-module', { /* module options */ }]
  ]
}

Or a separate section adyen for module options:

// nuxt.config.js
{
  modules: [
    // Simple usage
    'nuxt-adyen-module',
  ],
  adyen: {
    clientKey: '<your-adyen-client-key>',
    /* all other options */
  }
}

For all available module options, please refer to options

  • Import AdyenCheckout component
import AdyenCheckout from 'nuxt-adyen-module/src/runtime/AdyenCheckout.vue';
  • Provide all necessary data to the AdyenCheckout component like props and props functions described here

Testing

You can test the Adyen Checkout by using the following card:

  • Card Number: 2222 4000 7000 0005
  • Expiry Date: 03/2030
  • CVC3: 737

Or any other listed here:

https://docs.adyen.com/development-resources/test-cards/test-card-numbers#mastercard

Documentation

Move to the docs directory:

cd docs

Install dependencies and start the project in development mode:

yarn && yarn dev

Development

  • Clone this repository
  • Install dependencies using yarn install or npm install
  • Start development server using npm run dev

License

MIT License

Copyright (c) Baroshem jakub.andrzejewski.dev@gmail.com

Keywords

nuxt

FAQs

Package last updated on 16 Nov 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.