From 35f7ed512ed7445362d6caee1bf60441f4ce979e Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 4 Aug 2020 09:46:38 -0300 Subject: [pos] Implement new refund API (untested since there is no wallet support) Also do a bit of code cleanup and minor refactorings This also removes the volley HTTP library which is not needed anymore --- merchant-terminal/src/main/res/layout/fragment_merchant_config.xml | 2 +- merchant-terminal/src/main/res/layout/fragment_refund.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'merchant-terminal/src/main/res/layout') diff --git a/merchant-terminal/src/main/res/layout/fragment_merchant_config.xml b/merchant-terminal/src/main/res/layout/fragment_merchant_config.xml index b19f14c..0061a1c 100644 --- a/merchant-terminal/src/main/res/layout/fragment_merchant_config.xml +++ b/merchant-terminal/src/main/res/layout/fragment_merchant_config.xml @@ -24,7 +24,7 @@ + tools:context=".config.ConfigFragment"> + tools:context=".refund.RefundFragment">