jazkarta / jazkarta.shop

A web-based shop for Plone
GNU General Public License v2.0
4 stars 2 forks source link

Add support for Authorize.net Accept.js #47

Closed davisagli closed 6 years ago

davisagli commented 6 years ago

This adds support for checkout using Authorize.net's Accept.js. Along the way, I turned checkout.py into a checkout package with a separate module for each payment processor's checkout form, and factored a few pieces of the checkout forms into a common base class.