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.3 -r1.4 --- openacs-4/packages/ezic-gateway/tcl/ezic-gateway-procs.tcl 4 Sep 2008 12:44:38 -0000 1.3 +++ openacs-4/packages/ezic-gateway/tcl/ezic-gateway-procs.tcl 12 Apr 2018 07:47:22 -0000 1.4 @@ -224,12 +224,12 @@ billing_country } { ChargeCard is a wrapper so we can present a consistent interface to - the caller. It will just pass on it's parameters to - ezic_gateway.postauth or ezic_gateway.authcapture, - whichever is appropriate for the implementation at hand. + the caller. It will just pass on its parameters to + ezic_gateway.postauth or ezic_gateway.authcapture, + whichever is appropriate for the implementation at hand. - PostAuth is used when there is a successful authorize transaction in - the ezic_gateway_result_log for transaction_id. AuthCapture will + PostAuth is used when there is a successful authorize transaction in + the ezic_gateway_result_log for transaction_id. AuthCapture will be used if there is no prior authorize transaction in the log. @author Bart Teeuwisse