- Switch from GET to POST, as per old 1.5 prerelease from Michael
authorivan <ivan>
Mon, 7 Nov 2005 11:10:08 +0000 (11:10 +0000)
committerivan <ivan>
Mon, 7 Nov 2005 11:10:08 +0000 (11:10 +0000)
commit32073e637db2c5c91b726072f891c36ebd8b3d10
tree640c38906b1a49f820075b8521ac56fad9b2abd2
parent71f81652cd1bd62d0962647ffb19bf49d681f726
- Switch from GET to POST, as per old 1.5 prerelease from Michael
  Lehmkuhl <michael@electricpulp.com>
- Don't check expiration for ECHECK and refunds
- For the unsupported "void" action, return is_success 0 and error
  msg suggesting "credit" action, instead of croaking.  This way the
  "try void first, if it fails, try credit" idiom will work.
- tests: enable check.t and add crypt_check.t and {crypt_}bad_check.t
- update with new test account
Changes
OpenECHO.pm
t/bad_card.t
t/bad_check.t [new file with mode: 0644]
t/check.t
t/credit_card.t
t/crypt_bad_card.t
t/crypt_bad_check.t [new file with mode: 0644]
t/crypt_check.t [new file with mode: 0644]
t/crypt_credit_card.t