Skip to content

Commit

Permalink
Merge pull request #104 from mollie/feature/MOL-536_add-debug-for-upd…
Browse files Browse the repository at this point in the history
…ate-actions

Feature/mol 536 add debug for update actions
  • Loading branch information
tdang1-shopmacher authored Nov 22, 2024
2 parents 1d32466 + f4f44b4 commit 533a0d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions processor/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion processor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "shopmacher-mollie-processor",
"description": "Integration between commercetools and mollie payment service provider",
"version": "1.2.0-alpha20.11.24.1610",
"version": "1.2.0-alpha22.11.24.1410",
"main": "index.js",
"private": true,
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions processor/src/service/payment.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,8 @@ export const handleCreatePayment = async (ctPayment: Payment): Promise<Controlle

const ctActions = await getCreatePaymentUpdateAction(molliePayment, ctPayment, surchargeAmountInCent);

logger.debug('SCTM - handleCreatePayment - actionslogging', ctActions);

return {
statusCode: 201,
actions: ctActions,
Expand Down

0 comments on commit 533a0d3

Please sign in to comment.