Skip to content

Commit

Permalink
Release 0.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
IngenicoEPayments authored and jenkins committed May 6, 2020
1 parent e30dccf commit 070e742
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ not work as expected but that it's public API is not definitive yet.**
This module adds an option to GraphQl to generate a [consumer session](https://epayments-api.developer-ingenico.com/s2sapi/v1/en_US/java/sessions/create.html)
that you can use with the [Ingenico mobile and browser SDK's](https://epayments.developer-ingenico.com/documentation/sdk/mobile/).

## Installation instructions

This module can be installed using Composer:

composer require ingenico-epayments/connect-extension-magento2-graphql

## Example

The following GraphQl query will create a consumer session with Ingenico:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ingenico/connect-extension-magento2-graphql",
"name": "ingenico-epayments/connect-extension-magento2-graphql",
"description": "GraphQL support for the Ingenico Connect Magento 2 Module",
"type": "magento2-module",
"license": "MIT",
Expand All @@ -16,5 +16,5 @@
"Ingenico\\ConnectGraphQl\\": ""
}
},
"version": "0.1.0"
"version": "0.1.1"
}
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Ingenico_ConnectGraphQl" setup_version="0.1.0">
<module name="Ingenico_ConnectGraphQl" setup_version="0.1.1">
<sequence>
<module name="Ingenico_Connect"/>
</sequence>
Expand Down

0 comments on commit 070e742

Please sign in to comment.