<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Understanding why validateCustomerPaymentProfileRequest goes through in Integration and Testing</title>
    <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39271#M21418</link>
    <description>&lt;P&gt;That's right, same information, except the amount, transaction type, description, and use of an invoice number in the actual order. &amp;nbsp;That's an interesting idea to see if it would succeed with a higher amount. &amp;nbsp;I'm having someone else do the live card testing so I don't need to ask them to reimburse me for using my personal card, and so that he can possibly discover any problems that I might not notice. &amp;nbsp;So once he gets around to testing it again, if he uses the correct name and address and it fails, we can try to see if it will succeed with a different amount.&lt;/P&gt;</description>
    <pubDate>Wed, 19 Feb 2014 15:04:04 GMT</pubDate>
    <dc:creator>Newba</dc:creator>
    <dc:date>2014-02-19T15:04:04Z</dc:date>
    <item>
      <title>Understanding why validateCustomerPaymentProfileRequest goes through</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39167#M21367</link>
      <description>&lt;P&gt;We have some transactions where&amp;nbsp;validateCustomerPaymentProfileRequest, which is set to liveMode, goes through, but&amp;nbsp;createCustomerProfileTransactionRequest gets a declined (2,1,2) error. &amp;nbsp;(This is on CIM with XML.)&lt;BR /&gt;&lt;BR /&gt;I think most likely that there may be a mismatch of name or address, but I don't know why the validate transaction is accepted. &amp;nbsp;If the card information is entered wrong in some way, we would rather that the validate steps catches it first. &amp;nbsp;Shouldn't the validate step fail in live mode if the name or address is incorrect?&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2014 15:23:47 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39167#M21367</guid>
      <dc:creator>Newba</dc:creator>
      <dc:date>2014-02-16T15:23:47Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding why validateCustomerPaymentProfileRequest goes through</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39179#M21372</link>
      <description>&lt;P&gt;have you log the&amp;nbsp;directresponse for both the validateCustomerPaymentProfile and createCustomerProfileTransaction? That might tell you what got send and what didn't.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Feb 2014 20:56:53 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39179#M21372</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-02-16T20:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding why validateCustomerPaymentProfileRequest goes through</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39185#M21375</link>
      <description>&lt;P&gt;We have the direct response for the failure; we don't log the successful ones. &amp;nbsp;The failure had 2,1,2. &amp;nbsp;As I understand, the third number (2) is the one that can give some insight into a failure, but the code "2" doesn't say much when we look it up (just reiterates what the first "2" says, e.g. "This transaction has been declined"). &amp;nbsp;The AVS response says "P" ("AVS not applicable for this transaction"). &amp;nbsp;I happen to know, though, that the address they entered and name of the cardholder were both incorrect. &amp;nbsp;This is using CIM, so these calls are just sending what's in the CIM record, which is wrong. &amp;nbsp;I could log the successful direct responses from the validation, but what information do you think it would give? &amp;nbsp;If it's successful, it will just show 1s for approved. &amp;nbsp;What I'm trying to better understand is why&amp;nbsp;validateCustomerPaymentProfileRequest can be successful when we know that the cardholder name in the CIM and address are completely wrong. &amp;nbsp;Is there a way that we can make the validate step stricter?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2014 03:55:45 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39185#M21375</guid>
      <dc:creator>Newba</dc:creator>
      <dc:date>2014-02-17T03:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding why validateCustomerPaymentProfileRequest goes through</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39187#M21376</link>
      <description>&lt;P&gt;Just to clarify, are you running these transactions in production or in the sandbox?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Richard&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2014 05:23:52 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39187#M21376</guid>
      <dc:creator>RichardH</dc:creator>
      <dc:date>2014-02-17T05:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding why validateCustomerPaymentProfileRequest goes through</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39203#M21384</link>
      <description>&lt;P&gt;This is in production. &amp;nbsp;Everything works fine against the sandbox (using a test card). &amp;nbsp;I moved the code to production, but only testers are able to access the functionality until we've confirmed that everything is okay. &amp;nbsp;I asked them to test with a live card, and they're getting the 2,1,2 declined error, although the name and address that they used appear to me to be wrong. &amp;nbsp;I've asked them to correct the information and test again. &amp;nbsp;But in the meantime, I'm trying to understand why the "validate" operation succeeds. &amp;nbsp;All the manual says is "&lt;SPAN style="line-height: 16px;"&gt;This function is used to verify an existing customer payment profile by generating a test&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="line-height: 16px;"&gt;transaction." I'm using the validate call so that I can have it display a screen to allow customers to correct the information before they click the final submit button to process the order. &amp;nbsp;Otherwise, if it only catches a problem at the end, then I'll need to redirect the user back to a screen to fix their payment information, which may be a less satisfying flow for the user.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2014 14:06:13 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39203#M21384</guid>
      <dc:creator>Newba</dc:creator>
      <dc:date>2014-02-17T14:06:13Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding why validateCustomerPaymentProfileRequest goes through</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39205#M21385</link>
      <description>&lt;P&gt;You did use the livemode on the validateCustomerPaymentProfile?&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2014 14:37:48 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39205#M21385</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-02-17T14:37:48Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding why validateCustomerPaymentProfileRequest goes through</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39235#M21400</link>
      <description>&lt;P&gt;Yes, it's set to liveMode. &amp;nbsp;That's why I'm asking. :) &amp;nbsp;It's set to liveMode, but it goes through. &amp;nbsp;It seems that liveMode doesn't check that the cardholder name is correct. &amp;nbsp; So I'm not even sure now what liveMode actually checks.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2014 20:41:37 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39235#M21400</guid>
      <dc:creator>Newba</dc:creator>
      <dc:date>2014-02-18T20:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding why validateCustomerPaymentProfileRequest goes through</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39237#M21401</link>
      <description>&lt;P&gt;I did it on my test account and it look fine, it passed the billing info.&lt;/P&gt;&lt;P&gt;I just remember, since it create a auth_only, then void transaction, it should be in your settled batch, where you can see the detail and the result code. Have you look at that?&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2014 21:20:38 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39237#M21401</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-02-18T21:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding why validateCustomerPaymentProfileRequest goes through</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39263#M21414</link>
      <description>&lt;P&gt;Yeah, if I search for settled transactions, these should up as "voided" transactions. &amp;nbsp;Here's one of them (with private data removed). &amp;nbsp;Notice that although I removed the name and address, these are the same as they are for the actual purchase which gets declined moments later.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE cellspacing="3" cellpadding="0" border="0"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Settlement Information&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Settlement Amount:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0.00&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Settlement Date and Time:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;14-Feb-2014 15:45:34 PST&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Business Day:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;14-Feb-2014&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Batch ID:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;264095234&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Authorization Information&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Authorization Amount:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0.00&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Submit Date /Time:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;14-Feb-2014 05:37:49 PST&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Authorization Code:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;025176&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Reference Transaction ID:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Not Applicable&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Transaction Type:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Authorization Only&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Address Verification Status:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Non US Card Issuing Bank (G)&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Card Code Status:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Not Applicable&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;CAVV Result Code:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Not Applicable&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Fraud Score Applied:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Not Applicable&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Recurring Billing Transaction:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;N&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Partial Capture Status:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Not Applicable&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Customer IP:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Payment Information&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Card Type:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Visa&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Card Number:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;XXXX[REMOVED]&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Expiration Date:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;XXXX&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Total Amount:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;0.00&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Order Information&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Invoice #:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;none&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Description:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Test transaction for ValidateCustomerPaymentProfile.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Customer Billing Information&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Name:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;[REMOVED]&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Company:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Address:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;[REMOVED]&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;City:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;[REMOVED]&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;State/Province:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;[REMOVED]&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Zip Code:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;[REMOVED]&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Country:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;USA&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Phone:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Fax:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Email:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;[REMOVED]&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;Customer ID:&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;[REMOVED]&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P align="right"&gt;&amp;nbsp;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Wed, 19 Feb 2014 07:09:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39263#M21414</guid>
      <dc:creator>Newba</dc:creator>
      <dc:date>2014-02-19T07:09:41Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding why validateCustomerPaymentProfileRequest goes through</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39267#M21416</link>
      <description>&lt;P&gt;And the 2,1,2 one have the same exact info, other then the amount and transactiontype?&lt;/P&gt;&lt;P&gt;Then it is the issusing bank issue as it show authorize.net use the exact same info.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Question, what happened if you do createCustomerProfileTransactionRequest for 0 dollars?&lt;/P&gt;&lt;P&gt;I just re-read your other one, it said your were doing a $2 charge, maybe it have a min amount over that? and they know the $0 is for validation and let it process.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2014 12:24:41 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39267#M21416</guid>
      <dc:creator>RaynorC1emen7</dc:creator>
      <dc:date>2014-02-19T12:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Understanding why validateCustomerPaymentProfileRequest goes through</title>
      <link>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39271#M21418</link>
      <description>&lt;P&gt;That's right, same information, except the amount, transaction type, description, and use of an invoice number in the actual order. &amp;nbsp;That's an interesting idea to see if it would succeed with a higher amount. &amp;nbsp;I'm having someone else do the live card testing so I don't need to ask them to reimburse me for using my personal card, and so that he can possibly discover any problems that I might not notice. &amp;nbsp;So once he gets around to testing it again, if he uses the correct name and address and it fails, we can try to see if it will succeed with a different amount.&lt;/P&gt;</description>
      <pubDate>Wed, 19 Feb 2014 15:04:04 GMT</pubDate>
      <guid>https://community.developer.cybersource.com/t5/Integration-and-Testing/Understanding-why-validateCustomerPaymentProfileRequest-goes/m-p/39271#M21418</guid>
      <dc:creator>Newba</dc:creator>
      <dc:date>2014-02-19T15:04:04Z</dc:date>
    </item>
  </channel>
</rss>

