Index: openacs-4/packages/ezic-gateway/tcl/ezic-gateway-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ezic-gateway/tcl/ezic-gateway-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/ezic-gateway/tcl/ezic-gateway-procs.tcl 12 Apr 2018 07:47:22 -0000 1.4 +++ openacs-4/packages/ezic-gateway/tcl/ezic-gateway-procs.tcl 17 Apr 2018 14:47:02 -0000 1.5 @@ -8,7 +8,7 @@ # (authorize.net equivalent response_code) # # 1: (1) successful/approved - # T: (1) sucessful Auth-Only + # T: (1) successful Auth-Only # 0: (2) failure/declined # D: duplicate (making this an error) # : (3) error (no ezic gateway equivalent) @@ -34,7 +34,7 @@ # R: (VOID) refund, refund back money from a prior sale. # D: (PRIOR_AUTH_CAPTURE) capture a prior (A) authorization, making i a Sale # : (CAPTURE_ONLY) no ezic gateway equivalent - + # EZIC gateway separates billing last name from billing first name # The authorize.net package uses a combined $card_name # ecommerce and payment-gateway packages need similarly adapted.