Index: openacs-4/packages/sample-gateway/tcl/sample-gateway-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/sample-gateway/tcl/sample-gateway-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/packages/sample-gateway/tcl/sample-gateway-procs.tcl 24 Feb 2005 13:33:25 -0000 1.2 +++ openacs-4/packages/sample-gateway/tcl/sample-gateway-procs.tcl 12 Apr 2018 07:47:22 -0000 1.3 @@ -91,12 +91,12 @@ @author Janine Sisk; furfly.net, LLC (janine@furfly.net) } { # ChargeCard is a wrapper so we can present a consistent interface to - # the end caller. It will just pass on it's parameters to PostAuth, + # the end caller. It will just pass on its parameters to PostAuth, # AuthCapture or Charge, whichever is appropriate for the implementation # at hand. Here, we are doing nothing. # We are returning the transaction_id we were given, but if this - # wasn't just a stub we'd be returning the value that came back from + # wasn't just a stub we'd be returning the value that came back from # the gateway. We'd also be returning the value that was returned. set return_values(response_code) [nsv_get payment_gateway_return_codes success] set return_values(reason) ""