Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Thu Nov 02, 2006 12:59 am Post subject: PayPal IPN Import Definition |
|
|
Due to recent changes in the PayPal date format the License Tracker import definition needs to be changed to allow import of IPN.NET sales data from Outlook. Below is the new definition:
Code: | <?xml version="1.0" encoding="utf-16"?>
<Importer xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="XmlSalesImporter">
<EmailSubject>Payment Notification</EmailSubject>
<DateFormat>
<string>HH:mm:ss MMM dd, yyyy PDT</string>
<string>HH:mm:ss MMM dd, yyyy PST</string>
</DateFormat>
<PurchaseTag>Payment</PurchaseTag>
<PurchaseReferenceTag>Transaction/txn_id</PurchaseReferenceTag>
<PurchaseDateTag>Transaction/payment_date</PurchaseDateTag>
<CustomerTag>Transaction</CustomerTag>
<SalutationTag></SalutationTag>
<LastNameTag>last_name</LastNameTag>
<FirstNameTag>first_name</FirstNameTag>
<CompanyTag></CompanyTag>
<EmailTag>payer_email</EmailTag>
<PhoneTag></PhoneTag>
<FaxTag></FaxTag>
<AddressTag></AddressTag>
<Street1Tag>address_street</Street1Tag>
<Street2Tag></Street2Tag>
<StateTag>address_state</StateTag>
<CityTag>address_city</CityTag>
<ZipTag>address_zip</ZipTag>
<CountryTag>address_country</CountryTag>
<PurchaseItemTag>PurchaseItem</PurchaseItemTag>
<ProductReferenceTag>Name</ProductReferenceTag>
<QuantityTag>Quantity</QuantityTag>
<TotalPriceTag>TotalPrice</TotalPriceTag>
<UpgradeTag>Upgrade</UpgradeTag>
<TrueValue>True</TrueValue>
<FalseValue>False</FalseValue>
<LicenseKeyTag>LicenseKeys</LicenseKeyTag>
<LicenseKeyDelimiter>;</LicenseKeyDelimiter>
</Importer> |
_________________ Infralution Support |
|