@@ -57,7 +57,7 @@ |
||
57 | 57 | $xpath = new \DOMXPath($dom); |
58 | 58 | |
59 | 59 | $values = array_map( |
60 | - function (string $name) use ($xpath) { |
|
60 | + function(string $name) use ($xpath) { |
|
61 | 61 | $values = $xpath->query('//input[@name="' . $name . '"]/@value'); |
62 | 62 | |
63 | 63 | return $values->item(0)->nodeValue; |
@@ -186,8 +186,8 @@ |
||
186 | 186 | 'Key' => 'MerchantKey', |
187 | 187 | 'OrderId' => $orderId, |
188 | 188 | ] |
189 | - )->willReturn('<GetState Success="True" OrderId="'.$orderId.'" State="Refunded" |
|
190 | - Forwarded="False" MerchantContract="Merchant" Amount="12464" RRN="'.$rrn.'" VWUserLgn="[email protected]" |
|
189 | + )->willReturn('<GetState Success="True" OrderId="' . $orderId . '" State="Refunded" |
|
190 | + Forwarded="False" MerchantContract="Merchant" Amount="12464" RRN="'.$rrn . '" VWUserLgn="[email protected]" |
|
191 | 191 | CardId="bd712147-48da-2ffc-ef31-8341806c65cf" PANMask="521885xxxxxx5484"> |
192 | 192 | <AddInfo Key="PaymentSystem" Value="MasterCard" /> |
193 | 193 | <AddInfo Key="BankHumanName" Value="SBERBANK" /> |