<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -18,7 +18,7 @@ module ActiveMerchant #:nodoc:
           end
 
           def received_at
-            DateTime.strptime(params['time'] + Time.now.zone, &quot;%y%m%d%H%M%S%z&quot;).to_time
+            Time.local(*params['time'].scan(/../))
           end
 
           def gross
@@ -41,7 +41,8 @@ module ActiveMerchant #:nodoc:
             params['currency']
           end
           
-          %w(msgtype ordernumber amount state chstat chstatmsg qpstat qpstatmsg merchant merchantemail cardtype).each do |attr|
+          # Provide access to raw fields from quickpay
+          %w(msgtype ordernumber state chstat chstatmsg qpstat qpstatmsg merchant merchantemail cardtype).each do |attr|
             define_method(attr) do
               params[attr]
             end</diff>
      <filename>lib/active_merchant/billing/integrations/quickpay/notification.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>818cff03235f1974fde93cc14d039a86cd264277</id>
    </parent>
  </parents>
  <author>
    <name>Lars Pind</name>
    <email>lars@pinds.com</email>
  </author>
  <url>http://github.com/jjolma/active_merchant_with_paypal_recurring/commit/a5876fca75ef9d23e3b46d5c070497016ef9895f</url>
  <id>a5876fca75ef9d23e3b46d5c070497016ef9895f</id>
  <committed-date>2009-02-27T13:11:46-08:00</committed-date>
  <authored-date>2008-11-10T07:16:46-08:00</authored-date>
  <message>Fixed bug with parsing time date, which would cause it to fail in older versions of Ruby</message>
  <tree>953862d0897292b6327246c81a065eca2fc7f9e2</tree>
  <committer>
    <name>Cody Fauser</name>
    <email>codyfauser@gmail.com</email>
  </committer>
</commit>
