Skip to content

Commit

Permalink
PT-1148: Add order/authorized webhook processing (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-pugach-mondu authored Mar 14, 2024
1 parent 2732491 commit a1f7379
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Core/WebhookHandler/WebhookHandler.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public function handleWebhook($params)
{
switch ($params['topic']) {
case 'order/confirmed':
case 'order/authorized':
case 'order/pending':
case 'order/declined':
case 'order/canceled':
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mondu/bnpl-checkout-oxid",
"description": "Mondu payment method for the OXID eShop.",
"type": "oxideshop-module",
"version": "1.1.1",
"version": "1.1.2",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion metadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
'en' => 'Module for Mondu payment.',
),
'thumbnail' => 'out/src/images/logo.png',
'version' => '1.1.1',
'version' => '1.1.2',
'author' => 'Mondu GmbH',
'url' => 'https://www.mondu.ai',
'email' => '[email protected]',
Expand Down

0 comments on commit a1f7379

Please sign in to comment.