@@ -56,7 +56,7 @@ |
||
| 56 | 56 | */ |
| 57 | 57 | public function buildWithSubscriber(ContactInterface $contact, Subscriber $subscriber): CreateUpdateMessage |
| 58 | 58 | { |
| 59 | - $request = [ |
|
| 59 | + $request = [ |
|
| 60 | 60 | 'email' => $subscriber->getEmail() |
| 61 | 61 | ]; |
| 62 | 62 | |
@@ -78,7 +78,7 @@ |
||
| 78 | 78 | |
| 79 | 79 | try { |
| 80 | 80 | $contact = $this->contactRepository->getOrCreateByCustomer($customer); |
| 81 | - } catch (CouldNotSaveException $e) { |
|
| 81 | + } catch (CouldNotSaveException $e) { |
|
| 82 | 82 | $this->logger->critical($e); |
| 83 | 83 | return; |
| 84 | 84 | } |
@@ -80,7 +80,7 @@ |
||
| 80 | 80 | |
| 81 | 81 | try { |
| 82 | 82 | $contact = $this->contactRepository->getOrCreateBySubscriber($subscriber); |
| 83 | - } catch (CouldNotSaveException $e) { |
|
| 83 | + } catch (CouldNotSaveException $e) { |
|
| 84 | 84 | $this->logger->critical($e); |
| 85 | 85 | return; |
| 86 | 86 | } |