Skip to content

Commit

Permalink
0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 4, 2017
1 parent 573ff58 commit 91c5eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/klarna"
,"version": "0.2.3"
,"version": "0.2.4"
,"description": "The «Klarna» payment extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/klarna"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"klarna/checkout": "*", "mage2pro/core": ">=2.4.22", "mage2pro/klarna-sdk-v3": "^2.2.3"}
,"require": {"klarna/checkout": "*", "mage2pro/core": ">=2.4.23", "mage2pro/klarna-sdk-v3": "^2.2.3"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Klarna\\": ""}}
,"keywords": [
"API"
Expand Down
9 changes: 0 additions & 9 deletions etc/webapi.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,10 @@
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation='urn:magento:module:Magento_Webapi:etc/webapi.xsd'
>
<route url='/V1/dfe-klarna/:cartId/place-order' method='POST'>
<service class='Df\Payment\PlaceOrder' method='guest'/>
<resources><resource ref='anonymous'/></resources>
</route>
<route url='/V1/dfe-klarna/:cartId/html' method='GET'>
<service class='Dfe\Klarna\Html' method='guest'/>
<resources><resource ref='anonymous'/></resources>
</route>
<route url='/V1/dfe-klarna/mine/place-order' method='POST'>
<service class='Df\Payment\PlaceOrder' method='registered'/>
<resources><resource ref='self'/></resources>
<data><parameter name='cartId' force='true'>%cart_id%</parameter></data>
</route>
<route url='/V1/dfe-klarna/mine/html' method='GET'>
<service class='Dfe\Klarna\Html' method='registered'/>
<resources><resource ref='self'/></resources>
Expand Down

0 comments on commit 91c5eb7

Please sign in to comment.