|
@@ -85,7 +85,7 @@ class SupefinaSpeiCashierLogic implements CashierInterFace
|
|
|
'countryId' => $countryId,
|
|
'countryId' => $countryId,
|
|
|
'currency' => $currency,
|
|
'currency' => $currency,
|
|
|
'customerName' => $customerName,
|
|
'customerName' => $customerName,
|
|
|
- 'description' => 'withdraw_'.$OrderId,
|
|
|
|
|
|
|
+ 'description' => 'withdraw'.$OrderId,
|
|
|
'merId' => (string)$merId,
|
|
'merId' => (string)$merId,
|
|
|
'merOrderNo' => (string)$OrderId,
|
|
'merOrderNo' => (string)$OrderId,
|
|
|
'nonceStr' => $service->generateNonceStr(32),
|
|
'nonceStr' => $service->generateNonceStr(32),
|