[WIP][payum] update payum to 0.9#1620
Merged
pjedrzejewski merged 1 commit intoSylius:masterfrom Jun 21, 2014
Merged
Conversation
Contributor
|
Nice, I love the simpler config! I will look into the bug. |
Contributor
Author
|
@pjedrzejewski any news about the bug? did you repo it? |
Contributor
Author
|
@pjedrzejewski never mind. It is my local problem. The session does not work properly. It somehow related to php upgrade to 5.5.13 but I am not sure. Just for the record: To fix it I had to set session save path explicitly: framework:
session:
save_path: /var/lib/php5 |
pjedrzejewski
pushed a commit
that referenced
this pull request
Jun 21, 2014
[WIP][payum] update payum to 0.9
Contributor
|
Perfect, thank you Maksim! 👍 |
Contributor
Author
|
@pjedrzejewski I think you have to revert the merge, I dont have a chance to test. It still WIP. |
Contributor
Author
|
I dont expect serious problems but... |
Contributor
|
Sorry, a was a bit too fast. :) Let's leave it for 0.11.x then. |
Contributor
|
Reverted in 0dfff11. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Do not merge, I dont have a change to test it because of the bug. When I click "add to cart" I am redirected to cart page where I see the message "your cart is empty".