E-Junkie Forum http://www.e-junkie.com/bb/ E-Junkie Forum RSS en-us Copyright 2013, 19.5 Degrees. All rights reserved. webmaster@e-junkie.com webmaster@e-junkie.com Mon, 25 Oct 2010 01:22:56 GMT Mon, 20 May 2013 01:04:15 GMT 681 E-JUNKIE 5 E-Junkie Forum http://www.e-junkie.com/bb/ http://www.e-junkie.com/ej/logo.gif 290 104 Post #7 http://www.e-junkie.com/bb/topic/4754/pg/0#post15931 http://www.e-junkie.com/bb/topic/4754/pg/0#post15931 Mon, 25 Oct 2010 01:22:56 GMT E-junkie Discussions; E-junkieGuru Post #6 http://www.e-junkie.com/bb/topic/4754/pg/0#post15931 http://www.e-junkie.com/bb/topic/4754/pg/0#post15931 Fri, 22 Oct 2010 17:33:06 GMT E-junkie Discussions; GSGKenny Post #5 http://www.e-junkie.com/bb/topic/4754/pg/0#post15931 http://www.e-junkie.com/bb/topic/4754/pg/0#post15931 Fri, 22 Oct 2010 03:14:07 GMT
However now that I do have it pretty much working, it is posting the correct information to my database, but then it is reposting the second information just without the key. All other info is there, just not the key, and it is a duplicate row. I cannot find anything in my code that should make it do that (not saying its not there) but I was wondering if e-junkie did send it twice or something along those lines.]]>
E-junkie Discussions; GSGKenny
Post #4 http://www.e-junkie.com/bb/topic/4754/pg/0#post15931 http://www.e-junkie.com/bb/topic/4754/pg/0#post15931 Fri, 22 Oct 2010 02:02:27 GMT
The order-data submission that is sent to the URL specified in Product 1's settings would only include the key issued for Product 1. The submission sent to the URL specified for Product 2 would only include the key issued for Product 2. If both products happen to be configured to submit data to the same URL, then that URL would receive two submissions, one for each product.]]>
E-junkie Discussions; E-junkieGuru
Post #3 http://www.e-junkie.com/bb/topic/4754/pg/0#post15931 http://www.e-junkie.com/bb/topic/4754/pg/0#post15931 Thu, 21 Oct 2010 04:40:22 GMT Im am just using product specific for now, IF I can ever figure out how to make this handler work then it will be a general URL for all items.]]> E-junkie Discussions; GSGKenny Post #2 http://www.e-junkie.com/bb/topic/4754/pg/0#post15931 http://www.e-junkie.com/bb/topic/4754/pg/0#post15931 Tue, 19 Oct 2010 03:11:51 GMT
E.g., here you have [item_cart_position] => 2, so that indicates this particular submission was POSTed for [item_number2] => 799226, so that tells you which product the [key] => 546 was issued for. If the other product in the order also issued a key, that key would be disclosed in a separate submission to the Payment Variable Information URL you'd configured for that other product, so you'd want to look for another submission where [item_cart_position] => 1 for the same [txn_id] => jg-l8jedkb730f3a53, and get the [key] value from that submission.]]>
E-junkie Discussions; E-junkieGuru
Post #1 http://www.e-junkie.com/bb/topic/4754/pg/0#post15931 http://www.e-junkie.com/bb/topic/4754/pg/0#post15931 Tue, 19 Oct 2010 01:40:12 GMT
Array
(
[residence_country] =>
[payer_business_name] =>
[first_name] => *removed*
[last_name] => *removed*
[payer_email] => *removed*
[payer_phone] =>
[payer_street] =>
[payer_city] =>
[payer_state] =>
[payer_zip] =>
[payer_country_code] =>
[address_name] =>
[address_business_name] =>
[address_phone] =>
[address_street] =>
[address_city] =>
[address_state] =>
[address_zip] =>
[address_country_code] => US
[address_country] => US
[payment_date] => 10:28:20 Sep 10, 2010 MST
[custom] =>
[mc_currency] => USD
[business] => f3f04d0fd4818dd82cf93551993adef4
[mc_gross] => 0
[mc_shipping] => 0
[tax] => 0
[txn_type] => ejgift
[payment_type] => Instant
[invoice] => 2lugd9atv151231jvdq6pwf8aso80wgs040ogow
[buyer_ip] =>
[card_last_four] =>
[card_type] =>
[mailing_list_status] => false
[charset] => utf-8
[item_name1] => handlertest1
[item_number1] => 799225
[mc_gross_1] => 0
[quantity1] => 1
[item_name2] => handler test 2
[item_number2] => 799226
[mc_gross_2] => 0
[quantity2] => 1
[num_cart_items] => 2
[txn_id] => jg-l8jedkb730f3a53
[payment_status] => Completed
[pending_reason] =>
[handshake] => ca48389c1752a983a0c8948e583c0023
[discount_codes] =>
[from_name] => GSG
[from_email] => *removed*
[client_shipping_method_id] => 0
[item_cart_position] => 2
[item_number] => 799226
[sku] =>
[expiry_hours] => 120
[max_downloads] => 5
[key] => 546
)

There is a key for both items in this purchase, but there is only one key field?]]>
E-junkie Discussions; GSGKenny