Skip to content

Releases: Troopers/MangopayBundle

symfony3 compatibility

26 Sep 18:31
Compare
Choose a tag to compare
2.0.3

Update composer.json

Fix ajax dependency

26 Sep 18:32
Compare
Choose a tag to compare
1.2.3

Fix ajax-bundle dependency

Symfony3 compatibility

22 Sep 21:39
Compare
Choose a tag to compare
Merge pull request #22 from allan-simon/patch-3

put double quote around @ in services.yml

order id storage

20 Sep 14:37
Compare
Choose a tag to compare

The order id was stored in session so it was forgot when a user makes two contributions at the same time the first one is forgotten.

order id storage

20 Sep 14:37
Compare
Choose a tag to compare

The order id was stored in session so it was forgot when a user makes two contributions at the same time the first one is forgotten.

update to the 2.01 API version

12 Sep 09:08
Compare
Choose a tag to compare
Merge branch 'master' into v2

* master:
  add a helper for bank wire

Conflicts:
	Resources/config/services.yml

Bank wire

05 Jul 22:06
Compare
Choose a tag to compare
Merge pull request #16 from paulandrieux/bankwire

add a helper for bank wire

new exception

12 Feb 17:14
Compare
Choose a tag to compare

We now throw an specific exception when payin fails

1.0

09 Feb 16:07
Compare
Choose a tag to compare
1.0
store cache file in a temp dir suffixed by client id to avoid error i…