From 5a0c6b07342abda54bd53d197e5d82896a265e19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 26 Aug 2021 15:37:37 +0200 Subject: [PATCH] Scaffold `MethodInterface` for child classes --- app/PaymentDrivers/Common/MethodInterface.php | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 app/PaymentDrivers/Common/MethodInterface.php diff --git a/app/PaymentDrivers/Common/MethodInterface.php b/app/PaymentDrivers/Common/MethodInterface.php new file mode 100644 index 000000000000..41ce99ac7fad --- /dev/null +++ b/app/PaymentDrivers/Common/MethodInterface.php @@ -0,0 +1,31 @@ +