webgui/t/Shop
2011-08-11 16:27:29 -07:00
..
PayDriver
ShipDriver Update tests to handle new data being returned from USPS, for both domestic and international shipping. No driver changes required so far. 2011-01-10 13:24:00 -08:00
TaxDriver Change the generic tax driver to remove spaces around commas when adding a new row. Add tests and a convenience method for getting one line of tax information. Upgrade sub fixes any information already in the db. 2011-06-30 16:20:14 -07:00
Address.t Add better support for user profile fields for addresses to the Cart and the EMS. 2011-08-11 16:27:29 -07:00
AddressBook.t Add better support for user profile fields for addresses to the Cart and the EMS. 2011-08-11 16:27:29 -07:00
Cart.t When a Sku is purged, delete it from all carts. Better handling for cartItems whose assets have been deleted. Fixes bug #12213 2011-08-02 10:00:53 -07:00
Credit.t
loadProductAssets.pl
loadProducts.pl
loadTaxes.pl
Pay.t Add better support for user profile fields for addresses to the Cart and the EMS. 2011-08-11 16:27:29 -07:00
PayDriver.t
Ship.t
ShipDriver.t
Tax.t
Transaction.t Add the organization part of an address into the transaction and transactionitem. Fixes bug #12088. 2011-04-05 15:10:23 -07:00
TransactionItem.t Don't refund transactionItems unless the transaction is successful, or if the item is already canceled. Also, no not call onCancelRecurring for normal Sku's unless they're really recurring. Fixes bug #12089. 2011-04-04 14:45:53 -07:00
Vendor.t