diff --git a/Resources/config/services.xml b/Resources/config/services.xml index b10a3a7..9ed1b85 100644 --- a/Resources/config/services.xml +++ b/Resources/config/services.xml @@ -11,6 +11,7 @@ AMNL\Mollie\IDeal\IDealGateway AMNL\Mollie\IVR\MicropaymentGateway AMNL\Mollie\MiniTix\MiniTixGateway + AMNL\Mollie\Paysafecard\PaysafecardGateway @@ -34,9 +35,17 @@ https://secure.mollie.nl/xml/ + + + %ruudk_mollie.partner_id% + %ruudk_mollie.profile_key% + + + + diff --git a/composer.json b/composer.json index e7f709c..394688e 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ "require": { "php": ">=5.3.2", "symfony/framework-bundle": ">=2.0,<2.2-dev", - "amnl/mollie": "v0.0.1-RC01" + "amnl/mollie": "v0.0.1-RC03" }, "autoload": {