Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: donate.html

Issue 5749769649520640: Issue 1682 - Paypal contribution page tries to request some non-existing image (Closed)
Patch Set: Created Dec. 11, 2014, 3:59 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: donate.html
===================================================================
--- a/donate.html
+++ b/donate.html
@@ -363,16 +363,19 @@ label
var recurrence = recurrenceValue.get({
"monthly": "M"
});
var fields = {
business: "till@adblockplus.org",
item_name: formValues.name,
currency_code: currencyValue.get(),
+ page_style: "paypal",
+ cpp_header_image: "https://adblockplus.org/paypal_header.png",
+ cpp_payflow_color: "F6F4EF",
lc: langValue.get({
"de": "DE",
"en": "US",
"es": "ES",
"fr": "FR",
"nl": "NL",
"pt_br": "BR",
"zh_cn": "C2",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld