From 4b1bbf043e38cf5b511ab741ccf6a1fa51c27489 Mon Sep 17 00:00:00 2001 From: Max <4bondar@gmail.com> Date: Sat, 28 Sep 2013 15:17:41 +0300 Subject: [PATCH] change varible name "business" to "paypal_email" --- ch5_jquery.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch5_jquery.asciidoc b/ch5_jquery.asciidoc index 0d19a810..0ef9bf47 100644 --- a/ch5_jquery.asciidoc +++ b/ch5_jquery.asciidoc @@ -682,7 +682,7 @@ image::images/fig_05_05.png[] Now press the Enter key and you'll see the output in the Firebug's console with the serialized form data that will look like this: -_"The Donation form is serialized: cmd=_xclick&business=email-registered-in-paypal%40site-url.com&item_name=Donation¤cy_code=USD&amount=50&amount=&full_name=Alex+Smith& +_"The Donation form is serialized: cmd=_xclick&paypal_email=email-registered-in-paypal%40site-url.com&item_name=Donation¤cy_code=USD&amount=50&amount=&full_name=Alex+Smith& email_addr=asmith%40gmail.com&street_address=123+Broadway&scty=New+York&zip=10013& state=NY&country=US"_