From 3fefa10664072069c2a3f5f1fd23564f517c5171 Mon Sep 17 00:00:00 2001 From: Tony Smedal Date: Tue, 30 Mar 2021 21:57:39 -0400 Subject: [PATCH] clean --- todo.txt | 81 -------------------------------------------------------- 1 file changed, 81 deletions(-) delete mode 100644 todo.txt diff --git a/todo.txt b/todo.txt deleted file mode 100644 index a4de537..0000000 --- a/todo.txt +++ /dev/null @@ -1,81 +0,0 @@ -button / field style matching options: - -1) pull current styles off another/default field -2) textarea in admin for style overrides -3) filter/module overload for styles -4) individual options for style overrides - -tests: - -each scenario below should be tested across all supported gateways - -checkout - new card with no allow card saving - authorize - sale - verify - new card with allow card saving and no save to account - authorize - sale - verify - new card with allow card saving and save to account (store multi-use token) - authorize - sale - verify - new card with allow card saving and save to account (store multi-use token) + overwrite previously stored card - authorize - sale - verify - stored card - authorize - sale - verify - -order pay - new card with no allow card saving - authorize - sale - verify - new card with allow card saving and no save to account - authorize - sale - verify - new card with allow card saving and save to account (store multi-use token) - authorize - sale - verify - new card with allow card saving and save to account (store multi-use token) + overwrite previously stored card - authorize - sale - verify - stored card - authorize - sale - verify - -add payment method - new card (store multi-use token) - authorize - sale - verify - new card (store multi-use token) + overwrite previously stored card - authorize - sale - verify - -admin - void - capture auth - capture verify - refund / reverse - -Tony Notes: -done - Capture Auth doesn't work; -done - after using a saved payment method it no longer shows as an option on checkout screen -done - refund transaction IDs don't show up on order screen -don't see this issue anymore - TransIt transaction IDs are all the same on the order screens -done - Need to support fields for both the TSEP device ID and the MultiPass device ID; finished the cert by hard-coding the multi-pass device ID in the PHP SDK for the trans -done - TSEP error doesn't show to customer, just sits there -done - Discover CUP card type isn't being passed to back-end; causes problems with TransIT - -- Need to freeze screen on order submit w/TransIT. Screen doesn't show that anything is happening \ No newline at end of file