test/unit/integrations/notifications/nochex_notification_test.rb in activemerchant-1.4.2 vs test/unit/integrations/notifications/nochex_notification_test.rb in activemerchant-1.5.0
- old
+ new
@@ -1,6 +1,6 @@
-require File.dirname(__FILE__) + '/../../../test_helper'
+require 'test_helper'
class NochexNotificationTest < Test::Unit::TestCase
include ActiveMerchant::Billing::Integrations
def setup
@@ -44,8 +44,8 @@
assert !notification.acknowledge
end
private
def http_raw_data
- "transaction_date=27/09/2006 22:30:53&transaction_id=91191&order_id=11&from_email=test2@nochex.com&to_email=test1@nochex.com&amount=31.66&security_key=L254524366479818252491366&status=test&custom="
+ "transaction_date=27/09/2006 22:30:53&transaction_id=91191&order_id=11&from_email=test2@nochex.com&to_email=test1@nochex.com&amount=31.6600&security_key=L254524366479818252491366&status=test&custom="
end
end