Closed (fixed)
Project:
Payment
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2015 at 10:12 UTC
Updated:
2 Nov 2015 at 04:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
s_leu commentedComment #3
s_leu commentedSupplying a corresponding patch which worked for me.
Comment #4
berdirThere's a new method that is required from the EntityChangedInterface, this covers that.
Comment #5
berdiruse is missing for that.
Comment #6
berdirComment #7
xanoPlease file this as a pull request on https://github.com/bartfeenstra/drupal-payment. We cannot work on patches here anymore, because we require a more flexible testing infrastructure than the one drupal.org provides.
Comment #8
berdirWithout this and #2574587: Use of setStringTranslation on TranslationWrapper is causing fatal error committed, payment is completely dead on RC1. Both fix early fatal errors, we don't need tests to confirm that they at least improve the situation. Both are easy fixes, let's just get them committed? We can then look into additional test fails and so on in pull requests.
Btw, tests in PR are currently broken as well, i tried to make a PR with those two patches in https://github.com/bartfeenstra/drupal-payment/pull/1. So, it really doesn't make a difference at the moment :)
Comment #9
xanoFixed on Github.