Skip to content

Commit

Permalink
Merge pull request #347 from BoShurik/1.x-symfony3-request-stack
Browse files Browse the repository at this point in the history
Add set request stack methods
  • Loading branch information
makasim committed Mar 9, 2016
2 parents 07ac974 + 057db45 commit 5be8280
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Resources/config/payum.xml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@
<call method="setHttpRequest">
<argument type="service" id="request" on-invalid="null" strict="false" />
</call>
<call method="setHttpRequestStack">
<argument type="service" id="request_stack" on-invalid="null" strict="false" />
</call>
</service>

<!-- deprecated since 1.2, will be removed in 2.0. registered by payum builder -->
Expand All @@ -124,6 +127,9 @@
<call method="setRequest">
<argument type="service" id="request" on-invalid="null" strict="false" />
</call>
<call method="setRequestStack">
<argument type="service" id="request_stack" on-invalid="null" strict="false" />
</call>
</service>

<!-- Builders -->
Expand Down

0 comments on commit 5be8280

Please sign in to comment.