Skip to content
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.

Commit

Permalink
Pushed version of AMNL-Mollie and removed base URLs from service defi…
Browse files Browse the repository at this point in the history
…nition
  • Loading branch information
itavero committed Feb 28, 2013
1 parent 8eef0b6 commit 4f42f29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@
<argument>%ruudk_mollie.partner_id%</argument>
<argument>%ruudk_mollie.profile_key%</argument>
<argument>%ruudk_mollie.testmode%</argument>
<argument>https://secure.mollie.nl/xml/</argument>
<argument />
<argument type="service" id="ruudk_mollie.buzz_client" />
</service>

<service id="ruudk_mollie.ivr_gateway" class="%ruudk_mollie.ivr_gateway.class%">
<argument>%ruudk_mollie.partner_id%</argument>
<argument>https://secure.mollie.nl/xml/</argument>
<argument />
<argument type="service" id="ruudk_mollie.buzz_client" />
</service>

<service id="ruudk_mollie.minitix_gateway" class="%ruudk_mollie.minitix_gateway.class%">
<argument>%ruudk_mollie.partner_id%</argument>
<argument>%ruudk_mollie.profile_key%</argument>
<argument>https://secure.mollie.nl/xml/</argument>
<argument />
<argument type="service" id="ruudk_mollie.buzz_client" />
</service>

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 4f42f29

Please sign in to comment.