Completed
Pull Request — master (#20)
by Cesar
18:53 queued 16:38
created
src/Service/Hyperwallet/UserService.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
6 6
 use Hyperwallet\Exception\HyperwalletApiException;
7 7
 use Hyperwallet\Model\User;
8 8
 use Hyperwallet\Response\ListResponse;
9
-use Hyperwallet\Model\UserStatusTransition;
10 9
 
11 10
 /**
12 11
  * Class UserService
Please login to merge, or discard this patch.
src/Service/AdyenService.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -95,7 +95,7 @@
 block discarded – undo
95 95
     public function getPaymentMethods()
96 96
     {
97 97
         $params = [
98
-            "allowedPaymentMethods" => ["paypal","card"],
98
+            "allowedPaymentMethods" => ["paypal", "card"],
99 99
             "merchantAccount" => $this->merchantAccount,
100 100
             "countryCode" => $this->settingsService->getSetting('settings-customer-country'),
101 101
             "shopperLocale" => $this->settingsService->getSetting('settings-customer-locale'),
Please login to merge, or discard this patch.