We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8104168 + 6d5c55e commit 47239bfCopy full SHA for 47239bf
Config/module.xml
@@ -17,7 +17,7 @@
17
<language>en_US</language>
18
<language>fr_FR</language>
19
</languages>
20
- <version>2.0.5</version>
+ <version>2.0.6</version>
21
<authors>
22
<author>
23
<name>Vincent Lopes-Vicente</name>
Service/PaymentService.php
@@ -3,7 +3,6 @@
3
namespace PayPlugModule\Service;
4
5
use Payplug\Notification;
6
-use Payplug\Payment;
7
use Payplug\Payplug;
8
use PayPlugModule\Event\PayPlugPaymentEvent;
9
use PayPlugModule\Model\OrderPayPlugMultiPayment;
@@ -33,13 +32,6 @@ public function isPayPlugAvailable()
33
32
return false;
34
}
35
36
- // Check API availability
37
- try {
38
- Payment::listPayments(1);
39
- } catch (\Exception $exception) {
40
- return false;
41
- }
42
-
43
return true;
44
45
0 commit comments