oxid-esales/graphql-checkout

This package is abandoned and no longer maintained. The author suggests using the oxid-esales/graphql-storefront package instead.

OXID eSales GraphQL checkout module

Installs: 91

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 12

Forks: 0

Type:oxideshop-module


README

Build Status PHP Version

This module provides checkout related GraphQL queries and mutations for the OXID eShop

This module is not maintained anymore. Hava a look at new module that have all the functionality of this one and more: https://github.com/OXID-eSales/graphql-storefront-module

Usage

This assumes you have OXID eShop (at least oxid-esales/oxideshop_ce: v6.5.0 component, which is part of the v6.2.0 compilation) up and running.

Install

$ composer require oxid-esales/graphql-checkout

After requiring the module, you need to head over to the OXID eShop admin and activate the GraphQL Checkout module. If you did not have the oxid-esales/graphql-base, oxid-esales/graphql-catalogue and oxid-esales/graphql-checkout modules already installed, composer will do that for you, but don't forget to also activate those modules in the OXID eShop admin.

How to use

A good starting point is to check the How to use section in the GraphQL Base Module

Testing

Linting, syntax check, static analysis and unit tests

$ composer test

Integration/Acceptance tests

  • install this module into a running OXID eShop
  • change the test_config.yml
    • add oe/graphql-checkout to the partial_module_paths
    • set activate_all_modules to true
$ ./vendor/bin/runtests

Contributing

You like to contribute? 🙌 AWESOME 🙌
Go and check the contribution guidelines

Build with

License

GPLv3, see LICENSE file.