You are here

public function MollieApiMock::getCheckoutUrl in Commerce Mollie 8

Overrides the getCheckoutUrl() method.

Return value

string The overridden post-url.

File

tests/modules/commerce_mollie_tests/src/Services/MollieApiMock.php, line 97

Class

MollieApiMock
Mock class.

Namespace

Drupal\commerce_mollie_tests\Services

Code

public function getCheckoutUrl() {
  global $base_url;
  return $base_url . '/commerce_mollie_tests/fake_mollie_post_url';
}