-
Notifications
You must be signed in to change notification settings - Fork 309
Remove/Replace Balanced from Credit card page #3565
Conversation
|
Please review. @whit537, @rohitpaulk |
e871d8f
to
ebf070e
Compare
c9abd94
to
b1f4e8b
Compare
Added few commits, rebased on master. cc: @kaguillera |
Removed Balanced TOS and Privacy Policy from the spt and md files since we are no longer using them. Replaced the information with Braintree's not sure if what I placed is legally appropriate since not all of the functions performed by Balanced are being done by Braintree. |
43e11b3
to
5af7cae
Compare
Rebased on master. |
I would like to see this PR not affect our test fixtures. What's requiring network access here? Secondly, I'm not sure the failing test where we check that certain text is no longer on the page is the best idea, because there's an infinity of text we could check for the absence of. I think it makes more sense to test for the presence of Braintree. The legalese needs to be proofread ... |
|
@kzisme To answer your question we definitely want to get Balanced off the site since we're not processing with them anymore (last thing is #3539). There's some issues with this PR, I'm planning to get to it at some point post-Pivot, but if anyone else wants to review/work on it before then, go for it! :-) |
No worries I was just clicking around on my own account and noticed that and figured it would/could be documented. 😄 |
@mattbk Would you be willing and able to pick up with this one? It's on the Balanced Shutdown milestone, which is due soon. |
I think so, I assume I have to learn how to rebase? |
@mattbk And resolve conflicts. If that's too much trouble you could close this and start over. |
Okay, I'll look into it this week. |
Awesome, thanks. :) |
I rebased on master (I think). The only conflict was on test_pages.py, so I did not merge that file. I'm not really sure what the tests do, so I guess I'm looking into that. |
For me to make progress on this I'm going to have to diff test_pages.py and see how things are supposed to work. |
Test failed because I didn't indent right. |
I found this to contrast with the UI better.
…nd Privacy Policy
Previous test failed because of indentations?
edbbd86
to
e5d363d
Compare
Rebased on master. Original HEAD was edbbd86. |
|
Gonna proofread ... |
Borrow language from https://www.braintreepayments.com/legal/marketplace (which we're not actually subject to because we don't have a marketplace account).
Sorry, @mattbk did observe #3565 (comment), but the name of the test threw me off. ;-) |
I think we're ready here. Anything else @nathany @mattbk @kaguillera? |
Remove/Replace Balanced from Credit card page
Failed test for the removal of Balanced from the Credit-card page