lib/active_merchant/billing/gateways/iridium.rb in activemerchant-1.112.0 vs lib/active_merchant/billing/gateways/iridium.rb in activemerchant-1.113.0

- old
+ new

@@ -201,11 +201,11 @@ 'XTS' => '963', 'XXX' => '999', 'YER' => '886', 'ZAR' => '710', 'ZMK' => '894', - 'ZWD' => '716', + 'ZWD' => '716' } AVS_CODE = { 'PASSED' => 'Y', 'FAILED' => 'N', @@ -387,10 +387,10 @@ Response.new(success, message, response, test: test?, authorization: authorization, avs_result: { street_match: AVS_CODE[ response[:transaction_output_data][:address_numeric_check_result] ], - postal_match: AVS_CODE[ response[:transaction_output_data][:post_code_check_result] ], + postal_match: AVS_CODE[ response[:transaction_output_data][:post_code_check_result] ] }, cvv_result: CVV_CODE[ response[:transaction_output_data][:cv2_check_result] ] ) end