Git Product home page Git Product logo

shopware-6-3's Introduction

Wallee Payment for Shopware 6.2.3 - 6.3.*

The Wallee Payment plugin wraps around the Wallee API. This library facilitates your interaction with various services such as transactions.

Requirements

  • PHP 7.2 and above
  • Shopware 6.2.3 and above

Installation

You can use Composer or install manually

Composer

The preferred method is via composer. Follow the installation instructions if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

composer require wallee/shopware-6-3
php bin/console plugin:refresh
php bin/console plugin:install --activate --clearCache WalleePayment

Update via composer

composer update wallee/shopware-6-3
php bin/console plugin:refresh
php bin/console plugin:install --activate --clearCache WalleePayment

Manual Installation

Alternatively you can download the package in its entirety. The Releases page lists all stable versions.

Uncompress the zip file you download, and include the autoloader in your project:

# unzip to ShopwareInstallDir/custom/plugins/WalleePayment
composer require wallee/sdk 3.0.1
php bin/console plugin:refresh
php bin/console plugin:install --activate --clearCache WalleePayment

Usage

The library needs to be configured with your account's space id, user id, and application key which are available in your Wallee account dashboard.

Logs and debugging

To view the logs please run the command below:

cd shopware/install/dir
tail -f var/log/wallee_payment*.log

Documentation

Documentation

License

Please see the license file for more information.

shopware-6-3's People

Contributors

vttn avatar andrewrowanwallee avatar edgaraswallee avatar sauliususoniswallee avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

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.