opay 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,7 +33,7 @@ module Opay
|
|
33
33
|
options[:sig] = Providers::Payu.create_form_sig(options)
|
34
34
|
|
35
35
|
fields = options.map { |key, val| @template.hidden_field_tag(key, val) }.join("\n")
|
36
|
-
js = "<script type=\"text/javascript\"
|
36
|
+
js = "<script type=\"text/javascript\">document.forms['payu_payment_form_#{object.id}'].js.value = 1;</script>"
|
37
37
|
|
38
38
|
"#{fields}\n#{js}".html_safe
|
39
39
|
end
|
data/lib/opay/version.rb
CHANGED
data/spec/dummy/db/test.sqlite3
CHANGED
Binary file
|
data/spec/dummy/log/test.log
CHANGED
@@ -11517,3 +11517,607 @@ Binary data inserted for `string` type on column `session_id`
|
|
11517
11517
|
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11518
11518
|
[1m[36m (1.5ms)[0m [1mDELETE FROM "orders";[0m
|
11519
11519
|
[1m[35m (1.9ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11520
|
+
[1m[36m (1.8ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11521
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11522
|
+
[1m[36m (1.5ms)[0m [1mDELETE FROM "orders";[0m
|
11523
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11524
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11525
|
+
[1m[35mSQL (125.2ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:23:38 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:23:38 UTC +00:00]]
|
11526
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
11527
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
11528
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11529
|
+
[1m[35mOrder Load (0.2ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
11530
|
+
Binary data inserted for `string` type on column `session_id`
|
11531
|
+
[1m[36mSQL (1.1ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:23:39 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:23:39 UTC +00:00]]
|
11532
|
+
[1m[35m (140.1ms)[0m commit transaction
|
11533
|
+
[1m[36m (297.9ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11534
|
+
[1m[35m (304.0ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11535
|
+
[1m[36m (12.4ms)[0m [1mDELETE FROM "orders";[0m
|
11536
|
+
[1m[35m (49.5ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11537
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11538
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:23:40 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:23:40 UTC +00:00]]
|
11539
|
+
[1m[36m (48.8ms)[0m [1mcommit transaction[0m
|
11540
|
+
[1m[35mOpay::Payment Load (0.3ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
11541
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11542
|
+
[1m[35mOrder Load (1.0ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
11543
|
+
Binary data inserted for `string` type on column `session_id`
|
11544
|
+
[1m[36mSQL (2.1ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:23:40 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:23:40 UTC +00:00]]
|
11545
|
+
[1m[35m (42.0ms)[0m commit transaction
|
11546
|
+
[1m[36m (14.0ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11547
|
+
[1m[35m (3.5ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11548
|
+
[1m[36m (5.3ms)[0m [1mDELETE FROM "orders";[0m
|
11549
|
+
[1m[35m (13.4ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11550
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11551
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", nil], ["created_at", Wed, 24 Apr 2013 16:23:40 UTC +00:00], ["name", nil], ["updated_at", Wed, 24 Apr 2013 16:23:40 UTC +00:00]]
|
11552
|
+
[1m[36m (27.1ms)[0m [1mcommit transaction[0m
|
11553
|
+
[1m[35m (1.6ms)[0m DELETE FROM "opay_payments";
|
11554
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11555
|
+
[1m[35m (1.3ms)[0m DELETE FROM "orders";
|
11556
|
+
[1m[36m (16.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11557
|
+
[1m[35m (1.9ms)[0m DELETE FROM "opay_payments";
|
11558
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11559
|
+
[1m[35m (4.3ms)[0m DELETE FROM "orders";
|
11560
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11561
|
+
[1m[35m (36.4ms)[0m DELETE FROM "opay_payments";
|
11562
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11563
|
+
[1m[35m (1.3ms)[0m DELETE FROM "orders";
|
11564
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11565
|
+
[1m[35m (0.0ms)[0m begin transaction
|
11566
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:23:40 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:23:40 UTC +00:00]]
|
11567
|
+
[1m[35m (1.7ms)[0m commit transaction
|
11568
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11569
|
+
[1m[35mOrder Load (0.1ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
11570
|
+
Binary data inserted for `string` type on column `session_id`
|
11571
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:23:40 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:23:40 UTC +00:00]]
|
11572
|
+
[1m[35m (1.6ms)[0m commit transaction
|
11573
|
+
[1m[36mOpay::Payment Load (2.7ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1[0m
|
11574
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'a7deb9a6840e764b4dac3ce9469a788c' LIMIT 1
|
11575
|
+
[1m[36mOrder Load (0.1ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1[0m
|
11576
|
+
[1m[35mOpay::Payment Load (0.1ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
11577
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11578
|
+
[1m[35m (0.3ms)[0m UPDATE "opay_payments" SET "finished" = 't', "updated_at" = '2013-04-24 16:23:40.964032' WHERE "opay_payments"."id" = 1
|
11579
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
11580
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]
|
11581
|
+
[1m[36m (1.9ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11582
|
+
[1m[35m (1.7ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11583
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM "orders";[0m
|
11584
|
+
[1m[35m (2.4ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11585
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11586
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:23:40 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:23:40 UTC +00:00]]
|
11587
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
11588
|
+
[1m[35m (0.0ms)[0m begin transaction
|
11589
|
+
[1m[36mOrder Load (0.1ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1[0m
|
11590
|
+
Binary data inserted for `string` type on column `session_id`
|
11591
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:23:40 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:23:40 UTC +00:00]]
|
11592
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
11593
|
+
[1m[35mOpay::Payment Load (0.3ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
11594
|
+
[1m[36m (1.8ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11595
|
+
[1m[35m (1.7ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11596
|
+
[1m[36m (1.3ms)[0m [1mDELETE FROM "orders";[0m
|
11597
|
+
[1m[35m (1.5ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11598
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11599
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:23:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:23:41 UTC +00:00]]
|
11600
|
+
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
11601
|
+
[1m[35m (0.0ms)[0m begin transaction
|
11602
|
+
[1m[36mOrder Load (0.1ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1[0m
|
11603
|
+
Binary data inserted for `string` type on column `session_id`
|
11604
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:23:41 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:23:41 UTC +00:00]]
|
11605
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
11606
|
+
[1m[35mOpay::Payment Load (0.3ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
11607
|
+
[1m[36m (2.4ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11608
|
+
[1m[35m (1.6ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11609
|
+
[1m[36m (1.5ms)[0m [1mDELETE FROM "orders";[0m
|
11610
|
+
[1m[35m (1.4ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11611
|
+
[1m[36m (1.9ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11612
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11613
|
+
[1m[36m (1.3ms)[0m [1mDELETE FROM "orders";[0m
|
11614
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11615
|
+
[1m[36m (2.0ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11616
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11617
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM "orders";[0m
|
11618
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11619
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11620
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:23:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:23:41 UTC +00:00]]
|
11621
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
11622
|
+
[1m[35m (1.6ms)[0m DELETE FROM "opay_payments";
|
11623
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11624
|
+
[1m[35m (1.4ms)[0m DELETE FROM "orders";
|
11625
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11626
|
+
[1m[35m (2.3ms)[0m DELETE FROM "opay_payments";
|
11627
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11628
|
+
[1m[35m (2.2ms)[0m DELETE FROM "orders";
|
11629
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11630
|
+
[1m[35m (3.4ms)[0m DELETE FROM "opay_payments";
|
11631
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11632
|
+
[1m[35m (4.5ms)[0m DELETE FROM "orders";
|
11633
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11634
|
+
[1m[36m (2.2ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11635
|
+
[1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11636
|
+
[1m[36m (43.9ms)[0m [1mDELETE FROM "orders";[0m
|
11637
|
+
[1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11638
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11639
|
+
[1m[35mSQL (35.4ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:25:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:25:41 UTC +00:00]]
|
11640
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
11641
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
11642
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11643
|
+
[1m[35mOrder Load (0.2ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
11644
|
+
Binary data inserted for `string` type on column `session_id`
|
11645
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00]]
|
11646
|
+
[1m[35m (1.5ms)[0m commit transaction
|
11647
|
+
[1m[36m (2.3ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11648
|
+
[1m[35m (1.6ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11649
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM "orders";[0m
|
11650
|
+
[1m[35m (1.8ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11651
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11652
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00]]
|
11653
|
+
[1m[36m (2.2ms)[0m [1mcommit transaction[0m
|
11654
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
11655
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11656
|
+
[1m[35mOrder Load (0.1ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
11657
|
+
Binary data inserted for `string` type on column `session_id`
|
11658
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00]]
|
11659
|
+
[1m[35m (1.6ms)[0m commit transaction
|
11660
|
+
[1m[36m (1.9ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11661
|
+
[1m[35m (1.8ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11662
|
+
[1m[36m (1.7ms)[0m [1mDELETE FROM "orders";[0m
|
11663
|
+
[1m[35m (1.7ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11664
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11665
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", nil], ["created_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00], ["name", nil], ["updated_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00]]
|
11666
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
11667
|
+
[1m[35m (1.8ms)[0m DELETE FROM "opay_payments";
|
11668
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11669
|
+
[1m[35m (1.3ms)[0m DELETE FROM "orders";
|
11670
|
+
[1m[36m (1.5ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11671
|
+
[1m[35m (2.3ms)[0m DELETE FROM "opay_payments";
|
11672
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11673
|
+
[1m[35m (1.4ms)[0m DELETE FROM "orders";
|
11674
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11675
|
+
[1m[35m (1.6ms)[0m DELETE FROM "opay_payments";
|
11676
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11677
|
+
[1m[35m (1.3ms)[0m DELETE FROM "orders";
|
11678
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11679
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11680
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00]]
|
11681
|
+
[1m[35m (1.4ms)[0m commit transaction
|
11682
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11683
|
+
[1m[35mOrder Load (0.1ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
11684
|
+
Binary data inserted for `string` type on column `session_id`
|
11685
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00]]
|
11686
|
+
[1m[35m (1.3ms)[0m commit transaction
|
11687
|
+
[1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1[0m
|
11688
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'a7deb9a6840e764b4dac3ce9469a788c' LIMIT 1
|
11689
|
+
[1m[36mOrder Load (0.1ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1[0m
|
11690
|
+
[1m[35mOpay::Payment Load (0.1ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
11691
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11692
|
+
[1m[35m (0.3ms)[0m UPDATE "opay_payments" SET "finished" = 't', "updated_at" = '2013-04-24 16:25:42.868456' WHERE "opay_payments"."id" = 1
|
11693
|
+
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
|
11694
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]
|
11695
|
+
[1m[36m (2.2ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11696
|
+
[1m[35m (1.8ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11697
|
+
[1m[36m (1.5ms)[0m [1mDELETE FROM "orders";[0m
|
11698
|
+
[1m[35m (1.9ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11699
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11700
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00]]
|
11701
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
11702
|
+
[1m[35m (0.0ms)[0m begin transaction
|
11703
|
+
[1m[36mOrder Load (0.3ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1[0m
|
11704
|
+
Binary data inserted for `string` type on column `session_id`
|
11705
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00]]
|
11706
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
11707
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
11708
|
+
[1m[36m (2.8ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11709
|
+
[1m[35m (1.9ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11710
|
+
[1m[36m (1.5ms)[0m [1mDELETE FROM "orders";[0m
|
11711
|
+
[1m[35m (1.8ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11712
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11713
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00]]
|
11714
|
+
[1m[36m (3.2ms)[0m [1mcommit transaction[0m
|
11715
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11716
|
+
[1m[36mOrder Load (0.2ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1[0m
|
11717
|
+
Binary data inserted for `string` type on column `session_id`
|
11718
|
+
[1m[35mSQL (1.2ms)[0m INSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00]]
|
11719
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
11720
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
11721
|
+
[1m[36m (3.2ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11722
|
+
[1m[35m (1.6ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11723
|
+
[1m[36m (4.0ms)[0m [1mDELETE FROM "orders";[0m
|
11724
|
+
[1m[35m (2.2ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11725
|
+
[1m[36m (2.0ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11726
|
+
[1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11727
|
+
[1m[36m (1.3ms)[0m [1mDELETE FROM "orders";[0m
|
11728
|
+
[1m[35m (0.6ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11729
|
+
[1m[36m (1.9ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11730
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11731
|
+
[1m[36m (1.3ms)[0m [1mDELETE FROM "orders";[0m
|
11732
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11733
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11734
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:25:42 UTC +00:00]]
|
11735
|
+
[1m[36m (3.2ms)[0m [1mcommit transaction[0m
|
11736
|
+
[1m[35m (1.6ms)[0m DELETE FROM "opay_payments";
|
11737
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11738
|
+
[1m[35m (1.6ms)[0m DELETE FROM "orders";
|
11739
|
+
[1m[36m (3.3ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11740
|
+
[1m[35m (2.2ms)[0m DELETE FROM "opay_payments";
|
11741
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11742
|
+
[1m[35m (1.8ms)[0m DELETE FROM "orders";
|
11743
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11744
|
+
[1m[35m (1.8ms)[0m DELETE FROM "opay_payments";
|
11745
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11746
|
+
[1m[35m (1.4ms)[0m DELETE FROM "orders";
|
11747
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11748
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11749
|
+
[1m[35mSQL (40.1ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00]]
|
11750
|
+
[1m[36m (1.9ms)[0m [1mcommit transaction[0m
|
11751
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11752
|
+
[1m[36mOrder Load (0.2ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1[0m
|
11753
|
+
Binary data inserted for `string` type on column `session_id`
|
11754
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00]]
|
11755
|
+
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
|
11756
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
11757
|
+
[1m[36mOpay::Payment Load (0.3ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'a7deb9a6840e764b4dac3ce9469a788c' LIMIT 1[0m
|
11758
|
+
[1m[35mOrder Load (0.1ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
11759
|
+
[1m[36mOpay::Payment Load (0.1ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1[0m
|
11760
|
+
[1m[35m (0.0ms)[0m begin transaction
|
11761
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "opay_payments" SET "finished" = 't', "updated_at" = '2013-04-24 16:25:45.291019' WHERE "opay_payments"."id" = 1[0m
|
11762
|
+
[1m[35m (1.4ms)[0m commit transaction
|
11763
|
+
[1m[36mOpay::Payment Load (0.3ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1[0m [["id", 1]]
|
11764
|
+
[1m[35m (1.9ms)[0m DELETE FROM "opay_payments";
|
11765
|
+
[1m[36m (1.5ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11766
|
+
[1m[35m (1.5ms)[0m DELETE FROM "orders";
|
11767
|
+
[1m[36m (2.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11768
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11769
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00]]
|
11770
|
+
[1m[35m (1.5ms)[0m commit transaction
|
11771
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11772
|
+
[1m[35mOrder Load (0.1ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
11773
|
+
Binary data inserted for `string` type on column `session_id`
|
11774
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00]]
|
11775
|
+
[1m[35m (1.7ms)[0m commit transaction
|
11776
|
+
[1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1[0m
|
11777
|
+
[1m[35m (1.7ms)[0m DELETE FROM "opay_payments";
|
11778
|
+
[1m[36m (1.6ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11779
|
+
[1m[35m (1.5ms)[0m DELETE FROM "orders";
|
11780
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11781
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11782
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00]]
|
11783
|
+
[1m[35m (1.4ms)[0m commit transaction
|
11784
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11785
|
+
[1m[35mOrder Load (0.2ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
11786
|
+
Binary data inserted for `string` type on column `session_id`
|
11787
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00]]
|
11788
|
+
[1m[35m (1.4ms)[0m commit transaction
|
11789
|
+
[1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1[0m
|
11790
|
+
[1m[35m (1.8ms)[0m DELETE FROM "opay_payments";
|
11791
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11792
|
+
[1m[35m (1.8ms)[0m DELETE FROM "orders";
|
11793
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11794
|
+
[1m[35m (1.7ms)[0m DELETE FROM "opay_payments";
|
11795
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11796
|
+
[1m[35m (1.7ms)[0m DELETE FROM "orders";
|
11797
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11798
|
+
[1m[35m (1.6ms)[0m DELETE FROM "opay_payments";
|
11799
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11800
|
+
[1m[35m (1.4ms)[0m DELETE FROM "orders";
|
11801
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11802
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11803
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00]]
|
11804
|
+
[1m[35m (1.5ms)[0m commit transaction
|
11805
|
+
[1m[36m (126.8ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11806
|
+
[1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11807
|
+
[1m[36m (11.3ms)[0m [1mDELETE FROM "orders";[0m
|
11808
|
+
[1m[35m (4.1ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11809
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11810
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00]]
|
11811
|
+
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
11812
|
+
[1m[35mOpay::Payment Load (0.3ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
11813
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11814
|
+
[1m[35mOrder Load (0.1ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
11815
|
+
Binary data inserted for `string` type on column `session_id`
|
11816
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00]]
|
11817
|
+
[1m[35m (1.5ms)[0m commit transaction
|
11818
|
+
[1m[36m (2.6ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11819
|
+
[1m[35m (1.7ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11820
|
+
[1m[36m (1.5ms)[0m [1mDELETE FROM "orders";[0m
|
11821
|
+
[1m[35m (1.6ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11822
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11823
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00]]
|
11824
|
+
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
11825
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
11826
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11827
|
+
[1m[35mOrder Load (0.1ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
11828
|
+
Binary data inserted for `string` type on column `session_id`
|
11829
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:25:45 UTC +00:00]]
|
11830
|
+
[1m[35m (1.6ms)[0m commit transaction
|
11831
|
+
[1m[36m (2.1ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11832
|
+
[1m[35m (1.6ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11833
|
+
[1m[36m (1.5ms)[0m [1mDELETE FROM "orders";[0m
|
11834
|
+
[1m[35m (1.5ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11835
|
+
[1m[36m (2.4ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11836
|
+
[1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11837
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM "orders";[0m
|
11838
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11839
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11840
|
+
[1m[35mSQL (29.9ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:26:25 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:26:25 UTC +00:00]]
|
11841
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
11842
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
11843
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11844
|
+
[1m[35mOrder Load (0.3ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
11845
|
+
Binary data inserted for `string` type on column `session_id`
|
11846
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:26:25 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:26:25 UTC +00:00]]
|
11847
|
+
[1m[35m (2.4ms)[0m commit transaction
|
11848
|
+
[1m[36m (2.2ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11849
|
+
[1m[35m (1.6ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11850
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM "orders";[0m
|
11851
|
+
[1m[35m (1.5ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11852
|
+
[1m[36m (0.3ms)[0m [1mbegin transaction[0m
|
11853
|
+
[1m[35mSQL (2.7ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:26:25 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:26:25 UTC +00:00]]
|
11854
|
+
[1m[36m (1.9ms)[0m [1mcommit transaction[0m
|
11855
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
11856
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11857
|
+
[1m[35mOrder Load (0.1ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
11858
|
+
Binary data inserted for `string` type on column `session_id`
|
11859
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:26:25 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:26:25 UTC +00:00]]
|
11860
|
+
[1m[35m (2.2ms)[0m commit transaction
|
11861
|
+
[1m[36m (1.6ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11862
|
+
[1m[35m (1.4ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11863
|
+
[1m[36m (1.3ms)[0m [1mDELETE FROM "orders";[0m
|
11864
|
+
[1m[35m (1.2ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11865
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11866
|
+
[1m[35mSQL (48.2ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", nil], ["created_at", Wed, 24 Apr 2013 16:26:25 UTC +00:00], ["name", nil], ["updated_at", Wed, 24 Apr 2013 16:26:25 UTC +00:00]]
|
11867
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
11868
|
+
[1m[35m (1.6ms)[0m DELETE FROM "opay_payments";
|
11869
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11870
|
+
[1m[35m (1.3ms)[0m DELETE FROM "orders";
|
11871
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11872
|
+
[1m[35m (1.7ms)[0m DELETE FROM "opay_payments";
|
11873
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11874
|
+
[1m[35m (1.3ms)[0m DELETE FROM "orders";
|
11875
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11876
|
+
[1m[35m (1.7ms)[0m DELETE FROM "opay_payments";
|
11877
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11878
|
+
[1m[35m (1.3ms)[0m DELETE FROM "orders";
|
11879
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11880
|
+
[1m[35m (0.0ms)[0m begin transaction
|
11881
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:26:25 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:26:25 UTC +00:00]]
|
11882
|
+
[1m[35m (1.5ms)[0m commit transaction
|
11883
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11884
|
+
[1m[35mOrder Load (0.1ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
11885
|
+
Binary data inserted for `string` type on column `session_id`
|
11886
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:26:25 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:26:25 UTC +00:00]]
|
11887
|
+
[1m[35m (1.3ms)[0m commit transaction
|
11888
|
+
[1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1[0m
|
11889
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'a7deb9a6840e764b4dac3ce9469a788c' LIMIT 1
|
11890
|
+
[1m[36mOrder Load (0.1ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1[0m
|
11891
|
+
[1m[35mOpay::Payment Load (0.1ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
11892
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11893
|
+
[1m[35m (0.3ms)[0m UPDATE "opay_payments" SET "finished" = 't', "updated_at" = '2013-04-24 16:26:26.014853' WHERE "opay_payments"."id" = 1
|
11894
|
+
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
|
11895
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]
|
11896
|
+
[1m[36m (4.3ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11897
|
+
[1m[35m (1.5ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11898
|
+
[1m[36m (81.8ms)[0m [1mDELETE FROM "orders";[0m
|
11899
|
+
[1m[35m (30.2ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11900
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11901
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:26:26 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:26:26 UTC +00:00]]
|
11902
|
+
[1m[36m (2.3ms)[0m [1mcommit transaction[0m
|
11903
|
+
[1m[35m (0.0ms)[0m begin transaction
|
11904
|
+
[1m[36mOrder Load (0.1ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1[0m
|
11905
|
+
Binary data inserted for `string` type on column `session_id`
|
11906
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:26:26 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:26:26 UTC +00:00]]
|
11907
|
+
[1m[36m (2.3ms)[0m [1mcommit transaction[0m
|
11908
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
11909
|
+
[1m[36m (2.3ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11910
|
+
[1m[35m (1.8ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11911
|
+
[1m[36m (1.6ms)[0m [1mDELETE FROM "orders";[0m
|
11912
|
+
[1m[35m (1.5ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11913
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11914
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:26:26 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:26:26 UTC +00:00]]
|
11915
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
11916
|
+
[1m[35m (0.0ms)[0m begin transaction
|
11917
|
+
[1m[36mOrder Load (0.1ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1[0m
|
11918
|
+
Binary data inserted for `string` type on column `session_id`
|
11919
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:26:26 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:26:26 UTC +00:00]]
|
11920
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
11921
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
11922
|
+
[1m[36m (2.0ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11923
|
+
[1m[35m (2.0ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11924
|
+
[1m[36m (1.6ms)[0m [1mDELETE FROM "orders";[0m
|
11925
|
+
[1m[35m (2.0ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11926
|
+
[1m[36m (2.4ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11927
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11928
|
+
[1m[36m (1.5ms)[0m [1mDELETE FROM "orders";[0m
|
11929
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11930
|
+
[1m[36m (2.0ms)[0m [1mDELETE FROM "opay_payments";[0m
|
11931
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
11932
|
+
[1m[36m (1.5ms)[0m [1mDELETE FROM "orders";[0m
|
11933
|
+
[1m[35m (0.3ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
11934
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11935
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:26:26 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:26:26 UTC +00:00]]
|
11936
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
11937
|
+
[1m[35m (1.7ms)[0m DELETE FROM "opay_payments";
|
11938
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11939
|
+
[1m[35m (1.5ms)[0m DELETE FROM "orders";
|
11940
|
+
[1m[36m (1.5ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11941
|
+
[1m[35m (1.9ms)[0m DELETE FROM "opay_payments";
|
11942
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11943
|
+
[1m[35m (1.4ms)[0m DELETE FROM "orders";
|
11944
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11945
|
+
[1m[35m (1.9ms)[0m DELETE FROM "opay_payments";
|
11946
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11947
|
+
[1m[35m (1.6ms)[0m DELETE FROM "orders";
|
11948
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11949
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11950
|
+
[1m[35mSQL (5.5ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:26:28 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:26:28 UTC +00:00]]
|
11951
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
11952
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11953
|
+
[1m[36mOrder Load (0.2ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1[0m
|
11954
|
+
Binary data inserted for `string` type on column `session_id`
|
11955
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:26:28 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:26:28 UTC +00:00]]
|
11956
|
+
[1m[36m (12.0ms)[0m [1mcommit transaction[0m
|
11957
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
11958
|
+
[1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'a7deb9a6840e764b4dac3ce9469a788c' LIMIT 1[0m
|
11959
|
+
[1m[35mOrder Load (0.1ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
11960
|
+
[1m[36mOpay::Payment Load (0.1ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1[0m
|
11961
|
+
[1m[35m (0.0ms)[0m begin transaction
|
11962
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "opay_payments" SET "finished" = 't', "updated_at" = '2013-04-24 16:26:28.501289' WHERE "opay_payments"."id" = 1[0m
|
11963
|
+
[1m[35m (1.8ms)[0m commit transaction
|
11964
|
+
[1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1[0m [["id", 1]]
|
11965
|
+
[1m[35m (1.9ms)[0m DELETE FROM "opay_payments";
|
11966
|
+
[1m[36m (1.6ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11967
|
+
[1m[35m (1.6ms)[0m DELETE FROM "orders";
|
11968
|
+
[1m[36m (2.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11969
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11970
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:26:28 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:26:28 UTC +00:00]]
|
11971
|
+
[1m[35m (1.4ms)[0m commit transaction
|
11972
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
11973
|
+
[1m[35mOrder Load (0.1ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
11974
|
+
Binary data inserted for `string` type on column `session_id`
|
11975
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:26:28 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:26:28 UTC +00:00]]
|
11976
|
+
[1m[35m (1.3ms)[0m commit transaction
|
11977
|
+
[1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1[0m
|
11978
|
+
[1m[35m (1.8ms)[0m DELETE FROM "opay_payments";
|
11979
|
+
[1m[36m (1.6ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11980
|
+
[1m[35m (1.5ms)[0m DELETE FROM "orders";
|
11981
|
+
[1m[36m (1.6ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11982
|
+
[1m[35m (0.1ms)[0m begin transaction
|
11983
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:26:28 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:26:28 UTC +00:00]]
|
11984
|
+
[1m[35m (2.0ms)[0m commit transaction
|
11985
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
11986
|
+
[1m[35mOrder Load (0.4ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
11987
|
+
Binary data inserted for `string` type on column `session_id`
|
11988
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:26:28 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:26:28 UTC +00:00]]
|
11989
|
+
[1m[35m (1.7ms)[0m commit transaction
|
11990
|
+
[1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1[0m
|
11991
|
+
[1m[35m (2.8ms)[0m DELETE FROM "opay_payments";
|
11992
|
+
[1m[36m (2.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11993
|
+
[1m[35m (1.3ms)[0m DELETE FROM "orders";
|
11994
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11995
|
+
[1m[35m (1.6ms)[0m DELETE FROM "opay_payments";
|
11996
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
11997
|
+
[1m[35m (1.4ms)[0m DELETE FROM "orders";
|
11998
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
11999
|
+
[1m[35m (33.6ms)[0m DELETE FROM "opay_payments";
|
12000
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
12001
|
+
[1m[35m (32.4ms)[0m DELETE FROM "orders";
|
12002
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
12003
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12004
|
+
[1m[36mSQL (0.9ms)[0m [1mINSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:26:28 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:26:28 UTC +00:00]]
|
12005
|
+
[1m[35m (2.4ms)[0m commit transaction
|
12006
|
+
[1m[36m (2.9ms)[0m [1mDELETE FROM "opay_payments";[0m
|
12007
|
+
[1m[35m (0.4ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
12008
|
+
[1m[36m (1.8ms)[0m [1mDELETE FROM "orders";[0m
|
12009
|
+
[1m[35m (1.9ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
12010
|
+
[1m[36m (2.1ms)[0m [1mDELETE FROM "opay_payments";[0m
|
12011
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
12012
|
+
[1m[36m (1.6ms)[0m [1mDELETE FROM "orders";[0m
|
12013
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
12014
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12015
|
+
[1m[35mSQL (5.2ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:26:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:26:34 UTC +00:00]]
|
12016
|
+
[1m[36m (62.1ms)[0m [1mcommit transaction[0m
|
12017
|
+
[1m[35mOpay::Payment Load (0.3ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
12018
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12019
|
+
[1m[35mOrder Load (0.6ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
12020
|
+
Binary data inserted for `string` type on column `session_id`
|
12021
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00]]
|
12022
|
+
[1m[35m (2.1ms)[0m commit transaction
|
12023
|
+
[1m[36m (2.0ms)[0m [1mDELETE FROM "opay_payments";[0m
|
12024
|
+
[1m[35m (1.3ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
12025
|
+
[1m[36m (1.4ms)[0m [1mDELETE FROM "orders";[0m
|
12026
|
+
[1m[35m (1.4ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
12027
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12028
|
+
[1m[35mSQL (4.5ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00]]
|
12029
|
+
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
12030
|
+
[1m[35mOpay::Payment Load (0.3ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
12031
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12032
|
+
[1m[35mOrder Load (0.1ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
12033
|
+
Binary data inserted for `string` type on column `session_id`
|
12034
|
+
[1m[36mSQL (1.4ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00]]
|
12035
|
+
[1m[35m (2.7ms)[0m commit transaction
|
12036
|
+
[1m[36m (1.9ms)[0m [1mDELETE FROM "opay_payments";[0m
|
12037
|
+
[1m[35m (1.6ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
12038
|
+
[1m[36m (4.1ms)[0m [1mDELETE FROM "orders";[0m
|
12039
|
+
[1m[35m (1.7ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
12040
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12041
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", nil], ["created_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00], ["name", nil], ["updated_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00]]
|
12042
|
+
[1m[36m (87.4ms)[0m [1mcommit transaction[0m
|
12043
|
+
[1m[35m (1.9ms)[0m DELETE FROM "opay_payments";
|
12044
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
12045
|
+
[1m[35m (1.5ms)[0m DELETE FROM "orders";
|
12046
|
+
[1m[36m (2.0ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
12047
|
+
[1m[35m (2.0ms)[0m DELETE FROM "opay_payments";
|
12048
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
12049
|
+
[1m[35m (1.3ms)[0m DELETE FROM "orders";
|
12050
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
12051
|
+
[1m[35m (2.4ms)[0m DELETE FROM "opay_payments";
|
12052
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
12053
|
+
[1m[35m (1.6ms)[0m DELETE FROM "orders";
|
12054
|
+
[1m[36m (0.1ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
12055
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12056
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?)[0m [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00]]
|
12057
|
+
[1m[35m (1.7ms)[0m commit transaction
|
12058
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12059
|
+
[1m[35mOrder Load (0.1ms)[0m SELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1
|
12060
|
+
Binary data inserted for `string` type on column `session_id`
|
12061
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00]]
|
12062
|
+
[1m[35m (2.3ms)[0m commit transaction
|
12063
|
+
[1m[36mOpay::Payment Load (0.2ms)[0m [1mSELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1[0m
|
12064
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'a7deb9a6840e764b4dac3ce9469a788c' LIMIT 1
|
12065
|
+
[1m[36mOrder Load (0.1ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1[0m
|
12066
|
+
[1m[35mOpay::Payment Load (0.1ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
12067
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
12068
|
+
[1m[35m (0.4ms)[0m UPDATE "opay_payments" SET "finished" = 't', "updated_at" = '2013-04-24 16:26:35.435600' WHERE "opay_payments"."id" = 1
|
12069
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
12070
|
+
[1m[35mOpay::Payment Load (0.2ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]
|
12071
|
+
[1m[36m (68.5ms)[0m [1mDELETE FROM "opay_payments";[0m
|
12072
|
+
[1m[35m (1.6ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
12073
|
+
[1m[36m (2.0ms)[0m [1mDELETE FROM "orders";[0m
|
12074
|
+
[1m[35m (1.7ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
12075
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12076
|
+
[1m[35mSQL (0.8ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00]]
|
12077
|
+
[1m[36m (2.2ms)[0m [1mcommit transaction[0m
|
12078
|
+
[1m[35m (0.0ms)[0m begin transaction
|
12079
|
+
[1m[36mOrder Load (0.1ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1[0m
|
12080
|
+
Binary data inserted for `string` type on column `session_id`
|
12081
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00]]
|
12082
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
12083
|
+
[1m[35mOpay::Payment Load (0.1ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
12084
|
+
[1m[36m (2.9ms)[0m [1mDELETE FROM "opay_payments";[0m
|
12085
|
+
[1m[35m (1.4ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
12086
|
+
[1m[36m (1.5ms)[0m [1mDELETE FROM "orders";[0m
|
12087
|
+
[1m[35m (1.5ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
12088
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12089
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00]]
|
12090
|
+
[1m[36m (6.3ms)[0m [1mcommit transaction[0m
|
12091
|
+
[1m[35m (0.1ms)[0m begin transaction
|
12092
|
+
[1m[36mOrder Load (0.2ms)[0m [1mSELECT "orders".* FROM "orders" WHERE "orders"."id" = 1 LIMIT 1[0m
|
12093
|
+
Binary data inserted for `string` type on column `session_id`
|
12094
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "opay_payments" ("amount", "created_at", "finished", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["amount", 1000.0], ["created_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00], ["finished", false], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a7deb9a6840e764b4dac3ce9469a788c"], ["updated_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00]]
|
12095
|
+
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
12096
|
+
[1m[35mOpay::Payment Load (0.4ms)[0m SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = 1 AND "opay_payments"."payable_type" = 'Order' LIMIT 1
|
12097
|
+
[1m[36m (3.3ms)[0m [1mDELETE FROM "opay_payments";[0m
|
12098
|
+
[1m[35m (1.4ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
12099
|
+
[1m[36m (1.7ms)[0m [1mDELETE FROM "orders";[0m
|
12100
|
+
[1m[35m (1.6ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
12101
|
+
[1m[36m (2.4ms)[0m [1mDELETE FROM "opay_payments";[0m
|
12102
|
+
[1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
12103
|
+
[1m[36m (1.9ms)[0m [1mDELETE FROM "orders";[0m
|
12104
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
12105
|
+
[1m[36m (2.6ms)[0m [1mDELETE FROM "opay_payments";[0m
|
12106
|
+
[1m[35m (0.1ms)[0m DELETE FROM sqlite_sequence where name = 'opay_payments';
|
12107
|
+
[1m[36m (2.1ms)[0m [1mDELETE FROM "orders";[0m
|
12108
|
+
[1m[35m (0.2ms)[0m DELETE FROM sqlite_sequence where name = 'orders';
|
12109
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
12110
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 24 Apr 2013 16:26:35 UTC +00:00]]
|
12111
|
+
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
|
12112
|
+
[1m[35m (2.2ms)[0m DELETE FROM "opay_payments";
|
12113
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
12114
|
+
[1m[35m (1.4ms)[0m DELETE FROM "orders";
|
12115
|
+
[1m[36m (1.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
12116
|
+
[1m[35m (2.1ms)[0m DELETE FROM "opay_payments";
|
12117
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
12118
|
+
[1m[35m (5.9ms)[0m DELETE FROM "orders";
|
12119
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
12120
|
+
[1m[35m (9.9ms)[0m DELETE FROM "opay_payments";
|
12121
|
+
[1m[36m (6.7ms)[0m [1mDELETE FROM sqlite_sequence where name = 'opay_payments';[0m
|
12122
|
+
[1m[35m (17.7ms)[0m DELETE FROM "orders";
|
12123
|
+
[1m[36m (0.2ms)[0m [1mDELETE FROM sqlite_sequence where name = 'orders';[0m
|
@@ -43,19 +43,21 @@ module Opay
|
|
43
43
|
options[:last_name] = 'Kowalski'
|
44
44
|
options[:email] = 'kowalski@gmail.com'
|
45
45
|
|
46
|
-
options[:pos_id] = '
|
47
|
-
options[:pos_auth_key] = '
|
48
|
-
options[:session_id] = '
|
46
|
+
options[:pos_id] = '122177'
|
47
|
+
options[:pos_auth_key] = 'qKoC8JK'
|
48
|
+
options[:session_id] = 'a7deb9a6840e764b4dac3ce9469a788c'
|
49
49
|
|
50
|
-
options[:amount] =
|
51
|
-
options[:desc] = '
|
50
|
+
options[:amount] = 100
|
51
|
+
options[:desc] = 'Test payment'
|
52
52
|
options[:client_ip] = '127.0.0.1'
|
53
53
|
options[:js] = 0
|
54
|
-
options[:ts] = '
|
54
|
+
options[:ts] = '1366819972'
|
55
55
|
|
56
56
|
options[:pay_type] = 't'
|
57
57
|
|
58
|
-
|
58
|
+
Opay.config.key1 = 'acd63ab0226ee883365718abefd6147c'
|
59
|
+
|
60
|
+
subject.class_eval { create_form_sig(options) }.should eq 'f3ef26044eef9400342cc0b514bd3cc5'
|
59
61
|
end
|
60
62
|
|
61
63
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opay
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.6
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -13,7 +13,7 @@ date: 2013-04-24 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
16
|
-
requirement: &
|
16
|
+
requirement: &70211315819660 !ruby/object:Gem::Requirement
|
17
17
|
none: false
|
18
18
|
requirements:
|
19
19
|
- - ~>
|
@@ -21,10 +21,10 @@ dependencies:
|
|
21
21
|
version: 3.2.13
|
22
22
|
type: :runtime
|
23
23
|
prerelease: false
|
24
|
-
version_requirements: *
|
24
|
+
version_requirements: *70211315819660
|
25
25
|
- !ruby/object:Gem::Dependency
|
26
26
|
name: sqlite3
|
27
|
-
requirement: &
|
27
|
+
requirement: &70211315818040 !ruby/object:Gem::Requirement
|
28
28
|
none: false
|
29
29
|
requirements:
|
30
30
|
- - ! '>='
|
@@ -32,10 +32,10 @@ dependencies:
|
|
32
32
|
version: '0'
|
33
33
|
type: :development
|
34
34
|
prerelease: false
|
35
|
-
version_requirements: *
|
35
|
+
version_requirements: *70211315818040
|
36
36
|
- !ruby/object:Gem::Dependency
|
37
37
|
name: mysql2
|
38
|
-
requirement: &
|
38
|
+
requirement: &70211316084800 !ruby/object:Gem::Requirement
|
39
39
|
none: false
|
40
40
|
requirements:
|
41
41
|
- - ! '>='
|
@@ -43,10 +43,10 @@ dependencies:
|
|
43
43
|
version: '0'
|
44
44
|
type: :development
|
45
45
|
prerelease: false
|
46
|
-
version_requirements: *
|
46
|
+
version_requirements: *70211316084800
|
47
47
|
- !ruby/object:Gem::Dependency
|
48
48
|
name: pg
|
49
|
-
requirement: &
|
49
|
+
requirement: &70211316084380 !ruby/object:Gem::Requirement
|
50
50
|
none: false
|
51
51
|
requirements:
|
52
52
|
- - ! '>='
|
@@ -54,10 +54,10 @@ dependencies:
|
|
54
54
|
version: '0'
|
55
55
|
type: :development
|
56
56
|
prerelease: false
|
57
|
-
version_requirements: *
|
57
|
+
version_requirements: *70211316084380
|
58
58
|
- !ruby/object:Gem::Dependency
|
59
59
|
name: rspec-rails
|
60
|
-
requirement: &
|
60
|
+
requirement: &70211316083960 !ruby/object:Gem::Requirement
|
61
61
|
none: false
|
62
62
|
requirements:
|
63
63
|
- - ! '>='
|
@@ -65,10 +65,10 @@ dependencies:
|
|
65
65
|
version: '0'
|
66
66
|
type: :development
|
67
67
|
prerelease: false
|
68
|
-
version_requirements: *
|
68
|
+
version_requirements: *70211316083960
|
69
69
|
- !ruby/object:Gem::Dependency
|
70
70
|
name: factory_girl_rails
|
71
|
-
requirement: &
|
71
|
+
requirement: &70211316083540 !ruby/object:Gem::Requirement
|
72
72
|
none: false
|
73
73
|
requirements:
|
74
74
|
- - ! '>='
|
@@ -76,10 +76,10 @@ dependencies:
|
|
76
76
|
version: '0'
|
77
77
|
type: :development
|
78
78
|
prerelease: false
|
79
|
-
version_requirements: *
|
79
|
+
version_requirements: *70211316083540
|
80
80
|
- !ruby/object:Gem::Dependency
|
81
81
|
name: shoulda
|
82
|
-
requirement: &
|
82
|
+
requirement: &70211316083120 !ruby/object:Gem::Requirement
|
83
83
|
none: false
|
84
84
|
requirements:
|
85
85
|
- - ! '>='
|
@@ -87,10 +87,10 @@ dependencies:
|
|
87
87
|
version: '0'
|
88
88
|
type: :development
|
89
89
|
prerelease: false
|
90
|
-
version_requirements: *
|
90
|
+
version_requirements: *70211316083120
|
91
91
|
- !ruby/object:Gem::Dependency
|
92
92
|
name: webmock
|
93
|
-
requirement: &
|
93
|
+
requirement: &70211316082700 !ruby/object:Gem::Requirement
|
94
94
|
none: false
|
95
95
|
requirements:
|
96
96
|
- - ! '>='
|
@@ -98,10 +98,10 @@ dependencies:
|
|
98
98
|
version: '0'
|
99
99
|
type: :development
|
100
100
|
prerelease: false
|
101
|
-
version_requirements: *
|
101
|
+
version_requirements: *70211316082700
|
102
102
|
- !ruby/object:Gem::Dependency
|
103
103
|
name: database_cleaner
|
104
|
-
requirement: &
|
104
|
+
requirement: &70211316082280 !ruby/object:Gem::Requirement
|
105
105
|
none: false
|
106
106
|
requirements:
|
107
107
|
- - ! '>='
|
@@ -109,10 +109,10 @@ dependencies:
|
|
109
109
|
version: '0'
|
110
110
|
type: :development
|
111
111
|
prerelease: false
|
112
|
-
version_requirements: *
|
112
|
+
version_requirements: *70211316082280
|
113
113
|
- !ruby/object:Gem::Dependency
|
114
114
|
name: capybara
|
115
|
-
requirement: &
|
115
|
+
requirement: &70211316081860 !ruby/object:Gem::Requirement
|
116
116
|
none: false
|
117
117
|
requirements:
|
118
118
|
- - ! '>='
|
@@ -120,10 +120,10 @@ dependencies:
|
|
120
120
|
version: '0'
|
121
121
|
type: :development
|
122
122
|
prerelease: false
|
123
|
-
version_requirements: *
|
123
|
+
version_requirements: *70211316081860
|
124
124
|
- !ruby/object:Gem::Dependency
|
125
125
|
name: guard-rspec
|
126
|
-
requirement: &
|
126
|
+
requirement: &70211316081440 !ruby/object:Gem::Requirement
|
127
127
|
none: false
|
128
128
|
requirements:
|
129
129
|
- - ! '>='
|
@@ -131,10 +131,10 @@ dependencies:
|
|
131
131
|
version: '0'
|
132
132
|
type: :development
|
133
133
|
prerelease: false
|
134
|
-
version_requirements: *
|
134
|
+
version_requirements: *70211316081440
|
135
135
|
- !ruby/object:Gem::Dependency
|
136
136
|
name: rb-fsevent
|
137
|
-
requirement: &
|
137
|
+
requirement: &70211316081020 !ruby/object:Gem::Requirement
|
138
138
|
none: false
|
139
139
|
requirements:
|
140
140
|
- - ! '>='
|
@@ -142,10 +142,10 @@ dependencies:
|
|
142
142
|
version: '0'
|
143
143
|
type: :development
|
144
144
|
prerelease: false
|
145
|
-
version_requirements: *
|
145
|
+
version_requirements: *70211316081020
|
146
146
|
- !ruby/object:Gem::Dependency
|
147
147
|
name: spork
|
148
|
-
requirement: &
|
148
|
+
requirement: &70211316080600 !ruby/object:Gem::Requirement
|
149
149
|
none: false
|
150
150
|
requirements:
|
151
151
|
- - ! '>='
|
@@ -153,10 +153,10 @@ dependencies:
|
|
153
153
|
version: '0'
|
154
154
|
type: :development
|
155
155
|
prerelease: false
|
156
|
-
version_requirements: *
|
156
|
+
version_requirements: *70211316080600
|
157
157
|
- !ruby/object:Gem::Dependency
|
158
158
|
name: guard-spork
|
159
|
-
requirement: &
|
159
|
+
requirement: &70211316080180 !ruby/object:Gem::Requirement
|
160
160
|
none: false
|
161
161
|
requirements:
|
162
162
|
- - ! '>='
|
@@ -164,10 +164,10 @@ dependencies:
|
|
164
164
|
version: '0'
|
165
165
|
type: :development
|
166
166
|
prerelease: false
|
167
|
-
version_requirements: *
|
167
|
+
version_requirements: *70211316080180
|
168
168
|
- !ruby/object:Gem::Dependency
|
169
169
|
name: terminal-notifier-guard
|
170
|
-
requirement: &
|
170
|
+
requirement: &70211316079760 !ruby/object:Gem::Requirement
|
171
171
|
none: false
|
172
172
|
requirements:
|
173
173
|
- - ! '>='
|
@@ -175,7 +175,7 @@ dependencies:
|
|
175
175
|
version: '0'
|
176
176
|
type: :development
|
177
177
|
prerelease: false
|
178
|
-
version_requirements: *
|
178
|
+
version_requirements: *70211316079760
|
179
179
|
description: Payu (polish payment service) rails engine.
|
180
180
|
email:
|
181
181
|
- ollownia@gmail.com
|