From fa5515007d8bbad6aad150d0de417ec2a829a553 Mon Sep 17 00:00:00 2001 From: Nikola Katsarov Date: Tue, 7 Jun 2022 13:53:45 +0300 Subject: [PATCH] add new payment type - reflected with receipt --- README.md | 1 + lib/PaymentTypes/ReflectedWithReceipt.php | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 lib/PaymentTypes/ReflectedWithReceipt.php diff --git a/README.md b/README.md index 9908f57..a9c4103 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ $xml = (string) \Audit\XmlConverter::convert($shop); \Audit\PaymentTypes\WithPostPayment::class; //3 \Audit\PaymentTypes\PaymentService::class; //4 \Audit\PaymentTypes\Other::class; //5 +\Audit\PaymentTypes\ReflectedWithReceipt::class; //6 ``` ## Return methods diff --git a/lib/PaymentTypes/ReflectedWithReceipt.php b/lib/PaymentTypes/ReflectedWithReceipt.php new file mode 100644 index 0000000..de925c1 --- /dev/null +++ b/lib/PaymentTypes/ReflectedWithReceipt.php @@ -0,0 +1,9 @@ +