Problem/Motivation
Add tests for the order source plugin.
Proposed resolution
Write the tests.
Remaining tasks
Patch
review
commit
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2962640-2.patch | 7.6 KB | quietone |
Add tests for the order source plugin.
Write the tests.
Patch
review
commit
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2962640-2.patch | 7.6 KB | quietone |
Comments
Comment #2
quietone commentedLet's try this.
Comment #3
quietone commentedTests pass setting to NR.
Comment #4
heddnDo we in fact really loose all this profile data? Seems like we should document that.
Or plan a follow-up migration to profiles and re-link them back in.
Comment #5
quietone commentedNot at all. The source plugin output has not changed at all. The billing profile is migrated in d6_ubercart_billing_profile and then, in the order migration, the profile field is populated by doing a migration_lookup to the billing profile migration with the order_id as the source.
Comment #7
heddnAh good. All looks good here then.