solidus_gateway icon indicating copy to clipboard operation
solidus_gateway copied to clipboard

undefined method 'track_data' for #<Spree::CreditCard:0x007fdbe249a2f8>

Open hugohernani opened this issue 8 years ago • 1 comments

I'm getting the following error using AuthorizeNet as provider in the gateway payment methods:

image

I tried defining track_data and returing false to see if magically works on Spree::CreditCard but then I ran into another issue

undefined method 'valid_card_verification_value?'

hugohernani avatar Jun 07 '17 20:06 hugohernani

For anyone that runs into this in the future, this gateway isn't very well supported (PR's welcome), and you almost certainly want to use: https://github.com/solidusio/solidus_gateway/blob/master/app/models/spree/gateway/authorize_net_cim.rb

cbrunsdon avatar Jul 13 '17 21:07 cbrunsdon