omarzina / substruct

Automatically exported from code.google.com/p/substruct
0 stars 0 forks source link

Authorize.net transaction ID doesn't get stored #130

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run a successful Authorize.net transaction 
2. Look at the order.auth_transaction_id field

What is the expected output? What do you see instead?
Transaction ID should be stored. None is given. Looks like we might not be
getting it back from ActiveMerchant properly?

Original issue reported on code.google.com by subim...@gmail.com on 30 Aug 2008 at 8:34

GoogleCodeExporter commented 9 years ago
Should be using Response#authorization instead of [:transaction_id] hash var.

Original comment by subim...@gmail.com on 5 Sep 2008 at 6:07

GoogleCodeExporter commented 9 years ago
Fixed, r156

Original comment by subim...@gmail.com on 18 Sep 2008 at 2:11