We don't have tests yet. https://travis-ci.org/DxEx/commerce_mollie

Start Mollie payments in Drupal

There are 2 order payments flows:
- the default drupal-commerce checkout form (with module commerce_cart) done
- route for decoupled payments: commerce_mollie.payment_redirect (/commerce_mollie/payment_redirect/{commerce_order}) this functionality has been removed

Handle callback with Mollie webhook

And this is the callback from Mollie back to the Drupal website:
- route that handles Mollie callbacks: onNotify() #2908275: onNotify() a.k.a. Webhook test coverage

Comments

ndf created an issue. See original summary.

ndf’s picture

The Mollie-post-response is Mollie-only and unique for this module.

Interface tests like [capture, cancel, create] should go upstream.

ndf’s picture

Issue summary: View changes
ndf’s picture

Title: Functional tests for 8.x branch » META: Functional tests for 8.x branch
ndf’s picture

Issue summary: View changes
ndf’s picture

Issue summary: View changes
ndf’s picture

Title: META: Functional tests for 8.x branch » META: Test coverage for 8.x branch
ndf’s picture

Issue summary: View changes
ndf’s picture

Issue summary: View changes
ndf’s picture

Status: Needs work » Fixed

Now #2908275: onNotify() a.k.a. Webhook test coverage is done this issue is done too.

Probably when we fix #2908280: Cancelling payment on Mollie website returns to Access Denied page we should extend the test-coverage for that though.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.