@@ -60,7 +60,7 @@ |
||
| 60 | 60 | $repeatable = 2; |
| 61 | 61 | while ($repeatable-- > 0) { |
| 62 | 62 | try { |
| 63 | - $this->handleDatabaseTransaction(function () use ($paymentRequestTransfer) { |
|
| 63 | + $this->handleDatabaseTransaction(function() use ($paymentRequestTransfer) { |
|
| 64 | 64 | Propel::getConnection()->exec('SET TRANSACTION ISOLATION LEVEL REPEATABLE READ;'); |
| 65 | 65 | Propel::disableInstancePooling(); |
| 66 | 66 | |