Skip to content

Commit a1f7379

Browse files
PT-1148: Add order/authorized webhook processing (#16)
1 parent 2732491 commit a1f7379

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Core/WebhookHandler/WebhookHandler.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ public function handleWebhook($params)
1212
{
1313
switch ($params['topic']) {
1414
case 'order/confirmed':
15+
case 'order/authorized':
1516
case 'order/pending':
1617
case 'order/declined':
1718
case 'order/canceled':

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mondu/bnpl-checkout-oxid",
33
"description": "Mondu payment method for the OXID eShop.",
44
"type": "oxideshop-module",
5-
"version": "1.1.1",
5+
"version": "1.1.2",
66
"license": [
77
"OSL-3.0",
88
"AFL-3.0"

metadata.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'en' => 'Module for Mondu payment.',
1111
),
1212
'thumbnail' => 'out/src/images/logo.png',
13-
'version' => '1.1.1',
13+
'version' => '1.1.2',
1414
'author' => 'Mondu GmbH',
1515
'url' => 'https://www.mondu.ai',
1616
'email' => '[email protected]',

0 commit comments

Comments
 (0)