change PaidCourseRegistration.contained_in_order - #5012
Conversation
There was a problem hiding this comment.
I decided to use isinstance after all, because this is a function within the PaidCourseRegistration class
547004c to
7c1fed5
Compare
|
Great! Thanks, looks like what I expected and thanks for the succeed/failed verification on the unit test (failed on old code, passed on new) |
|
Test failures seems unrelated. They're in the JS unit tests and discussions: I kicked off another manual test build |
|
Yea, I've seen those fail on other PR branches as well. |
|
same tests failed again, blargh |
|
@jbau I ran into that issue the other day and was able to resolve it by rebasing onto master. |
now handles cases where the order has both a PaidCourseRegistration and a CertificateItem
7c1fed5 to
63cfcd3
Compare
|
ok. i rebased on master |
|
@jzoldak @Lyla-Fischer FYI this is the fix we'd like to get on prod if there's going to be a hotfix going out this week. Should we merge this to master (when tests pass) and then potentially cherry-pick to the RC branch? If there's no hotfix going out, then I wouldn't force one to happen to for this. |
|
OK. Tests are finally passing |
|
+1 |
change PaidCourseRegistration.contained_in_order
now handles cases where the order has both a PaidCourseRegistration
and a CertificateItem
@chrisndodge @cdodge