(2.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (1.4ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateOpayPayments (20130321114023)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "opay_payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "payable_id" integer, "payable_type" varchar(255), "session_id" varchar(255) NOT NULL, "provider" varchar(255) NOT NULL, "amount" integer NOT NULL, "finished" boolean DEFAULT 'f' NOT NULL, "status" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_opay_payments_on_payable_id_and_payable_type" ON "opay_payments" ("payable_id", "payable_type")  (0.5ms) CREATE UNIQUE INDEX "index_opay_payments_on_session_id" ON "opay_payments" ("session_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130321114023"]]  (1.6ms) commit transaction Migrating to CreateOrders (20130326152550)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "orders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "amount" varchar(255), "finished" boolean DEFAULT 'f' NOT NULL, "created_at" datetime, "updated_at" datetime)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130326152550"]]  (1.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.1ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.0ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (38.0ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'V81DAUdHpGfxZYV27mPo' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "V81DAUdHpGfxZYV27mPo"], ["updated_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00]]  (1.4ms) commit transaction  (2.2ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sRfgpYFPFp3stacPEsTQ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "sRfgpYFPFp3stacPEsTQ"], ["updated_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00]]  (1.8ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00]]  (1.1ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.4ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00]]  (1.9ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'qpqcNc7UQ8zyrvPcfYQ5' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (19.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "qpqcNc7UQ8zyrvPcfYQ5"], ["updated_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00]]  (1.4ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'VcQvA8mGzMKR3GFMZia3' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "VcQvA8mGzMKR3GFMZia3"], ["updated_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00]]  (1.4ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'VeYCAkwfipJJ6AUz85Qz' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "VeYCAkwfipJJ6AUz85Qz"], ["updated_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'VeYCAkwfipJJ6AUz85Qz' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'XmsA8yzEb2T75qhqyTqM' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "XmsA8yzEb2T75qhqyTqM"], ["updated_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'M12xzGmkc4RN4fbxy9M3' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.8ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "M12xzGmkc4RN4fbxy9M3"], ["updated_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00]]  (1.3ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00]]  (1.6ms) commit transaction  (0.0ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'RCRxuvpHv6VfA2xuy1Fy' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "RCRxuvpHv6VfA2xuy1Fy"], ["updated_at", Wed, 11 Sep 2013 11:55:50 UTC +00:00]]  (4.2ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.3ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00]]  (1.6ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'wi1r9LVGt1cNQT793Keb' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "wi1r9LVGt1cNQT793Keb"], ["updated_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00]]  (2.0ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'wi1r9LVGt1cNQT793Keb' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 's3XbqruA2NZbsVxXFsNr' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "s3XbqruA2NZbsVxXFsNr"], ["updated_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00]]  (2.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'EEPBz3f5LDnaWwfDGRn9' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "EEPBz3f5LDnaWwfDGRn9"], ["updated_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00]]  (1.4ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'kkh2wSwM2uCfvARNmrjj' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "kkh2wSwM2uCfvARNmrjj"], ["updated_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'kkh2wSwM2uCfvARNmrjj' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 11:58:23 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (3.8ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00]]  (2.4ms) commit transaction  (1.3ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'oBp2bqpCxE3poWRWazse' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "oBp2bqpCxE3poWRWazse"], ["updated_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00]]  (2.1ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'oBp2bqpCxE3poWRWazse' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00]]  (2.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'txggULjV5NvFtHGBSHgp' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "txggULjV5NvFtHGBSHgp"], ["updated_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00]]  (1.8ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'aLyBY9EtFBcVX2WwApbN' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "aLyBY9EtFBcVX2WwApbN"], ["updated_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00]]  (1.5ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'srph7Zdx7PDyrP8pZcs7' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "srph7Zdx7PDyrP8pZcs7"], ["updated_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'srph7Zdx7PDyrP8pZcs7' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 11:58:30 UTC +00:00]]  (2.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (11.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.0ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (7.1ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'B5Axe8dnuBxxXdSt3meg' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (1.1ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "B5Axe8dnuBxxXdSt3meg"], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (1.8ms) commit transaction  (2.5ms) DELETE FROM "opay_payments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'pv413qFi3TNJpV7YYJau' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "pv413qFi3TNJpV7YYJau"], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (1.2ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (1.8ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'rbFyckLE6UxCJWyLuYPp' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "rbFyckLE6UxCJWyLuYPp"], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'rbFyckLE6UxCJWyLuYPp' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.3ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.7ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (1.0ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (2.6ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (4.8ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (3.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'FhUxzr7DoBU5JkguxGgp' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "FhUxzr7DoBU5JkguxGgp"], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (1.5ms) commit transaction  (19.4ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'tdFLwB8SpnmydzBCizQb' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "tdFLwB8SpnmydzBCizQb"], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (1.4ms) commit transaction  (96.8ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (8.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (60.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (11.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '1qg3LoFssWAPx3YPhNqL' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "1qg3LoFssWAPx3YPhNqL"], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (1.0ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '1qg3LoFssWAPx3YPhNqL' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.7ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ryb5wEjm3gDh5eiBdW1e' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ryb5wEjm3gDh5eiBdW1e"], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (1.0ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'eGmsMwmmGTeCZhvfP7zc' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.7ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "eGmsMwmmGTeCZhvfP7zc"], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (1.2ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (1.8ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'HkiHxweCA9sC6WPtbQny' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "HkiHxweCA9sC6WPtbQny"], ["updated_at", Wed, 11 Sep 2013 11:58:35 UTC +00:00]]  (1.1ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (5.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (3.3ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'fz9D2yAFPWHqqsYsytTv' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "fz9D2yAFPWHqqsYsytTv"], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.4ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '1y8x55TrPNp8gwtsjqb7' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "1y8x55TrPNp8gwtsjqb7"], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.4ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.3ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '3xvJppR5H9FAhm73Ry9x' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "3xvJppR5H9FAhm73Ry9x"], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '3xvJppR5H9FAhm73Ry9x' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Cy7XHKsMKLnGnsH8ZM5K' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Cy7XHKsMKLnGnsH8ZM5K"], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.6ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (52.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'y4FQBabf2dqcLJA5dy3H' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "y4FQBabf2dqcLJA5dy3H"], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.6ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Sn1KYyR3sxu4HwXQ2Y38' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Sn1KYyR3sxu4HwXQ2Y38"], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Sn1KYyR3sxu4HwXQ2Y38' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'cQuxkXHbat3np1Tzpquz' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "cQuxkXHbat3np1Tzpquz"], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'roQf2ewxXYLzooQK1fwz' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "roQf2ewxXYLzooQK1fwz"], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.7ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.9ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 't1zfudSdMrz69Cs773NF' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "t1zfudSdMrz69Cs773NF"], ["updated_at", Wed, 11 Sep 2013 11:59:06 UTC +00:00]]  (1.3ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (5.0ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'QNkfbQ7F3Pqy648AmvMx' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "QNkfbQ7F3Pqy648AmvMx"], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'EYJv4z8M52ykSR7HFfQs' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "EYJv4z8M52ykSR7HFfQs"], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (1.3ms) commit transaction  (1.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (1.7ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'rKQsgLJyt4kmsZwbV3w8' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "rKQsgLJyt4kmsZwbV3w8"], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (1.2ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'pczpLRy6q1qMLtenNym3' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.7ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "pczpLRy6q1qMLtenNym3"], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (1.1ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (19.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'aHJSNcvgVpHfpRMyJSy8' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "aHJSNcvgVpHfpRMyJSy8"], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (1.1ms) commit transaction  (32.5ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (24.7ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (2.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'W86ojyzjhNiXzhXkT3y3' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "W86ojyzjhNiXzhXkT3y3"], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (3.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'W86ojyzjhNiXzhXkT3y3' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (12.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (19.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'VyXLpcQTVqFx3cnpYT8o' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "VyXLpcQTVqFx3cnpYT8o"], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (1.1ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'vVuMnpzTXfL7zyeciYrb' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "vVuMnpzTXfL7zyeciYrb"], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (17.2ms) commit transaction  (4.2ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (10.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'DgRA2Cpvc21rQhxqdcGi' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "DgRA2Cpvc21rQhxqdcGi"], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'DgRA2Cpvc21rQhxqdcGi' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (42.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:37 UTC +00:00]]  (1.2ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (26.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (11.6ms) DELETE FROM "opay_payments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (20.1ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '2rcQW36pUH5cqHZqdqjd' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "2rcQW36pUH5cqHZqdqjd"], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (57.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'SKCMwkhZ79bYqWnjpLMS' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "SKCMwkhZ79bYqWnjpLMS"], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (1.8ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (1.6ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'H4LBjNrq7ArJsfYy8EsF' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "H4LBjNrq7ArJsfYy8EsF"], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (1.8ms) commit transaction  (2.1ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.2ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (2.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ANUzEW4XzZMV5WxWWgCq' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ANUzEW4XzZMV5WxWWgCq"], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (1.4ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'SyCLrN9cr6BDxby4pnVv' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "SyCLrN9cr6BDxby4pnVv"], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'NiUE42kvez1dzkDUpJYT' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "NiUE42kvez1dzkDUpJYT"], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'NiUE42kvez1dzkDUpJYT' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sgmGPyXk7SpdcKzx8pih' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "sgmGPyXk7SpdcKzx8pih"], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (1.3ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'aAMXq9E3RcJGNep4Bunq' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "aAMXq9E3RcJGNep4Bunq"], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (1.3ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (2.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'DyNYg9VqM6vZWuTg3cFH' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "DyNYg9VqM6vZWuTg3cFH"], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'DyNYg9VqM6vZWuTg3cFH' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 11:59:51 UTC +00:00]]  (1.3ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (49.0ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (6.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.8ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'qi3HpUWepzoyDv3z9kRi' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (9.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "qi3HpUWepzoyDv3z9kRi"], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (12.6ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'RasqjKfPCcxCyXfpMAoG' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "RasqjKfPCcxCyXfpMAoG"], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (1.6ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (2.4ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '2cdnhD2sL7zsfqsLp9ty' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "2cdnhD2sL7zsfqsLp9ty"], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (1.3ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sJsy3sXRUHvztLQzmCMb' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "sJsy3sXRUHvztLQzmCMb"], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'KsqkxiGpXzkjx4LuwuUA' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "KsqkxiGpXzkjx4LuwuUA"], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (1.4ms) commit transaction  (2.7ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'zpBxcsdKEqsiVoscLhHM' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "zpBxcsdKEqsiVoscLhHM"], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'zpBxcsdKEqsiVoscLhHM' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (1.3ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'wxcsevsV3opwBL7MXxN3' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "wxcsevsV3opwBL7MXxN3"], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (1.3ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Dszxyx5Rqz8sY5TXxxAg' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Dszxyx5Rqz8sY5TXxxAg"], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (1.5ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '7W1fMvyDpRVoFDqKwqRQ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "7W1fMvyDpRVoFDqKwqRQ"], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '7W1fMvyDpRVoFDqKwqRQ' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:01:55 UTC +00:00]]  (23.6ms) commit transaction  (4.6ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.2ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (5.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.2ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (31.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:39 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:06:39 UTC +00:00]]  (1.9ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'h6x5ags1gRTsxJjvGx5q' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:39 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "h6x5ags1gRTsxJjvGx5q"], ["updated_at", Wed, 11 Sep 2013 12:06:39 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'zuSFuhtxc4eLugvcPTxi' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "zuSFuhtxc4eLugvcPTxi"], ["updated_at", Wed, 11 Sep 2013 12:06:39 UTC +00:00]]  (1.5ms) commit transaction  (1.3ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:39 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:06:39 UTC +00:00]]  (1.2ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '3DLxT9LXcYsLvvVqqcKy' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:39 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "3DLxT9LXcYsLvvVqqcKy"], ["updated_at", Wed, 11 Sep 2013 12:06:39 UTC +00:00]]  (1.0ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:43 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:06:43 UTC +00:00]]  (1.9ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'B52RfPpUm4yphCBM8x9p' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:43 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "B52RfPpUm4yphCBM8x9p"], ["updated_at", Wed, 11 Sep 2013 12:06:43 UTC +00:00]]  (148.8ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'yWz6exPoRBn8zsckuv3r' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "yWz6exPoRBn8zsckuv3r"], ["updated_at", Wed, 11 Sep 2013 12:06:43 UTC +00:00]]  (248.9ms) commit transaction  (29.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:43 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:06:43 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '46q3mYsoWHHMrxPLhqsV' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:43 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "46q3mYsoWHHMrxPLhqsV"], ["updated_at", Wed, 11 Sep 2013 12:06:43 UTC +00:00]]  (1.5ms) commit transaction  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'M9sxgx92yvz4eYw45aq3' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "M9sxgx92yvz4eYw45aq3"], ["updated_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00]]  (1.5ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ewkwfUx5xvpGp7yopRAw' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ewkwfUx5xvpGp7yopRAw"], ["updated_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00]]  (1.0ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.0ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '4tQZc5ruq5zGp7oPGSKp' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "4tQZc5ruq5zGp7oPGSKp"], ["updated_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '4tQZc5ruq5zGp7oPGSKp' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00]]  (1.3ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Sbppd7Km2uqJypGDCeT1' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Sbppd7Km2uqJypGDCeT1"], ["updated_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00]]  (1.8ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'UvMp2DyrJkijSSaLVjy3' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "UvMp2DyrJkijSSaLVjy3"], ["updated_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'kBSFxPfqnZxKvqzZ1HqE' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "kBSFxPfqnZxKvqzZ1HqE"], ["updated_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'kBSFxPfqnZxKvqzZ1HqE' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:06:44 UTC +00:00]]  (1.5ms) commit transaction  (2.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.2ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (4.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.2ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (30.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (5.8ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.6ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'KoAxuxqEcNixtkKBNyTF' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (9.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "KoAxuxqEcNixtkKBNyTF"], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (12.4ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'CizyC8hzX9pP6djotiWY' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "CizyC8hzX9pP6djotiWY"], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (1.5ms) commit transaction  (1.3ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (1.4ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 's4E9Zy9Lsa1Z6rqnqRJh' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "s4E9Zy9Lsa1Z6rqnqRJh"], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (1.0ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'uv2m1aU5hWJXYMspy7xX' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "uv2m1aU5hWJXYMspy7xX"], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (15.7ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '1ervho9FMsdzY93xpkTn' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "1ervho9FMsdzY93xpkTn"], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (1.4ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'RzYfiQNzQDdXzxDEyEMQ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "RzYfiQNzQDdXzxDEyEMQ"], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (1.0ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'RzYfiQNzQDdXzxDEyEMQ' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.3ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (2.3ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (2.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '6TrevPgKyMG8h5iQWpyb' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "6TrevPgKyMG8h5iQWpyb"], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'h1GTJmmByESY2drVzYmZ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "h1GTJmmByESY2drVzYmZ"], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Yhs5s5u7S5hA8woQTcih' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Yhs5s5u7S5hA8woQTcih"], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Yhs5s5u7S5hA8woQTcih' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:10:27 UTC +00:00]]  (1.2ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.3ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:38 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:12:38 UTC +00:00]]  (2.8ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'tqFAsKYYeZWxBCvwRxmC' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:38 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "tqFAsKYYeZWxBCvwRxmC"], ["updated_at", Wed, 11 Sep 2013 12:12:38 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'X5rmYHqEpdqszQcxcUbj' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "X5rmYHqEpdqszQcxcUbj"], ["updated_at", Wed, 11 Sep 2013 12:12:38 UTC +00:00]]  (1.2ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:38 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:12:38 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'raTMbiVvNGwuEzDqWbCz' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:38 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "raTMbiVvNGwuEzDqWbCz"], ["updated_at", Wed, 11 Sep 2013 12:12:38 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (2.8ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'x3GyQXbbS63mpnh8SEcQ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "x3GyQXbbS63mpnh8SEcQ"], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'efndCPFVJf6C91zQusWX' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "efndCPFVJf6C91zQusWX"], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (2.1ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'vbu3MJPhk6Aj9camzUpo' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "vbu3MJPhk6Aj9camzUpo"], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (1.6ms) commit transaction  (1.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (0.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '7GCsHnsq9m4d2fDbppTN' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "7GCsHnsq9m4d2fDbppTN"], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (2.2ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'syrapz5gpG8AJrRgtpY7' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "syrapz5gpG8AJrRgtpY7"], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (1.7ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'HzyHHczdwv2vNRR9144W' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "HzyHHczdwv2vNRR9144W"], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'HzyHHczdwv2vNRR9144W' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (1.3ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'uEXwF1B5o6J66ixTZpaA' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "uEXwF1B5o6J66ixTZpaA"], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (1.0ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'k3uL7G1vsGFCB6pbi7qw' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "k3uL7G1vsGFCB6pbi7qw"], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (1.1ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (2.0ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Rv3VTbyG5sUJZcPtmP47' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Rv3VTbyG5sUJZcPtmP47"], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Rv3VTbyG5sUJZcPtmP47' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (1.3ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:12:41 UTC +00:00]]  (1.4ms) commit transaction  (2.6ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (4.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.4ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:46 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:12:46 UTC +00:00]]  (2.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 's4zajmA94bDuotKZrV11' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:46 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "s4zajmA94bDuotKZrV11"], ["updated_at", Wed, 11 Sep 2013 12:12:46 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'n9wxxTqK9kiZNzRA4pGj' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "n9wxxTqK9kiZNzRA4pGj"], ["updated_at", Wed, 11 Sep 2013 12:12:46 UTC +00:00]]  (1.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:46 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:12:46 UTC +00:00]]  (1.7ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'mhuNxiZxGjZRqPo8jgSz' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:12:46 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "mhuNxiZxGjZRqPo8jgSz"], ["updated_at", Wed, 11 Sep 2013 12:12:46 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (2.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'F9dKye44JedHy9pgzd5H' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "F9dKye44JedHy9pgzd5H"], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (1.9ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'SSR9aFyA4nK2FsvpT7C1' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "SSR9aFyA4nK2FsvpT7C1"], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (1.6ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (1.4ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'JVpfszXDaSFwSxXS3pys' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "JVpfszXDaSFwSxXS3pys"], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (1.4ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (8.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Msy6EPpZ3yVTc4fP3Gis' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Msy6EPpZ3yVTc4fP3Gis"], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '1owYKPGo1xnDuaVKLCsn' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "1owYKPGo1xnDuaVKLCsn"], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (1.9ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (2.2ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'mAMULtfxmYywYzDaG3vN' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "mAMULtfxmYywYzDaG3vN"], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'mAMULtfxmYywYzDaG3vN' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'tJyxDfu4ZdZWT4AgsdfY' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "tJyxDfu4ZdZWT4AgsdfY"], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (1.4ms) commit transaction  (2.2ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'HBMGdXhiVAN7sofTW26p' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "HBMGdXhiVAN7sofTW26p"], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (1.3ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (2.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'YhB6U1WkymUETz1N64bi' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "YhB6U1WkymUETz1N64bi"], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'YhB6U1WkymUETz1N64bi' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.1ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:09 UTC +00:00]]  (1.8ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.3ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (2.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'J5Qq3raCDEJRfNgQfGFs' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.7ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "J5Qq3raCDEJRfNgQfGFs"], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'W3yZJwojeNq9EtFYuBt5' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "W3yZJwojeNq9EtFYuBt5"], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (1.5ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Rzqq32Ge8p4sK1fD5eAo' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Rzqq32Ge8p4sK1fD5eAo"], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (1.3ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '2xqazkyMS83zxfmh9QD7' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "2xqazkyMS83zxfmh9QD7"], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (1.4ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'rMR3nzWGLbLt9Dxbvkp4' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "rMR3nzWGLbLt9Dxbvkp4"], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (1.3ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'bcrLLCpfkpbSxeNNpfFX' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "bcrLLCpfkpbSxeNNpfFX"], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'bcrLLCpfkpbSxeNNpfFX' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (1.8ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'FpdL7drqH7mq7Ra7xACC' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "FpdL7drqH7mq7Ra7xACC"], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'J6hNWVqGghCcoDocxyrx' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "J6hNWVqGghCcoDocxyrx"], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (1.4ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'P1s7VP2xcRnXwnNy7xcm' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "P1s7VP2xcRnXwnNy7xcm"], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'P1s7VP2xcRnXwnNy7xcm' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.2ms) begin transaction SQL (0.6ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:16 UTC +00:00]]  (1.6ms) commit transaction  (2.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:57 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:57 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'jSwpzjXkqYa3LVQpxKC7' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:57 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "jSwpzjXkqYa3LVQpxKC7"], ["updated_at", Wed, 11 Sep 2013 12:14:57 UTC +00:00]]  (2.0ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '8tjouUyYSbYg1ep1xA1N' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "8tjouUyYSbYg1ep1xA1N"], ["updated_at", Wed, 11 Sep 2013 12:14:57 UTC +00:00]]  (1.9ms) commit transaction  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:57 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:57 UTC +00:00]]  (1.7ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'CfiUyjNNbSb1q2zZspq8' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:57 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "CfiUyjNNbSb1q2zZspq8"], ["updated_at", Wed, 11 Sep 2013 12:14:57 UTC +00:00]]  (1.6ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:57 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:57 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '2cPzww8fM4t9PbWp7meX' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:57 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "2cPzww8fM4t9PbWp7meX"], ["updated_at", Wed, 11 Sep 2013 12:14:57 UTC +00:00]]  (1.5ms) commit transaction  (2.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:57 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:57 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '4R6M1dQxPpcCjchvpQEx' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:57 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "4R6M1dQxPpcCjchvpQEx"], ["updated_at", Wed, 11 Sep 2013 12:14:57 UTC +00:00]]  (1.8ms) commit transaction  (2.2ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'dJFsPzwyD2VfEX33hwUh' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "dJFsPzwyD2VfEX33hwUh"], ["updated_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'dJFsPzwyD2VfEX33hwUh' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00]]  (1.9ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '3apY92LAyxYnyMUyFDzm' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "3apY92LAyxYnyMUyFDzm"], ["updated_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00]]  (1.6ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'EzWE8aZuG2iwfyXMGerU' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "EzWE8aZuG2iwfyXMGerU"], ["updated_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00]]  (1.8ms) commit transaction  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00]]  (1.9ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'pBov9vU3s38V8VgjVWsa' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "pBov9vU3s38V8VgjVWsa"], ["updated_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'pBov9vU3s38V8VgjVWsa' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:14:58 UTC +00:00]]  (2.1ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:09 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:15:09 UTC +00:00]]  (2.7ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'f6v6UosSnnyixyqWCWts' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:09 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "f6v6UosSnnyixyqWCWts"], ["updated_at", Wed, 11 Sep 2013 12:15:09 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Z1VxkDpYzWEzmSyaqpuA' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "Z1VxkDpYzWEzmSyaqpuA"], ["updated_at", Wed, 11 Sep 2013 12:15:09 UTC +00:00]]  (1.6ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:09 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:15:09 UTC +00:00]]  (1.8ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'AkP2aTHpFPM83BAMXHvM' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:09 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "AkP2aTHpFPM83BAMXHvM"], ["updated_at", Wed, 11 Sep 2013 12:15:09 UTC +00:00]]  (1.1ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.0ms) DELETE FROM "opay_payments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:09 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:15:09 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sKpnyNvyp3QfPyzUUNKW' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:09 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "sKpnyNvyp3QfPyzUUNKW"], ["updated_at", Wed, 11 Sep 2013 12:15:09 UTC +00:00]]  (1.5ms) commit transaction  (2.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:09 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:15:09 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'a35RkxMxtXWhEn6qVsDd' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:09 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a35RkxMxtXWhEn6qVsDd"], ["updated_at", Wed, 11 Sep 2013 12:15:09 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'gR2Edz1Dd5wVS5UbGyma' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "gR2Edz1Dd5wVS5UbGyma"], ["updated_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00]]  (2.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'gR2Edz1Dd5wVS5UbGyma' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (2.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00]]  (2.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'aJaAyYmSL2vbkBVu8Uav' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "aJaAyYmSL2vbkBVu8Uav"], ["updated_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00]]  (1.6ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'nEqrbKsy3DrsNi6NYGwq' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "nEqrbKsy3DrsNi6NYGwq"], ["updated_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00]]  (1.3ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'NsjZ8nRqbwuQVEHpFKC6' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "NsjZ8nRqbwuQVEHpFKC6"], ["updated_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'NsjZ8nRqbwuQVEHpFKC6' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00]]  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:15:10 UTC +00:00]]  (1.4ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (2.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 's2tuniBs7zjE81KNrMJV' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "s2tuniBs7zjE81KNrMJV"], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'MZqfDaMsucT4nMexPFqV' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "MZqfDaMsucT4nMexPFqV"], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (1.6ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (1.6ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'xDUdRK56p7Psz9yQfzop' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "xDUdRK56p7Psz9yQfzop"], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (1.2ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'e2ws2xmXBHtg6rSfTVpX' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "e2ws2xmXBHtg6rSfTVpX"], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (1.6ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'heMrvbUoE6Zy2bxt66B4' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "heMrvbUoE6Zy2bxt66B4"], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (1.5ms) commit transaction  (8.8ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '4WjXEohrzDysTYAKZ1Zh' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "4WjXEohrzDysTYAKZ1Zh"], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '4WjXEohrzDysTYAKZ1Zh' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '3cxp1CS3ksi9EfBUyddn' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "3cxp1CS3ksi9EfBUyddn"], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (1.5ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'mypTWEwxqAxGnpzyS89C' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "mypTWEwxqAxGnpzyS89C"], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (1.9ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (2.1ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Hayt8qPktRpSGRE1uGYP' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Hayt8qPktRpSGRE1uGYP"], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Hayt8qPktRpSGRE1uGYP' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:15:24 UTC +00:00]]  (1.4ms) commit transaction  (2.2ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (2.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'pads3wH3xdkhY3xYzhEC' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "pads3wH3xdkhY3xYzhEC"], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (2.0ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'gQ12ks7c93CQkRGS1TtN' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "gQ12ks7c93CQkRGS1TtN"], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (1.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (1.8ms) commit transaction  (0.0ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'XvQHchcs9QSqK6p7D6cq' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "XvQHchcs9QSqK6p7D6cq"], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (1.3ms) commit transaction  (1.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'zx3V5uWsWaPUsWb3VZgm' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "zx3V5uWsWaPUsWb3VZgm"], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (1.6ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'cjVSd1Hsz7jmXvszKanz' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "cjVSd1Hsz7jmXvszKanz"], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (1.3ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'n2FSqnLseQwwMoD8CXCz' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "n2FSqnLseQwwMoD8CXCz"], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'n2FSqnLseQwwMoD8CXCz' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'pAgmWm4L8PWAQDF8JAxk' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "pAgmWm4L8PWAQDF8JAxk"], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (1.4ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'tk5qDBsJJqSebNANuuGf' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "tk5qDBsJJqSebNANuuGf"], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (1.7ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'VEb17qyGzyrDuq2C2KnG' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "VEb17qyGzyrDuq2C2KnG"], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'VEb17qyGzyrDuq2C2KnG' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:11 UTC +00:00]]  (2.1ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:20 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:20 UTC +00:00]]  (2.9ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'zwRe39gt85wVdeoSGsT2' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "zwRe39gt85wVdeoSGsT2"], ["updated_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'mDDxF1paYsmSiLt5zMmZ' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "mDDxF1paYsmSiLt5zMmZ"], ["updated_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00]]  (1.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00]]  (1.6ms) commit transaction  (0.0ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sR1NyAhquJrVMoQVz57a' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "sR1NyAhquJrVMoQVz57a"], ["updated_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00]]  (1.4ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '7jqLmGsbTbkqyMzfUfix' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "7jqLmGsbTbkqyMzfUfix"], ["updated_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00]]  (1.6ms) commit transaction  (3.0ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'qofpXHsc5G5uuLjc5uqM' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "qofpXHsc5G5uuLjc5uqM"], ["updated_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Kzr9z6By3fGpfK3pssXb' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Kzr9z6By3fGpfK3pssXb"], ["updated_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Kzr9z6By3fGpfK3pssXb' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00]]  (2.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '9HWZp16suxuVFzUrLrDF' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "9HWZp16suxuVFzUrLrDF"], ["updated_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00]]  (1.3ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'y4B1cpt6ifquHxHuQxVA' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "y4B1cpt6ifquHxHuQxVA"], ["updated_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00]]  (1.5ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'TNynrLvMAYiyTb3BAjzR' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "TNynrLvMAYiyTb3BAjzR"], ["updated_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'TNynrLvMAYiyTb3BAjzR' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00]]  (1.4ms) commit transaction  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:21 UTC +00:00]]  (1.6ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (3.3ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00]]  (2.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'BpjtUwNDq5tFiJf4nUsX' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "BpjtUwNDq5tFiJf4nUsX"], ["updated_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'c2krD7fcjyxLy7so1XLn' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "c2krD7fcjyxLy7so1XLn"], ["updated_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00]]  (1.6ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '62Hbm2A2yZsnJitVpaKx' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "62Hbm2A2yZsnJitVpaKx"], ["updated_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00]]  (1.2ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'cZLjjpHByG4LNYxQsCtZ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "cZLjjpHByG4LNYxQsCtZ"], ["updated_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00]]  (1.0ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'wBZgRsdGpehwhpqdohyY' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "wBZgRsdGpehwhpqdohyY"], ["updated_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00]]  (1.0ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'tbErjomsTvYp8zFmpTMP' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.7ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "tbErjomsTvYp8zFmpTMP"], ["updated_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'tbErjomsTvYp8zFmpTMP' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00]]  (1.3ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sQBsDsnCbpsUTUgCUtay' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "sQBsDsnCbpsUTUgCUtay"], ["updated_at", Wed, 11 Sep 2013 12:17:33 UTC +00:00]]  (1.0ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:34 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'pKSCJHotyikdxy6oPsNG' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:34 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "pKSCJHotyikdxy6oPsNG"], ["updated_at", Wed, 11 Sep 2013 12:17:34 UTC +00:00]]  (1.2ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:34 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'xvWfWLsuixzpZxqk2aWu' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:34 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "xvWfWLsuixzpZxqk2aWu"], ["updated_at", Wed, 11 Sep 2013 12:17:34 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'xvWfWLsuixzpZxqk2aWu' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:17:34 UTC +00:00]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:17:34 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:17:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:17:34 UTC +00:00]]  (1.4ms) commit transaction  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.1ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.9ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Qz4yyezcUsRSmYZHPtvB' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Qz4yyezcUsRSmYZHPtvB"], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (1.6ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'WP6U4nwzZdmfpD52Pvnx' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "WP6U4nwzZdmfpD52Pvnx"], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'iZYofXJMvyTxDRhuUQpg' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "iZYofXJMvyTxDRhuUQpg"], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (1.4ms) commit transaction  (2.2ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.2ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ThjRxRKLesj2TnoMGqWS' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ThjRxRKLesj2TnoMGqWS"], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (1.4ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (4.0ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'mGnFGbsNEMsyetzPYMdQ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "mGnFGbsNEMsyetzPYMdQ"], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (1.0ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'YjuNQqrarzbBgi7deBzL' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "YjuNQqrarzbBgi7deBzL"], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'YjuNQqrarzbBgi7deBzL' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (2.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (3.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'UyYz7voQZ3k5y8Gfx5W6' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "UyYz7voQZ3k5y8Gfx5W6"], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (4.1ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'LKePqpZ8pYZJsWtfUDRN' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "LKePqpZ8pYZJsWtfUDRN"], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (1.3ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sCgRx2FxKEjW8sqY8vp7' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "sCgRx2FxKEjW8sqY8vp7"], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sCgRx2FxKEjW8sqY8vp7' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (1.3ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (1.0ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.1ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:18:45 UTC +00:00]]  (1.3ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (3.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:15 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:20:15 UTC +00:00]]  (1.2ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'xvsq6pB9x6rsE8jbq4FT' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:15 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "xvsq6pB9x6rsE8jbq4FT"], ["updated_at", Wed, 11 Sep 2013 12:20:15 UTC +00:00]]  (2.1ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:15 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:20:15 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'f2JzU6QVcBb6byzuqFxg' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:15 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "f2JzU6QVcBb6byzuqFxg"], ["updated_at", Wed, 11 Sep 2013 12:20:15 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'WEbWmBYx73gLBVprv7sT' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "WEbWmBYx73gLBVprv7sT"], ["updated_at", Wed, 11 Sep 2013 12:20:15 UTC +00:00]]  (1.1ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00]]  (1.5ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'GH9yzbYMVyuKaJaNHcdU' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "GH9yzbYMVyuKaJaNHcdU"], ["updated_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '2qZ3n8B8YXxiGkGsme3E' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "2qZ3n8B8YXxiGkGsme3E"], ["updated_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'p57yajZEeaz2ExyMJQkS' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "p57yajZEeaz2ExyMJQkS"], ["updated_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00]]  (1.3ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'UEMUs6sgbKowgnFC52mp' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "UEMUs6sgbKowgnFC52mp"], ["updated_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00]]  (1.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'h69mPALJZUej9E4aFzd3' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "h69mPALJZUej9E4aFzd3"], ["updated_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '1GNasLU3ApyxyFV58scf' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "1GNasLU3ApyxyFV58scf"], ["updated_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '1GNasLU3ApyxyFV58scf' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.5ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'hQP8dNf3g4eaJMACU4xp' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "hQP8dNf3g4eaJMACU4xp"], ["updated_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00]]  (1.6ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'mzEbucRNtCR64bfGSkiV' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "mzEbucRNtCR64bfGSkiV"], ["updated_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00]]  (1.2ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'E5xUqimEBF21Fxz9EWFq' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "E5xUqimEBF21Fxz9EWFq"], ["updated_at", Wed, 11 Sep 2013 12:20:17 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'E5xUqimEBF21Fxz9EWFq' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.8ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:20:18 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:20:18 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:20:18 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:20:18 UTC +00:00]]  (1.5ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (0.9ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (3.2ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:29 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:21:29 UTC +00:00]]  (1.5ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'DTYJsQEjypkm8XyBHSYo' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:29 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "DTYJsQEjypkm8XyBHSYo"], ["updated_at", Wed, 11 Sep 2013 12:21:29 UTC +00:00]]  (1.7ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:29 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:21:29 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'D4RW5YCytXEfJCyBywng' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:29 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "D4RW5YCytXEfJCyBywng"], ["updated_at", Wed, 11 Sep 2013 12:21:29 UTC +00:00]]  (2.0ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'WSzMv9YqqzPykGNRUdZy' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "WSzMv9YqqzPykGNRUdZy"], ["updated_at", Wed, 11 Sep 2013 12:21:29 UTC +00:00]]  (1.7ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.3ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:33 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:21:33 UTC +00:00]]  (2.0ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'gZpfCkprteV3HQPMJSGM' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:33 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "gZpfCkprteV3HQPMJSGM"], ["updated_at", Wed, 11 Sep 2013 12:21:33 UTC +00:00]]  (1.8ms) commit transaction  (2.1ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:33 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:21:33 UTC +00:00]]  (2.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '6pepq6eGxisfbziNXwwJ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:33 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "6pepq6eGxisfbziNXwwJ"], ["updated_at", Wed, 11 Sep 2013 12:21:33 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'mg9h31UuR84mciVGXCbX' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "mg9h31UuR84mciVGXCbX"], ["updated_at", Wed, 11 Sep 2013 12:21:33 UTC +00:00]]  (1.2ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (25.3ms) DELETE FROM "opay_payments";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.9ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (1.5ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '1ex8KUW2uuxgqn4bzYyF' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "1ex8KUW2uuxgqn4bzYyF"], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (1.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (31.3ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (15.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'KnKJET2qRUCu2CJfDp5a' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "KnKJET2qRUCu2CJfDp5a"], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (11.0ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'XjfrwsXGdV5aigweEXDH' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "XjfrwsXGdV5aigweEXDH"], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (5.0ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (5.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (17.4ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (11.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 't8yW9SjQV2mpiDp3yNGm' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "t8yW9SjQV2mpiDp3yNGm"], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (1.4ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (0.9ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'RBz5oXiicjq3tgKZ2Ams' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "RBz5oXiicjq3tgKZ2Ams"], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'aaFnY2fpqHVR8G6QaXHF' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "aaFnY2fpqHVR8G6QaXHF"], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'aaFnY2fpqHVR8G6QaXHF' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (14.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (2.0ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'jypDubapvjWFpNAsrguw' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "jypDubapvjWFpNAsrguw"], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (1.2ms) commit transaction  (2.2ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (2.1ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'DDWygBzDBgQ1qyfY6sGr' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "DDWygBzDBgQ1qyfY6sGr"], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (1.3ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (0.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'tFmxSEXidyY2R1f25ppT' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "tFmxSEXidyY2R1f25ppT"], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'tFmxSEXidyY2R1f25ppT' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (1.4ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:21:36 UTC +00:00]]  (1.4ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.2ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.3ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:53 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:21:53 UTC +00:00]]  (1.9ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'dTZ97vgzBPXdcLqZsoMw' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:53 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "dTZ97vgzBPXdcLqZsoMw"], ["updated_at", Wed, 11 Sep 2013 12:21:53 UTC +00:00]]  (2.3ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:53 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:21:53 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'GLKewGsJrwppjpr5y5j3' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:21:53 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "GLKewGsJrwppjpr5y5j3"], ["updated_at", Wed, 11 Sep 2013 12:21:53 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '8FzkteRpwFsCxuyCu1sJ' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "8FzkteRpwFsCxuyCu1sJ"], ["updated_at", Wed, 11 Sep 2013 12:21:53 UTC +00:00]]  (1.5ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.3ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.5ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'yV1q3teGsFWXCecyfwm1' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "yV1q3teGsFWXCecyfwm1"], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (2.1ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'oy3VDGTkkyzo23otrhkL' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "oy3VDGTkkyzo23otrhkL"], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'mN7cyqNQWg5dcPJ9L6y1' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "mN7cyqNQWg5dcPJ9L6y1"], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.6ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'tCzUsZezZUXD8sCsXdch' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "tCzUsZezZUXD8sCsXdch"], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.3ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ZHdZFFJDvj5qs4x9YzB5' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ZHdZFFJDvj5qs4x9YzB5"], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.4ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '2WPgxff8DX7gbpj4yWbs' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "2WPgxff8DX7gbpj4yWbs"], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '2WPgxff8DX7gbpj4yWbs' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '9h44oygCL6MMFz7By6fu' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "9h44oygCL6MMFz7By6fu"], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.8ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'tMpHyyqNDzzgt2yUoNKU' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "tMpHyyqNDzzgt2yUoNKU"], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.3ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'u9yMD2V7Hw31FcrYhhHK' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "u9yMD2V7Hw31FcrYhhHK"], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'u9yMD2V7Hw31FcrYhhHK' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:01 UTC +00:00]]  (1.5ms) commit transaction  (1.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.1ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:32 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:32 UTC +00:00]]  (1.2ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'VyRoiyTcXEezSMPhzQpi' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:32 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "VyRoiyTcXEezSMPhzQpi"], ["updated_at", Wed, 11 Sep 2013 12:22:32 UTC +00:00]]  (1.9ms) commit transaction  (1.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (0.9ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:32 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:32 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'CkeoLLo5zJKYtuqpJryr' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:32 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "CkeoLLo5zJKYtuqpJryr"], ["updated_at", Wed, 11 Sep 2013 12:22:32 UTC +00:00]]  (21.8ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'p2QvycyUvUANi3xLPFwA' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.8ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "p2QvycyUvUANi3xLPFwA"], ["updated_at", Wed, 11 Sep 2013 12:22:32 UTC +00:00]]  (6.6ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (3.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (5.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.6ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'syXYnAgdezMQmsqqnr3y' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "syXYnAgdezMQmsqqnr3y"], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.6ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'zpDcDejHjcN25gh87x5F' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "zpDcDejHjcN25gh87x5F"], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'oEu7fcFPxQaF2Vz68o9k' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "oEu7fcFPxQaF2Vz68o9k"], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.4ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'cpgFE7Bp2ZtQtRisonMR' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "cpgFE7Bp2ZtQtRisonMR"], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.7ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Wxo2fwFsyusoytijqfuf' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Wxo2fwFsyusoytijqfuf"], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.4ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'R2HDipyEksJVhP6Zmrdx' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "R2HDipyEksJVhP6Zmrdx"], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'R2HDipyEksJVhP6Zmrdx' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'NfvVddqyFQebu2YQWq76' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "NfvVddqyFQebu2YQWq76"], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'qmFn1G9A7rqCp8kVBuzm' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "qmFn1G9A7rqCp8kVBuzm"], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'vqVxRy7cT2PwxdQM8v2b' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "vqVxRy7cT2PwxdQM8v2b"], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'vqVxRy7cT2PwxdQM8v2b' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:34 UTC +00:00]]  (1.6ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.1ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:39 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:39 UTC +00:00]]  (1.5ms) commit transaction  (0.2ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'bKzRsUMQMUdGELfTy7cy' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:39 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "bKzRsUMQMUdGELfTy7cy"], ["updated_at", Wed, 11 Sep 2013 12:22:39 UTC +00:00]]  (1.1ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:40 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:40 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'auWnhConsHWzzbwiyUz1' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (1.0ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:40 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "auWnhConsHWzzbwiyUz1"], ["updated_at", Wed, 11 Sep 2013 12:22:40 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ocnwLzpkgY8SRybhvbGc' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "ocnwLzpkgY8SRybhvbGc"], ["updated_at", Wed, 11 Sep 2013 12:22:40 UTC +00:00]]  (1.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (3.2ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:40 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:40 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'rLskkJ1jyb2S7z3DYfqg' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "rLskkJ1jyb2S7z3DYfqg"], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.4ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Vbfxy9qHruyquuBjDMhp' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Vbfxy9qHruyquuBjDMhp"], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'wz96fAvnto6jgeseaYUy' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "wz96fAvnto6jgeseaYUy"], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.2ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'UAKd5sickfiZfAfMp3WJ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "UAKd5sickfiZfAfMp3WJ"], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'J2PMzEZ9fe6tTZRwtdiy' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "J2PMzEZ9fe6tTZRwtdiy"], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.6ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'JYz6yJCiLTXNDHpKE7qy' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "JYz6yJCiLTXNDHpKE7qy"], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'JYz6yJCiLTXNDHpKE7qy' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.7ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sCWTtnxaWSJEPLuEjdVz' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "sCWTtnxaWSJEPLuEjdVz"], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'TQJjayuV1DFrgTpVgSzz' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "TQJjayuV1DFrgTpVgSzz"], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ZxwqpMK6jWpQxSz3zkQF' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ZxwqpMK6jWpQxSz3zkQF"], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ZxwqpMK6jWpQxSz3zkQF' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.4ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:41 UTC +00:00]]  (1.6ms) commit transaction  (1.3ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (17.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (20.4ms) DELETE FROM "orders";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.2ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:58 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:58 UTC +00:00]]  (3.0ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'bA7GxXaw6NokXqqZg4sb' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:58 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "bA7GxXaw6NokXqqZg4sb"], ["updated_at", Wed, 11 Sep 2013 12:22:58 UTC +00:00]]  (14.4ms) commit transaction  (20.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (12.8ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (18.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (9.8ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:58 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:22:58 UTC +00:00]]  (19.9ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'fR9cXN7oG2cFqrkjq1fM' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:22:58 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "fR9cXN7oG2cFqrkjq1fM"], ["updated_at", Wed, 11 Sep 2013 12:22:58 UTC +00:00]]  (5.9ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ArwGYdbhfv4LxNq7hczJ' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "ArwGYdbhfv4LxNq7hczJ"], ["updated_at", Wed, 11 Sep 2013 12:22:58 UTC +00:00]]  (14.2ms) commit transaction  (172.9ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (42.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (29.0ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (17.0ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:02 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:02 UTC +00:00]]  (1.6ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'qxQHzv4iSvLJfnMuZrLP' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:03 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "qxQHzv4iSvLJfnMuZrLP"], ["updated_at", Wed, 11 Sep 2013 12:23:03 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:03 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:03 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '78UCz3sbExjwbpHwyFwu' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:03 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "78UCz3sbExjwbpHwyFwu"], ["updated_at", Wed, 11 Sep 2013 12:23:03 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'qCbo6xr1Bq8kzkRqg1ZZ' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.6ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "qCbo6xr1Bq8kzkRqg1ZZ"], ["updated_at", Wed, 11 Sep 2013 12:23:03 UTC +00:00]]  (1.6ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.1ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.7ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'V7hwwYUxJAmQHog5gVKm' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "V7hwwYUxJAmQHog5gVKm"], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (2.0ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'czYpzkXbevFym3wkZ8mY' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "czYpzkXbevFym3wkZ8mY"], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '5zsj83dpz2bNa4ZpotBd' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "5zsj83dpz2bNa4ZpotBd"], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.3ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'zLkcNZAyjxP8Tu8LT3SE' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "zLkcNZAyjxP8Tu8LT3SE"], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '5xLwXMborPs2zMcHXBFf' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "5xLwXMborPs2zMcHXBFf"], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.9ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '5qLEbojoXotGnTQwJT87' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "5qLEbojoXotGnTQwJT87"], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '5qLEbojoXotGnTQwJT87' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'kShgGmTePJVc5y9pfYXX' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "kShgGmTePJVc5y9pfYXX"], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.8ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ugQYkSquCN5HuMrtTuW9' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ugQYkSquCN5HuMrtTuW9"], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.0ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'JTXdcozdo58eChETpKGn' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "JTXdcozdo58eChETpKGn"], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'JTXdcozdo58eChETpKGn' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:12 UTC +00:00]]  (1.6ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.2ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.2ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:34 UTC +00:00]]  (1.6ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'z57S8iCfgafJHEHzNHBx' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.7ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:34 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "z57S8iCfgafJHEHzNHBx"], ["updated_at", Wed, 11 Sep 2013 12:23:34 UTC +00:00]]  (1.2ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:34 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'tMpgx3npZpomtzzGpexT' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:34 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "tMpgx3npZpomtzzGpexT"], ["updated_at", Wed, 11 Sep 2013 12:23:34 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'zr9qVtoqDKTxy9j9Eo7U' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "zr9qVtoqDKTxy9j9Eo7U"], ["updated_at", Wed, 11 Sep 2013 12:23:34 UTC +00:00]]  (1.2ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (3.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.2ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:36 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:36 UTC +00:00]]  (1.6ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '5DbayvdD3gvgzp9jWXbZ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:36 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "5DbayvdD3gvgzp9jWXbZ"], ["updated_at", Wed, 11 Sep 2013 12:23:36 UTC +00:00]]  (1.8ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:36 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:36 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'XJxxWBTxe5myxcbyBndy' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:36 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "XJxxWBTxe5myxcbyBndy"], ["updated_at", Wed, 11 Sep 2013 12:23:36 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'wgY7ezTjazKyncf8Ycyw' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "wgY7ezTjazKyncf8Ycyw"], ["updated_at", Wed, 11 Sep 2013 12:23:36 UTC +00:00]]  (1.5ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (3.1ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:36 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:36 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ChQG3zYe8EEgggoDHUmf' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:36 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ChQG3zYe8EEgggoDHUmf"], ["updated_at", Wed, 11 Sep 2013 12:23:36 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:36 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:36 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'USTH2BQXZGA8LZpazwEF' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "USTH2BQXZGA8LZpazwEF"], ["updated_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'p5YgVpSQpWYhcKkwFjqx' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "p5YgVpSQpWYhcKkwFjqx"], ["updated_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'p5YgVpSQpWYhcKkwFjqx' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.3ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]]  (2.3ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ue24WSrqSsHpmYha7mes' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ue24WSrqSsHpmYha7mes"], ["updated_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'S5k47pkhdjvbGA4xamYM' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "S5k47pkhdjvbGA4xamYM"], ["updated_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00]]  (1.7ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'bEqCCFMF4vJoqDvmrjbx' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "bEqCCFMF4vJoqDvmrjbx"], ["updated_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'bEqCCFMF4vJoqDvmrjbx' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:37 UTC +00:00]]  (1.7ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.1ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:46 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:46 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'HkshVfqnaFdyFofuLU9R' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:46 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "HkshVfqnaFdyFofuLU9R"], ["updated_at", Wed, 11 Sep 2013 12:23:46 UTC +00:00]]  (1.9ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:46 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:46 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'hau2P8NXre3nBSsopNq3' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:46 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "hau2P8NXre3nBSsopNq3"], ["updated_at", Wed, 11 Sep 2013 12:23:46 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'iq4YJDWsczWhPL85Layz' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "iq4YJDWsczWhPL85Layz"], ["updated_at", Wed, 11 Sep 2013 12:23:46 UTC +00:00]]  (1.6ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.2ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00]]  (1.4ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '5udVmkL3pqCQLXLToVeW' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "5udVmkL3pqCQLXLToVeW"], ["updated_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'kByzX5CyhnsHKsyoB95T' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "kByzX5CyhnsHKsyoB95T"], ["updated_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'BAaNYpBG5HTJkfrqXyZj' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.8ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "BAaNYpBG5HTJkfrqXyZj"], ["updated_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00]]  (1.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00]]  (2.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'MkQGXzjsKypGWm4Ps7wj' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "MkQGXzjsKypGWm4Ps7wj"], ["updated_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00]]  (1.6ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '9Gngh7pDBqiqACyk7jcn' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "9Gngh7pDBqiqACyk7jcn"], ["updated_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00]]  (1.5ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'wJyvWSzux3xsRzhkmtpF' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "wJyvWSzux3xsRzhkmtpF"], ["updated_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'wJyvWSzux3xsRzhkmtpF' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'PzWLvBVQGGxuRjEXKiFv' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "PzWLvBVQGGxuRjEXKiFv"], ["updated_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00]]  (1.7ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'oHTcy3Y5VQxcA8e2Yhhf' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "oHTcy3Y5VQxcA8e2Yhhf"], ["updated_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00]]  (1.5ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sn6uytqByDvh9qoay8JX' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "sn6uytqByDvh9qoay8JX"], ["updated_at", Wed, 11 Sep 2013 12:23:48 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sn6uytqByDvh9qoay8JX' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:23:49 UTC +00:00]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:23:49 UTC +00:00]]  (2.0ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:23:49 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:23:49 UTC +00:00]]  (1.7ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.3ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'bwfKDmBANw8KgiPV4hgv' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "bwfKDmBANw8KgiPV4hgv"], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (2.0ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'skUWLTzf3vDE3dWwbv1g' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "skUWLTzf3vDE3dWwbv1g"], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'hvG54Nxn9yAYRaLkKd5m' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "hvG54Nxn9yAYRaLkKd5m"], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (1.4ms) commit transaction  (2.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'djRBsfrzzT6gz4favqsh' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "djRBsfrzzT6gz4favqsh"], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (1.7ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'vBzPrjZMtgD9TqNYKj6q' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.7ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "vBzPrjZMtgD9TqNYKj6q"], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (1.5ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'g5pP1ssfj6ypypnHFBUt' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "g5pP1ssfj6ypypnHFBUt"], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'g5pP1ssfj6ypypnHFBUt' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '29hVtkfnsnutRhqg6LqZ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "29hVtkfnsnutRhqg6LqZ"], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (2.1ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'eq8RYa28zFgEpxEP5NB6' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "eq8RYa28zFgEpxEP5NB6"], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (1.0ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ia1UqGmxGspaATpjMyis' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ia1UqGmxGspaATpjMyis"], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ia1UqGmxGspaATpjMyis' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (2.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:05 UTC +00:00]]  (2.2ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.4ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.3ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00]]  (4.6ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '7qoNqzDzzL7fYxhqG3n7' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "7qoNqzDzzL7fYxhqG3n7"], ["updated_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '7qoNqzDzzL7fYxhqG3n7' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'cxKKKUTL4AqqRrPY9svs' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "cxKKKUTL4AqqRrPY9svs"], ["updated_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00]]  (2.1ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'citrJ2wakSZJqSRQzqFk' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "citrJ2wakSZJqSRQzqFk"], ["updated_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00]]  (1.4ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'xUyFb4KpxazXzhFj6qvr' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "xUyFb4KpxazXzhFj6qvr"], ["updated_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'xUyFb4KpxazXzhFj6qvr' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:40 UTC +00:00]]  (2.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:45 UTC +00:00]]  (2.3ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'FqED97xjU1zCExxiW1fe' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "FqED97xjU1zCExxiW1fe"], ["updated_at", Wed, 11 Sep 2013 12:24:45 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'FqED97xjU1zCExxiW1fe' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:45 UTC +00:00]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:45 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:45 UTC +00:00]]  (2.0ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'JV4xp6shQKRN9Ms8GCgi' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "JV4xp6shQKRN9Ms8GCgi"], ["updated_at", Wed, 11 Sep 2013 12:24:45 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:46 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:46 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'WzjKo8yF3A14yzjkvPrq' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:46 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "WzjKo8yF3A14yzjkvPrq"], ["updated_at", Wed, 11 Sep 2013 12:24:46 UTC +00:00]]  (1.2ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:46 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:46 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'a1su4eQt8uaiCZdB9AbQ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:46 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "a1su4eQt8uaiCZdB9AbQ"], ["updated_at", Wed, 11 Sep 2013 12:24:46 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'a1su4eQt8uaiCZdB9AbQ' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:46 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:46 UTC +00:00]]  (2.0ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:46 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:46 UTC +00:00]]  (1.1ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:47 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:47 UTC +00:00]]  (1.5ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'DHjKfyyHDpKKmqzJiE2G' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "DHjKfyyHDpKKmqzJiE2G"], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (2.2ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'UMDZxo5zXa3xQBbJbcEd' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "UMDZxo5zXa3xQBbJbcEd"], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'QAxsC1v3cszbigdWVq73' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "QAxsC1v3cszbigdWVq73"], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'KQqpYBPhLn31eMJxQvHs' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "KQqpYBPhLn31eMJxQvHs"], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.1ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'BD2uBzidNqW9rizfWpN4' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "BD2uBzidNqW9rizfWpN4"], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.9ms) commit transaction  (2.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '4Koy3L27hefJwxAnaysx' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "4Koy3L27hefJwxAnaysx"], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '4Koy3L27hefJwxAnaysx' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'v7cdsNnZhuE1CjH1iThz' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "v7cdsNnZhuE1CjH1iThz"], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.7ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'u2U1nc2Zq4zyySRfm8f6' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "u2U1nc2Zq4zyySRfm8f6"], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.3ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'rqgueH8b1DPduXtW6aVV' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "rqgueH8b1DPduXtW6aVV"], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'rqgueH8b1DPduXtW6aVV' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.4ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:48 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.3ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00]]  (2.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'yqYf3nBvqxmQPxj4XT5a' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "yqYf3nBvqxmQPxj4XT5a"], ["updated_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'yqYf3nBvqxmQPxj4XT5a' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'tyqxJsizHo5UcJQJznG8' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "tyqxJsizHo5UcJQJznG8"], ["updated_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00]]  (1.4ms) commit transaction  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'B3sL5DMNnidF5FaMkUv5' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "B3sL5DMNnidF5FaMkUv5"], ["updated_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00]]  (2.1ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'bfaxqsoqmwnzzzqtSV4F' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "bfaxqsoqmwnzzzqtSV4F"], ["updated_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'bfaxqsoqmwnzzzqtSV4F' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00]]  (1.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:24:56 UTC +00:00]]  (1.6ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:14 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:14 UTC +00:00]]  (2.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'VtZTgiFULvmd2xacRkkY' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:14 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "VtZTgiFULvmd2xacRkkY"], ["updated_at", Wed, 11 Sep 2013 12:25:14 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'VtZTgiFULvmd2xacRkkY' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.3ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.7ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:25:15 UTC +00:00]]  (1.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:25:15 UTC +00:00]]  (1.9ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:15 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:15 UTC +00:00]]  (1.9ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'FMpkr8A7z4Yi92xomHx7' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:15 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "FMpkr8A7z4Yi92xomHx7"], ["updated_at", Wed, 11 Sep 2013 12:25:15 UTC +00:00]]  (1.5ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:15 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:15 UTC +00:00]]  (3.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'aphrzXRsGXP6ZqFDGFNM' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:15 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "aphrzXRsGXP6ZqFDGFNM"], ["updated_at", Wed, 11 Sep 2013 12:25:15 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:15 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:15 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '8xgywdkVudu5X9tbYtNL' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:15 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "8xgywdkVudu5X9tbYtNL"], ["updated_at", Wed, 11 Sep 2013 12:25:15 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '8xgywdkVudu5X9tbYtNL' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:25:15 UTC +00:00]]  (1.4ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:25:15 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (2.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:15 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:15 UTC +00:00]]  (2.1ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (3.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.2ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00]]  (1.4ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'aojtyf6HdQQc7umZzb43' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "aojtyf6HdQQc7umZzb43"], ["updated_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00]]  (1.9ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '9YrRqMsXfPn3zAAyvyPZ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "9YrRqMsXfPn3zAAyvyPZ"], ["updated_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'DqjmpXsWXzf58i25qaVi' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "DqjmpXsWXzf58i25qaVi"], ["updated_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00]]  (1.3ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.1ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00]]  (2.0ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'eoYtiJVTAf3tyxhZ7n2E' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "eoYtiJVTAf3tyxhZ7n2E"], ["updated_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.8ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'HeUWrTsWU1CkozmaKvGX' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "HeUWrTsWU1CkozmaKvGX"], ["updated_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00]]  (1.5ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'RpCVQYDcbUGwd3HgNGAF' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "RpCVQYDcbUGwd3HgNGAF"], ["updated_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'RpCVQYDcbUGwd3HgNGAF' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.3ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:25:16 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:17 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:17 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'FjyqLeY1NqjMMx4iPbvd' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:17 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "FjyqLeY1NqjMMx4iPbvd"], ["updated_at", Wed, 11 Sep 2013 12:25:17 UTC +00:00]]  (1.3ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:17 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:17 UTC +00:00]]  (2.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'wexZkB1kHJMyEo4TWn4z' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:17 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "wexZkB1kHJMyEo4TWn4z"], ["updated_at", Wed, 11 Sep 2013 12:25:17 UTC +00:00]]  (1.2ms) commit transaction  (2.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:17 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:17 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'pMTe8amg1zYi94ptjQMF' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:17 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "pMTe8amg1zYi94ptjQMF"], ["updated_at", Wed, 11 Sep 2013 12:25:17 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'pMTe8amg1zYi94ptjQMF' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:25:17 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:25:17 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:17 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:17 UTC +00:00]]  (1.2ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.1ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (6.1ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.7ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '6AMGZP3pAcpLsqbWmAYB' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "6AMGZP3pAcpLsqbWmAYB"], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (2.1ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '3sZyHsW7Vdp5eJ3jwpvG' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "3sZyHsW7Vdp5eJ3jwpvG"], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'YAosq63qci93nxKxjUyv' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "YAosq63qci93nxKxjUyv"], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.1ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'YMypi3CXYC8fyBGnSHRA' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "YMypi3CXYC8fyBGnSHRA"], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'oeMamzPg5QfScq7GgVzd' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "oeMamzPg5QfScq7GgVzd"], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.6ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '9mwDpJ9n1XjzekGypRaM' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "9mwDpJ9n1XjzekGypRaM"], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (2.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '9mwDpJ9n1XjzekGypRaM' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.3ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'NPyjNWspgguDuVJ4Zxt9' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "NPyjNWspgguDuVJ4Zxt9"], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'hN84EbxRs6kFFiRVBGPE' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "hN84EbxRs6kFFiRVBGPE"], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'qT8iYs89GYgyJLCWps6s' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "qT8iYs89GYgyJLCWps6s"], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'qT8iYs89GYgyJLCWps6s' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (0.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:25:45 UTC +00:00]]  (1.3ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.3ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (1.4ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '5SzbEjSfZssQwtS67cir' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "5SzbEjSfZssQwtS67cir"], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (1.7ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '6gTXL8X3GkaEBxisUbrF' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "6gTXL8X3GkaEBxisUbrF"], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'FimZzYLHezy5kpR6maAj' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "FimZzYLHezy5kpR6maAj"], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (1.2ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (3.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'WeLUeNFNipz8GWnHCVri' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "WeLUeNFNipz8GWnHCVri"], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (1.1ms) commit transaction  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'DzfRmNzpfpAA8cwMPJyW' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "DzfRmNzpfpAA8cwMPJyW"], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (1.5ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'kT8QPXxVVhgWD1JMvWMF' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "kT8QPXxVVhgWD1JMvWMF"], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'kT8QPXxVVhgWD1JMvWMF' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (2.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'dxp3o8t4oHo1hM6ywVUy' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "dxp3o8t4oHo1hM6ywVUy"], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'HzGXogE9s4GEApgkpHoE' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "HzGXogE9s4GEApgkpHoE"], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (1.6ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ynZKLXMYCKdJYHWW2fja' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ynZKLXMYCKdJYHWW2fja"], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ynZKLXMYCKdJYHWW2fja' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:26:00 UTC +00:00]]  (1.6ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (3.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (5.8ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:36 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:26:36 UTC +00:00]]  (1.5ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'oy21ohJUs1y4tpBpbYXj' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:36 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "oy21ohJUs1y4tpBpbYXj"], ["updated_at", Wed, 11 Sep 2013 12:26:36 UTC +00:00]]  (2.1ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '28qHM2bcqM4vvQS6sZ1L' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "28qHM2bcqM4vvQS6sZ1L"], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'HLP1rgidXpPXKVN5BF4G' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "HLP1rgidXpPXKVN5BF4G"], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'E1pTRetfqEbEbwqAXo9a' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "E1pTRetfqEbEbwqAXo9a"], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.2ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'V1K6hxqz4anHRvnPeoSz' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "V1K6hxqz4anHRvnPeoSz"], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.6ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'YL5w9yqHAQMsTzyhxbhJ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "YL5w9yqHAQMsTzyhxbhJ"], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'YL5w9yqHAQMsTzyhxbhJ' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ZHEaSyWYWEyZJsNk1h5a' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ZHEaSyWYWEyZJsNk1h5a"], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '3yRA4ZBTsXbxzp7p6WWq' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "3yRA4ZBTsXbxzp7p6WWq"], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'iyQArxjJnyD4z8VkGqJ1' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "iyQArxjJnyD4z8VkGqJ1"], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'iyQArxjJnyD4z8VkGqJ1' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 12:26:37 UTC +00:00]]  (1.4ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (31.2ms) DELETE FROM "opay_payments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (6.9ms) DELETE FROM "orders";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (45.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.8ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '3kxJ3eXMzjqit52xAmtv' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.7ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "3kxJ3eXMzjqit52xAmtv"], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '4PqzkvwhPqBi8dxArsWJ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "4PqzkvwhPqBi8dxArsWJ"], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'iwCyusGEEZgqDr1LpDCF' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "iwCyusGEEZgqDr1LpDCF"], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.1ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'TQcqjWTGUEsAEAxGCkDN' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "TQcqjWTGUEsAEAxGCkDN"], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'TQcqjWTGUEsAEAxGCkDN' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'hFQ87Y2CXz2SmBpvDt11' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "hFQ87Y2CXz2SmBpvDt11"], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.6ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'HC4myQpCwwQLsi7pT3jM' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "HC4myQpCwwQLsi7pT3jM"], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'HC4myQpCwwQLsi7pT3jM' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.4ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.0ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'QkMv7v5D6pZhx4mYwCXW' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "QkMv7v5D6pZhx4mYwCXW"], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.4ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'N7gs1fi2iSQwD4yqBc6m' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "N7gs1fi2iSQwD4yqBc6m"], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.4ms) commit transaction  (18.6ms) DELETE FROM "opay_payments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (1.9ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'K2Z8ewoyyxvkun4BhDUS' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "K2Z8ewoyyxvkun4BhDUS"], ["updated_at", Wed, 11 Sep 2013 13:32:01 UTC +00:00]]  (2.8ms) commit transaction  (2.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.2ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.9ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00]]  (2.1ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '3Y9etpqiurLQ5TxaQGvZ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "3Y9etpqiurLQ5TxaQGvZ"], ["updated_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '3Y9etpqiurLQ5TxaQGvZ' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'uRpzrCgrGepYqUfiJCv2' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "uRpzrCgrGepYqUfiJCv2"], ["updated_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00]]  (1.1ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'UqfSCVzzeyFearSEVDWZ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "UqfSCVzzeyFearSEVDWZ"], ["updated_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'UqfSCVzzeyFearSEVDWZ' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'thzxpVE3WpNef1p6Ep5m' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "thzxpVE3WpNef1p6Ep5m"], ["updated_at", Wed, 11 Sep 2013 13:37:41 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (3.3ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00]]  (2.1ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'rHQ6LHg2FgcmKYdECa5s' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "rHQ6LHg2FgcmKYdECa5s"], ["updated_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00]]  (2.0ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'rHQ6LHg2FgcmKYdECa5s' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'CPzGhytb2PnfqZ1odyJs' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "CPzGhytb2PnfqZ1odyJs"], ["updated_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00]]  (1.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'W7uiqeJ1zo5mWnjp6PMe' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "W7uiqeJ1zo5mWnjp6PMe"], ["updated_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00]]  (1.0ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'W7uiqeJ1zo5mWnjp6PMe' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'JZDuJCLiyapvKHpsHZnG' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "JZDuJCLiyapvKHpsHZnG"], ["updated_at", Wed, 11 Sep 2013 13:37:42 UTC +00:00]]  (1.3ms) commit transaction  (2.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.8ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00]]  (1.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sN8xixLT1Vb9vMmnXzmX' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "sN8xixLT1Vb9vMmnXzmX"], ["updated_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00]]  (2.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sN8xixLT1Vb9vMmnXzmX' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'qgYycDUicoEzgBvc9SgT' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "qgYycDUicoEzgBvc9SgT"], ["updated_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '3yr6FgptDRgmxyshE2QB' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "3yr6FgptDRgmxyshE2QB"], ["updated_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '3yr6FgptDRgmxyshE2QB' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Yx2pFy1tWFdXJBzzsBVf' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Yx2pFy1tWFdXJBzzsBVf"], ["updated_at", Wed, 11 Sep 2013 13:39:27 UTC +00:00]]  (1.2ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (3.0ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (4.0ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:40:27 UTC +00:00]]  (2.2ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:40:27 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'pkRCmsn9tZiqf3dxFWLs' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "pkRCmsn9tZiqf3dxFWLs"], ["updated_at", Wed, 11 Sep 2013 13:40:27 UTC +00:00]]  (2.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'pkRCmsn9tZiqf3dxFWLs' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:40:27 UTC +00:00]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:40:27 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:40:27 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'WsG9mNMgwrvXv2qBKVpP' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "WsG9mNMgwrvXv2qBKVpP"], ["updated_at", Wed, 11 Sep 2013 13:40:27 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:40:27 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'xPNm5sPvy9hYL9gxz34J' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "xPNm5sPvy9hYL9gxz34J"], ["updated_at", Wed, 11 Sep 2013 13:40:27 UTC +00:00]]  (2.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'xPNm5sPvy9hYL9gxz34J' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:40:28 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:40:28 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.4ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:28 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:40:28 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '2sxgPVMouVzsp4k11NPG' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:28 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "2sxgPVMouVzsp4k11NPG"], ["updated_at", Wed, 11 Sep 2013 13:40:28 UTC +00:00]]  (1.4ms) commit transaction  (2.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.1ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (1.6ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ZL1fF54pukpezxpkp852' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ZL1fF54pukpezxpkp852"], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (2.2ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'VPRLaKAPhqHsmWsVG9DG' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "VPRLaKAPhqHsmWsVG9DG"], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'noZUjRM8EkqzirQXoadX' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "noZUjRM8EkqzirQXoadX"], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (1.6ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (1.6ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (2.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'TiZZrKuayN3BAQ3JDFVp' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "TiZZrKuayN3BAQ3JDFVp"], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'TiZZrKuayN3BAQ3JDFVp' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'BGfo1LGvnwFeJNzDAprx' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "BGfo1LGvnwFeJNzDAprx"], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (1.7ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ggimbytepbDeDjsfHyyF' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ggimbytepbDeDjsfHyyF"], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ggimbytepbDeDjsfHyyF' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.4ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'RQuxrYeqpf4LCafNz4c3' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "RQuxrYeqpf4LCafNz4c3"], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (1.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'gxAEysQP9rfg2qb2y2tc' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "gxAEysQP9rfg2qb2y2tc"], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (1.0ms) commit transaction  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'qMKxtN1hfDwQt8Lht7Rh' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "qMKxtN1hfDwQt8Lht7Rh"], ["updated_at", Wed, 11 Sep 2013 13:40:47 UTC +00:00]]  (2.0ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.0ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (5.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:41:12 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:41:12 UTC +00:00]]  (2.3ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:41:12 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:41:12 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'WtUzaAmLbUKbBefJBcdd' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:41:12 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "WtUzaAmLbUKbBefJBcdd"], ["updated_at", Wed, 11 Sep 2013 13:41:12 UTC +00:00]]  (2.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'WtUzaAmLbUKbBefJBcdd' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:41:13 UTC +00:00]]  (2.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:41:13 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:41:13 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:41:13 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'rRbfrDyrgovnEghmLWBx' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:41:13 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "rRbfrDyrgovnEghmLWBx"], ["updated_at", Wed, 11 Sep 2013 13:41:13 UTC +00:00]]  (1.5ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:41:13 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:41:13 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'c6BK8YJ3vsAwz6n3jxpY' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:41:13 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "c6BK8YJ3vsAwz6n3jxpY"], ["updated_at", Wed, 11 Sep 2013 13:41:13 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'c6BK8YJ3vsAwz6n3jxpY' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:41:13 UTC +00:00]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:41:13 UTC +00:00]]  (4.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:41:13 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:41:13 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'spxyVz1hUPHXbiSUiyvE' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:41:13 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "spxyVz1hUPHXbiSUiyvE"], ["updated_at", Wed, 11 Sep 2013 13:41:13 UTC +00:00]]  (1.5ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (3.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00]]  (2.2ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Sqc5UHfuUq1ZZp6wyRqU' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Sqc5UHfuUq1ZZp6wyRqU"], ["updated_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00]]  (2.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Sqc5UHfuUq1ZZp6wyRqU' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'P5XM5ffLCFAUsd25LJJZ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "P5XM5ffLCFAUsd25LJJZ"], ["updated_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00]]  (1.1ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'u3suxJhJKRa3pZCNtGVZ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "u3suxJhJKRa3pZCNtGVZ"], ["updated_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'u3suxJhJKRa3pZCNtGVZ' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (2.2ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'D4RqJFg8ZZ6diiZVWy4f' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "D4RqJFg8ZZ6diiZVWy4f"], ["updated_at", Wed, 11 Sep 2013 13:45:12 UTC +00:00]]  (1.4ms) commit transaction  (2.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (3.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (3.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00]]  (2.2ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '7LqwYHKRuprKRrcvyHPJ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "7LqwYHKRuprKRrcvyHPJ"], ["updated_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00]]  (1.9ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '7LqwYHKRuprKRrcvyHPJ' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.3ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.2ms) begin transaction SQL (0.6ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00]]  (1.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sqTXqf92yXEdPbX26v3n' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "sqTXqf92yXEdPbX26v3n"], ["updated_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00]]  (1.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'wV9qoW9Jxv6zpp6eEFkj' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "wV9qoW9Jxv6zpp6eEFkj"], ["updated_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'wV9qoW9Jxv6zpp6eEFkj' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.4ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '85PLyn8NiA1sBMpJNyTs' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "85PLyn8NiA1sBMpJNyTs"], ["updated_at", Wed, 11 Sep 2013 13:45:13 UTC +00:00]]  (1.6ms) commit transaction  (2.2ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (2.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:47:39 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:47:39 UTC +00:00]]  (2.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:47:39 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:47:39 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'xmxM2gM9sLy7Ne4y6BrL' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:47:39 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "xmxM2gM9sLy7Ne4y6BrL"], ["updated_at", Wed, 11 Sep 2013 13:47:39 UTC +00:00]]  (1.5ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:47:40 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:47:40 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'fJcGusYkHCyMrZ6TFpyw' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:47:40 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "fJcGusYkHCyMrZ6TFpyw"], ["updated_at", Wed, 11 Sep 2013 13:47:40 UTC +00:00]]  (1.2ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:47:40 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:47:40 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ts3P4eioGKzyhvPEVWpX' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:47:40 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ts3P4eioGKzyhvPEVWpX"], ["updated_at", Wed, 11 Sep 2013 13:47:40 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ts3P4eioGKzyhvPEVWpX' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:47:40 UTC +00:00]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:47:40 UTC +00:00]]  (0.9ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:47:40 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:47:40 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'jyPizNBfPqwStNS7Xc7Y' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:47:40 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "jyPizNBfPqwStNS7Xc7Y"], ["updated_at", Wed, 11 Sep 2013 13:47:40 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'jyPizNBfPqwStNS7Xc7Y' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:47:40 UTC +00:00]]  (1.4ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:47:40 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.1ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'j2i7tgYiJBr2XaiLeivQ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "j2i7tgYiJBr2XaiLeivQ"], ["updated_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00]]  (1.8ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'kqb36sne4BKX43zgsszW' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "kqb36sne4BKX43zgsszW"], ["updated_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'k6Eq8pyEznz4G2MAgsqi' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "k6Eq8pyEznz4G2MAgsqi"], ["updated_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'k6Eq8pyEznz4G2MAgsqi' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00]]  (1.9ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'dizFejoNz8Vtu56RApYR' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "dizFejoNz8Vtu56RApYR"], ["updated_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'dizFejoNz8Vtu56RApYR' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00]]  (1.3ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (2.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:48:24 UTC +00:00]]  (2.2ms) commit transaction  (1.3ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.1ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:48:28 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:48:28 UTC +00:00]]  (2.4ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:48:28 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:48:28 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '5VPxrMmLxBuoDysyryfC' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:48:28 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "5VPxrMmLxBuoDysyryfC"], ["updated_at", Wed, 11 Sep 2013 13:48:28 UTC +00:00]]  (1.7ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:48:28 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:48:28 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 't4rFhxfT9pD95msHbVDq' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:48:28 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "t4rFhxfT9pD95msHbVDq"], ["updated_at", Wed, 11 Sep 2013 13:48:28 UTC +00:00]]  (1.2ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:48:28 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:48:28 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 's7pGzbPmPp8tsDwYwC1f' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:48:28 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "s7pGzbPmPp8tsDwYwC1f"], ["updated_at", Wed, 11 Sep 2013 13:48:28 UTC +00:00]]  (1.6ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:48:28 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:48:28 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'MxeLvpTHppTAvV9Ays5d' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:48:28 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "MxeLvpTHppTAvV9Ays5d"], ["updated_at", Wed, 11 Sep 2013 13:48:28 UTC +00:00]]  (3.4ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (4.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00]]  (2.1ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'mWLD4knCsivBVk44bo7k' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "mWLD4knCsivBVk44bo7k"], ["updated_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00]]  (2.2ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'VYwXzLM6Yq1PQAQ27EQd' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "VYwXzLM6Yq1PQAQ27EQd"], ["updated_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00]]  (1.7ms) commit transaction  (2.1ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00]]  (1.5ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'jzUyrBeyrqUTzLsfFaHQ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "jzUyrBeyrqUTzLsfFaHQ"], ["updated_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00]]  (1.4ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'D2zviezGwG271NevbYVF' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "D2zviezGwG271NevbYVF"], ["updated_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00]]  (1.1ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '1H7g6JNJvZdPpdJP8vNi' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "1H7g6JNJvZdPpdJP8vNi"], ["updated_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00]]  (1.4ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'YsyZDny1AeKXyuz41vzS' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "YsyZDny1AeKXyuz41vzS"], ["updated_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00]]  (1.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (4.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'VBvKEpxYvMkEYdKQ1CGD' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "VBvKEpxYvMkEYdKQ1CGD"], ["updated_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'N6mDczbsnxjxxos4zsHW' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "N6mDczbsnxjxxos4zsHW"], ["updated_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00]]  (1.5ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00]]  (1.7ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sZBAcdMgm4zVijJWsJnf' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "sZBAcdMgm4zVijJWsJnf"], ["updated_at", Wed, 11 Sep 2013 13:52:48 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (3.8ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (42.9ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00]]  (1.6ms) commit transaction  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'XtwegT9eYSgF2pPtj6wn' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "XtwegT9eYSgF2pPtj6wn"], ["updated_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'XtwegT9eYSgF2pPtj6wn' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'bz98TaAq1MnfBKxaCxwB' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "bz98TaAq1MnfBKxaCxwB"], ["updated_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00]]  (1.5ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'dMQ6xinvEY72yutQ2cZR' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "dMQ6xinvEY72yutQ2cZR"], ["updated_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00]]  (1.6ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'exWAxpzinoRNQzFhgzwp' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "exWAxpzinoRNQzFhgzwp"], ["updated_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'exWAxpzinoRNQzFhgzwp' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:53:40 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (3.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (4.3ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:42 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:53:42 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'j7s1wayUnDz2K5zH2BD2' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:42 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "j7s1wayUnDz2K5zH2BD2"], ["updated_at", Wed, 11 Sep 2013 13:53:42 UTC +00:00]]  (1.5ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:42 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:53:42 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'pixYKsqq4bS1zLn7wqNa' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:42 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "pixYKsqq4bS1zLn7wqNa"], ["updated_at", Wed, 11 Sep 2013 13:53:42 UTC +00:00]]  (1.6ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00]]  (2.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'GgLjJVRHfGzZ5SxRv2ui' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "GgLjJVRHfGzZ5SxRv2ui"], ["updated_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'GgLjJVRHfGzZ5SxRv2ui' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00]]  (1.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'cVsyJb25dBibyzmeoDzo' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "cVsyJb25dBibyzmeoDzo"], ["updated_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00]]  (2.1ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'jA7hsAEmsfrDGRDexCtd' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "jA7hsAEmsfrDGRDexCtd"], ["updated_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00]]  (1.9ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'RYGZJTKZhpnnkz1Cfdk6' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "RYGZJTKZhpnnkz1Cfdk6"], ["updated_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'RYGZJTKZhpnnkz1Cfdk6' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00]]  (1.3ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ZxKydekz8ydcESEpWzgg' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ZxKydekz8ydcESEpWzgg"], ["updated_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'syMfgmbZwXJpj5aN4cmz' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "syMfgmbZwXJpj5aN4cmz"], ["updated_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00]]  (1.6ms) commit transaction  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'n7wTzZM4Dys5G53Zs6QQ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "n7wTzZM4Dys5G53Zs6QQ"], ["updated_at", Wed, 11 Sep 2013 13:53:43 UTC +00:00]]  (1.7ms) commit transaction  (1.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (3.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:19 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:55:19 UTC +00:00]]  (2.0ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'DyBh1yt8coT8Gx1mHVWB' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:19 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "DyBh1yt8coT8Gx1mHVWB"], ["updated_at", Wed, 11 Sep 2013 13:55:19 UTC +00:00]]  (2.0ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:19 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:55:19 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Fxq2FW6ro7ynsQ9yAofJ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:19 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Fxq2FW6ro7ynsQ9yAofJ"], ["updated_at", Wed, 11 Sep 2013 13:55:19 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (3.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:22 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:55:22 UTC +00:00]]  (2.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '3UWbzhzpy2iPWC8agbt8' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:22 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "3UWbzhzpy2iPWC8agbt8"], ["updated_at", Wed, 11 Sep 2013 13:55:22 UTC +00:00]]  (1.7ms) commit transaction  (1.3ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:22 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:55:22 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'VVtbGMzNkVTDzByQkT7p' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:22 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "VVtbGMzNkVTDzByQkT7p"], ["updated_at", Wed, 11 Sep 2013 13:55:22 UTC +00:00]]  (1.8ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (48.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:55:34 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '8zUMFNtYiD96RB5JQypk' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:34 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "8zUMFNtYiD96RB5JQypk"], ["updated_at", Wed, 11 Sep 2013 13:55:34 UTC +00:00]]  (0.9ms) commit transaction  (1.2ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:55:34 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'tCgrWcAh1Zg4KsaCekuE' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:34 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "tCgrWcAh1Zg4KsaCekuE"], ["updated_at", Wed, 11 Sep 2013 13:55:34 UTC +00:00]]  (1.7ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (45.0ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00]]  (1.8ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'kCnKfCYp4GKpqFyC1tie' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "kCnKfCYp4GKpqFyC1tie"], ["updated_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'kCnKfCYp4GKpqFyC1tie' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.3ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '1hDdvLzmpskZKDeNERpv' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "1hDdvLzmpskZKDeNERpv"], ["updated_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00]]  (1.2ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'uGsC6Ncm4Li5yoYcF5Jp' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "uGsC6Ncm4Li5yoYcF5Jp"], ["updated_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00]]  (1.4ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '7PQzTukRa5PBCPQhqkqW' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "7PQzTukRa5PBCPQhqkqW"], ["updated_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '7PQzTukRa5PBCPQhqkqW' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:55:50 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (3.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (47.2ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00]]  (1.8ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 's1XDFz2nfXynakbxCinf' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "s1XDFz2nfXynakbxCinf"], ["updated_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 's1XDFz2nfXynakbxCinf' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (2.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'yDyXvst6p5y4MQWT3HWj' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "yDyXvst6p5y4MQWT3HWj"], ["updated_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00]]  (1.3ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sWbpnqwFbEBjPBs5WpD3' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "sWbpnqwFbEBjPBs5WpD3"], ["updated_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00]]  (1.0ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'WiG2pBaJc5JMVoz3GTYh' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "WiG2pBaJc5JMVoz3GTYh"], ["updated_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'WiG2pBaJc5JMVoz3GTYh' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:56:05 UTC +00:00]]  (2.0ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (42.0ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:56:57 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:56:57 UTC +00:00]]  (2.0ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (3.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:56:57 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:56:57 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Nomg9dBHUJgxy2i7acC9' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:56:58 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Nomg9dBHUJgxy2i7acC9"], ["updated_at", Wed, 11 Sep 2013 13:56:58 UTC +00:00]]  (2.1ms) commit transaction  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:56:58 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:56:58 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '3WKNkxYy1HkWK1g5w2b2' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:56:58 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "3WKNkxYy1HkWK1g5w2b2"], ["updated_at", Wed, 11 Sep 2013 13:56:58 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:56:58 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:56:58 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'cpsuSCyStHJ66yCJXpKB' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:56:58 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "cpsuSCyStHJ66yCJXpKB"], ["updated_at", Wed, 11 Sep 2013 13:56:58 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:56:58 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:56:58 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'DXY46HMs8LJjJtyAYxpx' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:56:58 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "DXY46HMs8LJjJtyAYxpx"], ["updated_at", Wed, 11 Sep 2013 13:56:58 UTC +00:00]]  (1.6ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00]]  (1.8ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00]]  (2.2ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'qTk1YwMvyi2KipTskztG' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "qTk1YwMvyi2KipTskztG"], ["updated_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'qTk1YwMvyi2KipTskztG' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '4TUo22eTqatEBJ3EefzQ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "4TUo22eTqatEBJ3EefzQ"], ["updated_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00]]  (1.4ms) commit transaction  (2.2ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'WC4QqPgvoyHWaqHPY8dN' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "WC4QqPgvoyHWaqHPY8dN"], ["updated_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00]]  (1.4ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'z61xW3gocSK5trsx1XZ1' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "z61xW3gocSK5trsx1XZ1"], ["updated_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'z61xW3gocSK5trsx1XZ1' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00]]  (1.5ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 13:57:10 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (6.2ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (4.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00]]  (1.7ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '8ygLvxMhMmmwWuUy6hRY' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "8ygLvxMhMmmwWuUy6hRY"], ["updated_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '8ygLvxMhMmmwWuUy6hRY' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'gZyU1qsVMzWfEc9x9Mnv' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "gZyU1qsVMzWfEc9x9Mnv"], ["updated_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00]]  (1.2ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sMUMd7pqMBzpeyTjpzpz' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "sMUMd7pqMBzpeyTjpzpz"], ["updated_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00]]  (1.2ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'exjSk9FQhMGzopkRcWnQ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "exjSk9FQhMGzopkRcWnQ"], ["updated_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'exjSk9FQhMGzopkRcWnQ' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:01:45 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (4.0ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:03:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:03:05 UTC +00:00]]  (1.4ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:03:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:03:05 UTC +00:00]]  (4.6ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '4maFsDtfgSKqEMUSX6gW' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:03:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "4maFsDtfgSKqEMUSX6gW"], ["updated_at", Wed, 11 Sep 2013 14:03:05 UTC +00:00]]  (1.6ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:03:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:03:05 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'T9Y6dumpzwyojtpx7MuH' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:03:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "T9Y6dumpzwyojtpx7MuH"], ["updated_at", Wed, 11 Sep 2013 14:03:05 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:03:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:03:05 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ZUReqtBcxiN8qi2HsUhm' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:03:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ZUReqtBcxiN8qi2HsUhm"], ["updated_at", Wed, 11 Sep 2013 14:03:05 UTC +00:00]]  (1.5ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:03:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:03:05 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'SfbUzbMDaUxCV4eTrYxx' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:03:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "SfbUzbMDaUxCV4eTrYxx"], ["updated_at", Wed, 11 Sep 2013 14:03:05 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.9ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00]]  (2.6ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'tLau8Woaa4JdxqfzMnTi' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "tLau8Woaa4JdxqfzMnTi"], ["updated_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00]]  (1.8ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'CsgxqNrRdQ8fHQDffbiG' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "CsgxqNrRdQ8fHQDffbiG"], ["updated_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00]]  (1.4ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '7ykkaUpwmjb3FLxecV1B' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "7ykkaUpwmjb3FLxecV1B"], ["updated_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00]]  (1.6ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'nN5CCHCxi6Gsi7yu2xus' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "nN5CCHCxi6Gsi7yu2xus"], ["updated_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00]]  (1.5ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00]]  (1.6ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '7xBjrWe9JfBTZhWGZEem' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "7xBjrWe9JfBTZhWGZEem"], ["updated_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00]]  (1.5ms) commit transaction  (2.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (0.9ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'SkvHyGhzCSebS6iQxyPp' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "SkvHyGhzCSebS6iQxyPp"], ["updated_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00]]  (1.3ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sSVWnCYWaWsfU7QjrqFS' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "sSVWnCYWaWsfU7QjrqFS"], ["updated_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '5qXznYjW7oxBsspgstix' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "5qXznYjW7oxBsspgstix"], ["updated_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00]]  (1.5ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00]]  (1.2ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'uVgmVaAqnXjh32d31pPE' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "uVgmVaAqnXjh32d31pPE"], ["updated_at", Wed, 11 Sep 2013 14:04:22 UTC +00:00]]  (1.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00]]  (2.8ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '2NYrHod886FaPxY8gXYC' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "2NYrHod886FaPxY8gXYC"], ["updated_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00]]  (1.7ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'eM5pJFkBuCwpJGR6da8f' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "eM5pJFkBuCwpJGR6da8f"], ["updated_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00]]  (1.5ms) commit transaction  (2.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'fCWk6rRBcrhHr1fvTTPG' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "fCWk6rRBcrhHr1fvTTPG"], ["updated_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00]]  (1.5ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'avv2MkY8GUqp9XKr6qLN' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "avv2MkY8GUqp9XKr6qLN"], ["updated_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00]]  (1.4ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00]]  (1.7ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Mdj6J4hzBuXWMcDsrzjn' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Mdj6J4hzBuXWMcDsrzjn"], ["updated_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00]]  (1.5ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'wKstUpexSc9mAzpVHHgZ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "wKstUpexSc9mAzpVHHgZ"], ["updated_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00]]  (1.3ms) commit transaction  (3.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.3ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'xyRQQPyxHEpXFsWHbVrY' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "xyRQQPyxHEpXFsWHbVrY"], ["updated_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'AEiNYqjseGo9gKo6yfSQ' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "AEiNYqjseGo9gKo6yfSQ"], ["updated_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00]]  (1.2ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00]]  (2.0ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'eZkxy3qsntvYuBNAi6MB' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "eZkxy3qsntvYuBNAi6MB"], ["updated_at", Wed, 11 Sep 2013 14:05:52 UTC +00:00]]  (1.4ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (44.9ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:07:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:07:41 UTC +00:00]]  (2.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'qJd8vgymhpqiXdLPqAuK' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:07:41 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "qJd8vgymhpqiXdLPqAuK"], ["updated_at", Wed, 11 Sep 2013 14:07:41 UTC +00:00]]  (1.8ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:07:41 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:07:41 UTC +00:00]]  (4.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'kWqcG7ABwdCKySsxLAk2' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:07:42 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "kWqcG7ABwdCKySsxLAk2"], ["updated_at", Wed, 11 Sep 2013 14:07:42 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:07:42 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:07:42 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ukbi3MdprpwYaib5wY54' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:07:42 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ukbi3MdprpwYaib5wY54"], ["updated_at", Wed, 11 Sep 2013 14:07:42 UTC +00:00]]  (1.3ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (43.3ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00]]  (2.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'VSyXyVkpU9ngg3ybY4Uz' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "VSyXyVkpU9ngg3ybY4Uz"], ["updated_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00]]  (1.7ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'LUHpoahShbwkpQi91D1r' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "LUHpoahShbwkpQi91D1r"], ["updated_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'CUEJQLTvGcXhKLpfmFkN' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "CUEJQLTvGcXhKLpfmFkN"], ["updated_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'CUEJQLTvGcXhKLpfmFkN' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00]]  (1.9ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'eGypJCh56kytC7BL9ArE' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "eGypJCh56kytC7BL9ArE"], ["updated_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'eGypJCh56kytC7BL9ArE' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:07:58 UTC +00:00]]  (1.3ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (42.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:03 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:08:03 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'xWgVXFExPzWpgvUdXeDr' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:03 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "xWgVXFExPzWpgvUdXeDr"], ["updated_at", Wed, 11 Sep 2013 14:08:03 UTC +00:00]]  (2.0ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:04 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:08:04 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'yGnt88H6HTGL8znxjxgq' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:04 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "yGnt88H6HTGL8znxjxgq"], ["updated_at", Wed, 11 Sep 2013 14:08:04 UTC +00:00]]  (1.3ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:04 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:08:04 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '9xZTw1K5KwsbqV8x4jHB' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:04 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "9xZTw1K5KwsbqV8x4jHB"], ["updated_at", Wed, 11 Sep 2013 14:08:04 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '9xZTw1K5KwsbqV8x4jHB' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:08:04 UTC +00:00]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:08:04 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:04 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:08:04 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Wg4GWa8xUQhmB1TpYiBy' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:04 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Wg4GWa8xUQhmB1TpYiBy"], ["updated_at", Wed, 11 Sep 2013 14:08:04 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Wg4GWa8xUQhmB1TpYiBy' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:08:04 UTC +00:00]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:08:04 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:04 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:08:04 UTC +00:00]]  (1.3ms) commit transaction  (2.2ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00]]  (2.7ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '4XkgMi8i3xQEbsEFJiWH' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "4XkgMi8i3xQEbsEFJiWH"], ["updated_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00]]  (1.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'heZKn23H7StZ2zTAu72Z' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "heZKn23H7StZ2zTAu72Z"], ["updated_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00]]  (1.5ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ShzQq3cCJmwPkxQSg8GK' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ShzQq3cCJmwPkxQSg8GK"], ["updated_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ShzQq3cCJmwPkxQSg8GK' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.4ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Uq8RLdUprLAomDZ19M7B' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Uq8RLdUprLAomDZ19M7B"], ["updated_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Uq8RLdUprLAomDZ19M7B' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00]]  (1.9ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (0.9ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00]]  (1.1ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00]]  (2.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'e1qiacPdJSMqy2BqHpqB' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "e1qiacPdJSMqy2BqHpqB"], ["updated_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00]]  (1.3ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (0.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'cGyTG5xRdfsgC3iiJJag' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "cGyTG5xRdfsgC3iiJJag"], ["updated_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00]]  (1.7ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'NmzqxSiHtdQYZ1xfTvaj' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "NmzqxSiHtdQYZ1xfTvaj"], ["updated_at", Wed, 11 Sep 2013 14:08:05 UTC +00:00]]  (1.4ms) commit transaction  (2.3ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:06 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:08:06 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'pFzc3CqrLdmJ4MjR18kB' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:06 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "pFzc3CqrLdmJ4MjR18kB"], ["updated_at", Wed, 11 Sep 2013 14:08:06 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'yFzhdDUkq4zdDdrNwzSp' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "yFzhdDUkq4zdDdrNwzSp"], ["updated_at", Wed, 11 Sep 2013 14:08:06 UTC +00:00]]  (1.6ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:06 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:08:06 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'BxasjKwE6yPq2UCGHxvj' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:08:06 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "BxasjKwE6yPq2UCGHxvj"], ["updated_at", Wed, 11 Sep 2013 14:08:06 UTC +00:00]]  (1.1ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (48.2ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:09:30 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:09:30 UTC +00:00]]  (2.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '5d4gy8xRsS3ncCdi912m' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:09:30 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "5d4gy8xRsS3ncCdi912m"], ["updated_at", Wed, 11 Sep 2013 14:09:30 UTC +00:00]]  (1.4ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:09:30 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:09:30 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'gkfqqapW74HDeajUSCsp' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:09:30 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "gkfqqapW74HDeajUSCsp"], ["updated_at", Wed, 11 Sep 2013 14:09:30 UTC +00:00]]  (1.2ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:09:30 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:09:30 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'y4YbdXYfQyuAw4uBx3oM' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:09:30 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "y4YbdXYfQyuAw4uBx3oM"], ["updated_at", Wed, 11 Sep 2013 14:09:30 UTC +00:00]]  (1.4ms) commit transaction  (2.1ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (8.8ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (46.9ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:10:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:10:34 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'UzyGDpWFEip41q2V8cdv' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "UzyGDpWFEip41q2V8cdv"], ["updated_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00]]  (1.8ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'qBa9ehLZobD3PbftYgbN' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "qBa9ehLZobD3PbftYgbN"], ["updated_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00]]  (1.0ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'qhzBCNMXBuzuHiUmEKzS' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "qhzBCNMXBuzuHiUmEKzS"], ["updated_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'qhzBCNMXBuzuHiUmEKzS' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00]]  (1.9ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00]]  (2.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'UpEjTfNMas5yTbvVxxti' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "UpEjTfNMas5yTbvVxxti"], ["updated_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'UpEjTfNMas5yTbvVxxti' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:10:35 UTC +00:00]]  (1.2ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (47.9ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:10:47 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:10:47 UTC +00:00]]  (2.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'nkyTRvhBxjXyPVR8NrY2' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:10:47 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "nkyTRvhBxjXyPVR8NrY2"], ["updated_at", Wed, 11 Sep 2013 14:10:47 UTC +00:00]]  (1.8ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:10:47 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:10:47 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'kqKYeBNUyTDs9B5Jm2u2' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:10:47 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "kqKYeBNUyTDs9B5Jm2u2"], ["updated_at", Wed, 11 Sep 2013 14:10:47 UTC +00:00]]  (1.5ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:10:47 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:10:47 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'CDt1p9zyC1x3TpmBjw5o' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:10:47 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "CDt1p9zyC1x3TpmBjw5o"], ["updated_at", Wed, 11 Sep 2013 14:10:47 UTC +00:00]]  (1.2ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:11:20 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:11:20 UTC +00:00]]  (2.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'VMdT4D4o7jUcNQJquSFN' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:11:20 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "VMdT4D4o7jUcNQJquSFN"], ["updated_at", Wed, 11 Sep 2013 14:11:20 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:11:20 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:11:20 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '7kejxawg1YaiC9icFefp' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:11:20 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "7kejxawg1YaiC9icFefp"], ["updated_at", Wed, 11 Sep 2013 14:11:20 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:11:20 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:11:20 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'UXBuht4w8hx3mTNY3p8V' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:11:20 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "UXBuht4w8hx3mTNY3p8V"], ["updated_at", Wed, 11 Sep 2013 14:11:20 UTC +00:00]]  (1.8ms) commit transaction  (1.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:11:20 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:11:20 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'bJ6eRF7q1BqyzbrzqXsy' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:11:20 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "bJ6eRF7q1BqyzbrzqXsy"], ["updated_at", Wed, 11 Sep 2013 14:11:20 UTC +00:00]]  (1.4ms) commit transaction  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:11:20 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:11:20 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:11:52 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:11:52 UTC +00:00]]  (2.6ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'qz4SqxAJy6M71p7dxYGG' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:11:52 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "qz4SqxAJy6M71p7dxYGG"], ["updated_at", Wed, 11 Sep 2013 14:11:52 UTC +00:00]]  (1.6ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:11:52 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:11:52 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '3yw1prpp1qEssp59bWP4' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:11:52 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "3yw1prpp1qEssp59bWP4"], ["updated_at", Wed, 11 Sep 2013 14:11:52 UTC +00:00]]  (1.6ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:11:52 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:11:52 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'tZz3yJF9FxzjqBzxCANA' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:11:52 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "tZz3yJF9FxzjqBzxCANA"], ["updated_at", Wed, 11 Sep 2013 14:11:52 UTC +00:00]]  (1.4ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:11:52 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:11:52 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'aGsZ51FLMwcKPpmYVR8T' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:11:52 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "aGsZ51FLMwcKPpmYVR8T"], ["updated_at", Wed, 11 Sep 2013 14:11:52 UTC +00:00]]  (1.5ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:11:52 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:11:52 UTC +00:00]]  (1.1ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:12:27 UTC +00:00]]  (2.6ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'xhGwDa3BRxydy33HFoqV' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "xhGwDa3BRxydy33HFoqV"], ["updated_at", Wed, 11 Sep 2013 14:12:27 UTC +00:00]]  (1.6ms) commit transaction  (2.2ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (7.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.5ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:12:27 UTC +00:00]]  (2.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'SMfTMxEbZ7yCYnLqZLak' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "SMfTMxEbZ7yCYnLqZLak"], ["updated_at", Wed, 11 Sep 2013 14:12:27 UTC +00:00]]  (1.5ms) commit transaction  (2.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:12:27 UTC +00:00]]  (2.0ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'x9FPXkxpoinUzPzpzWUW' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "x9FPXkxpoinUzPzpzWUW"], ["updated_at", Wed, 11 Sep 2013 14:12:27 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:12:27 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '4GeGfbdkohgXx3AZNkD9' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "4GeGfbdkohgXx3AZNkD9"], ["updated_at", Wed, 11 Sep 2013 14:12:27 UTC +00:00]]  (1.4ms) commit transaction  (2.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:12:27 UTC +00:00]]  (1.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00]]  (2.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '4vHJxzDhX8qyxzmGsMgs' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "4vHJxzDhX8qyxzmGsMgs"], ["updated_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00]]  (1.9ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'V2Dwca7JyyKNAygkk4At' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "V2Dwca7JyyKNAygkk4At"], ["updated_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00]]  (1.3ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'JwPXxyCEpjoGE7MsnRQ9' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "JwPXxyCEpjoGE7MsnRQ9"], ["updated_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'JwPXxyCEpjoGE7MsnRQ9' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (2.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00]]  (2.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'UkFeyaop767oaRtFsL8x' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "UkFeyaop767oaRtFsL8x"], ["updated_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'UkFeyaop767oaRtFsL8x' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00]]  (2.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:12:44 UTC +00:00]]  (1.2ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (4.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:51 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:12:51 UTC +00:00]]  (2.7ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '8xEznLC9jWUoo7EDbgod' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:51 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "8xEznLC9jWUoo7EDbgod"], ["updated_at", Wed, 11 Sep 2013 14:12:51 UTC +00:00]]  (1.7ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:51 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:12:51 UTC +00:00]]  (2.0ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'XVpvfWrKXh9EWz6xeSqy' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:51 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "XVpvfWrKXh9EWz6xeSqy"], ["updated_at", Wed, 11 Sep 2013 14:12:51 UTC +00:00]]  (1.3ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:51 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:12:51 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'uS6uBNpWtRsPWdxosuXK' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:12:51 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "uS6uBNpWtRsPWdxosuXK"], ["updated_at", Wed, 11 Sep 2013 14:12:51 UTC +00:00]]  (1.5ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:13:25 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:13:25 UTC +00:00]]  (2.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Jzw8qgQxqwT3qHSH6xDZ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:13:25 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Jzw8qgQxqwT3qHSH6xDZ"], ["updated_at", Wed, 11 Sep 2013 14:13:25 UTC +00:00]]  (1.7ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:13:25 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:13:25 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'z7L21Gsn8zrqswMxADQD' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:13:25 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "z7L21Gsn8zrqswMxADQD"], ["updated_at", Wed, 11 Sep 2013 14:13:25 UTC +00:00]]  (1.3ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:13:25 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:13:25 UTC +00:00]]  (1.9ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'TUwiDyag1mNR6s7y2CML' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:13:25 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "TUwiDyag1mNR6s7y2CML"], ["updated_at", Wed, 11 Sep 2013 14:13:25 UTC +00:00]]  (1.2ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:13:58 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:13:58 UTC +00:00]]  (2.1ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'TzrBJZxShEdL6fH8Nggv' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:13:58 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "TzrBJZxShEdL6fH8Nggv"], ["updated_at", Wed, 11 Sep 2013 14:13:58 UTC +00:00]]  (2.2ms) commit transaction  (2.2ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.6ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:13:58 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:13:58 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'uxxRjMyRgGzshSVgaHQs' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:13:58 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "uxxRjMyRgGzshSVgaHQs"], ["updated_at", Wed, 11 Sep 2013 14:13:58 UTC +00:00]]  (1.6ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:13:59 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:13:59 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'x5oPmU8GqgGj3xa6FSvs' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:13:59 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "x5oPmU8GqgGj3xa6FSvs"], ["updated_at", Wed, 11 Sep 2013 14:13:59 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'x5oPmU8GqgGj3xa6FSvs' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.3ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:13:59 UTC +00:00]]  (1.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:13:59 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:13:59 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:13:59 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'DfeSKusBazQZAKrfUWss' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:13:59 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "DfeSKusBazQZAKrfUWss"], ["updated_at", Wed, 11 Sep 2013 14:13:59 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'DfeSKusBazQZAKrfUWss' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:13:59 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:13:59 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (2.2ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:13:59 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:13:59 UTC +00:00]]  (1.5ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:06 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:14:06 UTC +00:00]]  (2.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'M9c5pbFmepqp1YitvMvt' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:06 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "M9c5pbFmepqp1YitvMvt"], ["updated_at", Wed, 11 Sep 2013 14:14:06 UTC +00:00]]  (7.6ms) commit transaction  (96.4ms) DELETE FROM "opay_payments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (155.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (86.6ms) DELETE FROM "orders";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (25.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:06 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:14:06 UTC +00:00]]  (116.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'MFYqpMJHS5sDy7AzES9u' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.7ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:07 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "MFYqpMJHS5sDy7AzES9u"], ["updated_at", Wed, 11 Sep 2013 14:14:07 UTC +00:00]]  (105.5ms) commit transaction  (103.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (112.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:07 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:14:07 UTC +00:00]]  (21.9ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'WedKvxeLfcefadeHUCo9' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:07 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "WedKvxeLfcefadeHUCo9"], ["updated_at", Wed, 11 Sep 2013 14:14:07 UTC +00:00]]  (140.6ms) commit transaction  (2.3ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (3.2ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:09 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:14:09 UTC +00:00]]  (2.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '4qb7iQ8aLmWTv9kMBsQf' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:09 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "4qb7iQ8aLmWTv9kMBsQf"], ["updated_at", Wed, 11 Sep 2013 14:14:09 UTC +00:00]]  (1.8ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:09 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:14:09 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'g8BvyyTRQZVB6Vrgn7AD' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:09 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "g8BvyyTRQZVB6Vrgn7AD"], ["updated_at", Wed, 11 Sep 2013 14:14:09 UTC +00:00]]  (1.4ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:09 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:14:09 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'FE9pY9apqGksHrowc2hq' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:09 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "FE9pY9apqGksHrowc2hq"], ["updated_at", Wed, 11 Sep 2013 14:14:09 UTC +00:00]]  (1.4ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (3.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:18 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:14:18 UTC +00:00]]  (2.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '96xakf9Spfs5sjiyH94d' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:18 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "96xakf9Spfs5sjiyH94d"], ["updated_at", Wed, 11 Sep 2013 14:14:18 UTC +00:00]]  (1.7ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:18 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:14:18 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'uw5Lqscaf4sVWcGXyt3e' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:18 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "uw5Lqscaf4sVWcGXyt3e"], ["updated_at", Wed, 11 Sep 2013 14:14:18 UTC +00:00]]  (1.8ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:18 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:14:18 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'gCx47FyoJ7XyTyQmMMta' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:18 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "gCx47FyoJ7XyTyQmMMta"], ["updated_at", Wed, 11 Sep 2013 14:14:18 UTC +00:00]]  (1.0ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (3.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:44 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:14:44 UTC +00:00]]  (2.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'VyHmmiwtp4kwFW5B4HyZ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:44 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "VyHmmiwtp4kwFW5B4HyZ"], ["updated_at", Wed, 11 Sep 2013 14:14:44 UTC +00:00]]  (1.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:44 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:14:44 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sNaKbrqyFk232DeyMELN' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:44 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "sNaKbrqyFk232DeyMELN"], ["updated_at", Wed, 11 Sep 2013 14:14:44 UTC +00:00]]  (1.7ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.8ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:44 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:14:44 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'GTHLpQkqguq3DSj2ZKSw' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:44 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "GTHLpQkqguq3DSj2ZKSw"], ["updated_at", Wed, 11 Sep 2013 14:14:44 UTC +00:00]]  (1.2ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:57 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:14:57 UTC +00:00]]  (2.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'mJGQP6u45FASfAysP5s8' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:57 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "mJGQP6u45FASfAysP5s8"], ["updated_at", Wed, 11 Sep 2013 14:14:57 UTC +00:00]]  (1.9ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:57 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:14:57 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '8VbqtzjJ24x9cYRXFxQA' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:57 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "8VbqtzjJ24x9cYRXFxQA"], ["updated_at", Wed, 11 Sep 2013 14:14:57 UTC +00:00]]  (1.5ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:57 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:14:57 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'ws4M3pyyN7zXpsfLTJEH' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:14:57 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "ws4M3pyyN7zXpsfLTJEH"], ["updated_at", Wed, 11 Sep 2013 14:14:57 UTC +00:00]]  (1.3ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:18:26 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:18:26 UTC +00:00]]  (2.4ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'XahNzBe9qa16kPShqAtN' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:18:26 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "XahNzBe9qa16kPShqAtN"], ["updated_at", Wed, 11 Sep 2013 14:18:26 UTC +00:00]]  (2.0ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (215.5ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:18:26 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:18:26 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'RRvfaWGbZxbHJgq9cxAM' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:18:26 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "RRvfaWGbZxbHJgq9cxAM"], ["updated_at", Wed, 11 Sep 2013 14:18:26 UTC +00:00]]  (1.5ms) commit transaction  (220.6ms) DELETE FROM "opay_payments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:18:26 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:18:26 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Dny9QZwrj6vxfHsAhmjq' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:18:26 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Dny9QZwrj6vxfHsAhmjq"], ["updated_at", Wed, 11 Sep 2013 14:18:26 UTC +00:00]]  (214.2ms) commit transaction Opay::Payment Load (0.5ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Dny9QZwrj6vxfHsAhmjq' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:18:26 UTC +00:00]]  (4.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:18:26 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (212.4ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.3ms) begin transaction SQL (0.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:18:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:18:27 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'FhHzocxonPE7mJsGGZpp' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:18:27 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "FhHzocxonPE7mJsGGZpp"], ["updated_at", Wed, 11 Sep 2013 14:18:27 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'FhHzocxonPE7mJsGGZpp' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:18:27 UTC +00:00]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:18:27 UTC +00:00]]  (221.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (2.2ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (297.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:18:27 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:18:27 UTC +00:00]]  (1.8ms) commit transaction  (239.3ms) DELETE FROM "opay_payments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (224.7ms) DELETE FROM "opay_payments";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00]]  (3.0ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'QFvAGGgb5MKacU7s1Cw2' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.7ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "QFvAGGgb5MKacU7s1Cw2"], ["updated_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00]]  (173.8ms) commit transaction  (30.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (6.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'srSedcUd5pzTDYRNk9TX' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "srSedcUd5pzTDYRNk9TX"], ["updated_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00]]  (1.5ms) commit transaction  (2.0ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'yoE7WHixuA157566zuQE' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "yoE7WHixuA157566zuQE"], ["updated_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'yoE7WHixuA157566zuQE' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.3ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '5BqNWERjTFx41Qv8LyRa' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "5BqNWERjTFx41Qv8LyRa"], ["updated_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '5BqNWERjTFx41Qv8LyRa' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:23:07 UTC +00:00]]  (1.2ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.7ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:23 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:31:23 UTC +00:00]]  (2.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'F2bDtfCU128ME4rpe8VB' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:23 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "F2bDtfCU128ME4rpe8VB"], ["updated_at", Wed, 11 Sep 2013 14:31:23 UTC +00:00]]  (1.8ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'euFgxviXxFMGfzpJqQGz' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "euFgxviXxFMGfzpJqQGz"], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.8ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '8KdFuT2fVz2SzUb7sQK7' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "8KdFuT2fVz2SzUb7sQK7"], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '8KdFuT2fVz2SzUb7sQK7' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'xFYMeh2GzKyCgyxqxfqu' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "xFYMeh2GzKyCgyxqxfqu"], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'xFYMeh2GzKyCgyxqxfqu' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.3ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'e4nWy2rpMzo9WDZnsD52' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "e4nWy2rpMzo9WDZnsD52"], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.2ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'JRRZhkSgyw3ohJAXzyJs' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "JRRZhkSgyw3ohJAXzyJs"], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.5ms) commit transaction  (2.2ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'nE6yipt4yd2ykLYtzkbF' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "nE6yipt4yd2ykLYtzkbF"], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.4ms) commit transaction  (2.2ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.8ms) DELETE FROM "opay_payments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sHgz5FAwCPHmxxRczBxG' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "sHgz5FAwCPHmxxRczBxG"], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'zefvy3i4g7yeP5zpiPmn' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.0ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "zefvy3i4g7yeP5zpiPmn"], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.6ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.7ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.5ms) commit transaction  (0.0ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'mLvH1mGzdhpLNujLUHpf' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "mLvH1mGzdhpLNujLUHpf"], ["updated_at", Wed, 11 Sep 2013 14:31:24 UTC +00:00]]  (1.5ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (4.9ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:31 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:31:31 UTC +00:00]]  (2.5ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'Gzq3qMdpswGFRgwaujyK' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:31 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "Gzq3qMdpswGFRgwaujyK"], ["updated_at", Wed, 11 Sep 2013 14:31:31 UTC +00:00]]  (1.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:31 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:31:31 UTC +00:00]]  (1.9ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'j72qTVzqFxSWt1NBFTsK' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:31 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "j72qTVzqFxSWt1NBFTsK"], ["updated_at", Wed, 11 Sep 2013 14:31:31 UTC +00:00]]  (1.4ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (0.9ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:31 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:31:31 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'sYXgEAxwyopH8QpexJw2' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:31 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "sYXgEAxwyopH8QpexJw2"], ["updated_at", Wed, 11 Sep 2013 14:31:31 UTC +00:00]]  (1.2ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (2.6ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.5ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00]]  (2.4ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'wAnWMq76kWfzdx4C91Tt' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "wAnWMq76kWfzdx4C91Tt"], ["updated_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00]]  (1.6ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'FpVBJYarUQXCxsvAz9Bh' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.6ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "FpVBJYarUQXCxsvAz9Bh"], ["updated_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00]]  (1.5ms) commit transaction  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'secvqcRsSC4DbmgZXshD' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "secvqcRsSC4DbmgZXshD"], ["updated_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00]]  (1.7ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'secvqcRsSC4DbmgZXshD' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (2.0ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.0ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '86uRfh6dKUFpo4QbprsJ' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "86uRfh6dKUFpo4QbprsJ"], ["updated_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '86uRfh6dKUFpo4QbprsJ' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00]]  (1.0ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (2.3ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 14:31:56 UTC +00:00]]  (1.5ms) commit transaction  (1.6ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.8ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.9ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (3.8ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00]]  (4.9ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'nyQuspUzK4AQsfeupttK' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.5ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "nyQuspUzK4AQsfeupttK"], ["updated_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00]]  (2.5ms) commit transaction  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'pFmWHoe6n21SttCSDwrz' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "pFmWHoe6n21SttCSDwrz"], ["updated_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00]]  (1.4ms) commit transaction  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '1pYBzZM4QHTjnZ9N93ox' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "1pYBzZM4QHTjnZ9N93ox"], ["updated_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00]]  (1.6ms) commit transaction Opay::Payment Load (0.3ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '1pYBzZM4QHTjnZ9N93ox' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]]  (1.8ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '18BSwZcDGAR325qcquFs' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "18BSwZcDGAR325qcquFs"], ["updated_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00]]  (1.1ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = '18BSwZcDGAR325qcquFs' ORDER BY "opay_payments"."id" ASC LIMIT 1 Order Load (0.1ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? ORDER BY "orders"."id" ASC LIMIT 1 [["id", 1]] Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "opay_payments" SET "finished" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00]]  (1.4ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "orders" SET "finished" = ?, "updated_at" = ? WHERE "orders"."id" = 1 [["finished", true], ["updated_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00]]  (2.1ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."id" = ? LIMIT 1 [["id", 1]] Order Load (0.2ms) SELECT "orders".* FROM "orders" WHERE "orders"."id" = ? LIMIT 1 [["id", 1]]  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00]]  (1.5ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.8ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.6ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00]]  (13.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'R3qpkzsDhBeMbNamL81a' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "R3qpkzsDhBeMbNamL81a"], ["updated_at", Wed, 11 Sep 2013 15:11:34 UTC +00:00]]  (1.4ms) commit transaction  (2.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.5ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 15:11:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 15:11:35 UTC +00:00]]  (1.5ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'p6qwPiGxEGiMLqsBPqco' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 15:11:35 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "p6qwPiGxEGiMLqsBPqco"], ["updated_at", Wed, 11 Sep 2013 15:11:35 UTC +00:00]]  (1.3ms) commit transaction  (3.1ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.6ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 15:11:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 15:11:35 UTC +00:00]]  (1.3ms) commit transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'UUcK8tXrkpqVYYdxjBya' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.4ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 15:11:35 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "UUcK8tXrkpqVYYdxjBya"], ["updated_at", Wed, 11 Sep 2013 15:11:35 UTC +00:00]]  (1.5ms) commit transaction  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.3ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'orders';  (2.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.4ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 15:11:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 15:11:35 UTC +00:00]]  (1.4ms) commit transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."payable_id" = ? AND "opay_payments"."payable_type" = ? ORDER BY "opay_payments"."id" ASC LIMIT 1 [["payable_id", 1], ["payable_type", "Order"]]  (0.1ms) begin transaction Opay::Payment Load (0.1ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'rSUxdXscMmw3sS35EyqV' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 15:11:35 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "rSUxdXscMmw3sS35EyqV"], ["updated_at", Wed, 11 Sep 2013 15:11:35 UTC +00:00]]  (1.2ms) commit transaction Opay::Payment Load (0.4ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'NToByhismdRapxmpAQCV' ORDER BY "opay_payments"."id" ASC LIMIT 1  (0.1ms) begin transaction SQL (0.6ms) UPDATE "opay_payments" SET "session_id" = ?, "updated_at" = ? WHERE "opay_payments"."id" = 1 [["session_id", "NToByhismdRapxmpAQCV"], ["updated_at", Wed, 11 Sep 2013 15:11:35 UTC +00:00]]  (1.4ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.2ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "orders" ("amount", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 15:11:35 UTC +00:00], ["name", "first order"], ["updated_at", Wed, 11 Sep 2013 15:11:35 UTC +00:00]]  (1.6ms) commit transaction  (0.0ms) begin transaction Opay::Payment Load (0.2ms) SELECT "opay_payments".* FROM "opay_payments" WHERE "opay_payments"."session_id" = 'f97TYFLzYu21RdEpxPLs' ORDER BY "opay_payments"."id" ASC LIMIT 1 SQL (0.3ms) INSERT INTO "opay_payments" ("amount", "created_at", "payable_id", "payable_type", "provider", "session_id", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["amount", 1000], ["created_at", Wed, 11 Sep 2013 15:11:35 UTC +00:00], ["payable_id", 1], ["payable_type", "Order"], ["provider", "payu"], ["session_id", "f97TYFLzYu21RdEpxPLs"], ["updated_at", Wed, 11 Sep 2013 15:11:35 UTC +00:00]]  (1.4ms) commit transaction  (1.5ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.0ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'orders';  (3.1ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.1ms) DELETE FROM "orders";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.9ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'orders';  (1.7ms) DELETE FROM "opay_payments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'opay_payments';  (1.4ms) DELETE FROM "orders";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'orders';