mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-21 20:56:07 +03:00
Add prefix to externalId payment (#217)
This commit is contained in:
parent
4359f084bd
commit
7cdab05aa2
@ -109,7 +109,7 @@ class RetailcrmOrderConverter {
|
||||
}
|
||||
|
||||
$payment = array(
|
||||
'externalId' => sprintf("opencart_%d", $this->order_data['order_id']),
|
||||
'externalId' => uniqid($this->order_data['order_id'] . "-"),
|
||||
'amount' => $this->getTotal('total')
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user