cl-creditcard

MIT

Generic interace library for talking with credit card processors.

$ area51 add cl-creditcardCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(cl-creditcard:some-function ...)