I am using spree version 3.0.8 with active merchant with moneris as the payment gateway. When I talk to moneris they are not receiving any cvv from spree everything I check in the documentation says the cvv is passed automatically any help would be appreciated.
Asked
Active
Viewed 35 times
1 Answers
0
You should have a look at your code and see where if the cvv field is set at all or if something happens along the way with it.
Have a look at this answer to help you debug your program.
You also need to add more details to your question (like parts of the code that is relevant) in order for us to be able to help you.

Mugur 'Bud' Chirica
- 4,246
- 1
- 31
- 34
-
Thats the issue its not my code its spree ruby gem with active merchant when I debug the logs and payment the cvv is saved as part of the order. The spree processing gem contains the following code. – Ryan Wright Aug 04 '17 at 15:13