diff --git a/upload/catalog/model/payment/coinpayments.php b/upload/catalog/model/payment/coinpayments.php index 6cb3318..dd63bfd 100644 --- a/upload/catalog/model/payment/coinpayments.php +++ b/upload/catalog/model/payment/coinpayments.php @@ -67,7 +67,11 @@ public function createInvoice($order_info) 'amount' => $amount, 'display_value' => $display_value, 'billing_data' => $order_info, - 'notes_link' => html_entity_decode($this->url->link('sale/order/info', 'user_token=' . $this->session->data['user_token'] . '&order_id=' . $order_info['order_id'], true)), + 'notes_link' => sprintf( + "%s|Store name: %s|Order #%s", + html_entity_decode($this->url->link('sale/order/info', 'user_token=' . $this->session->data['user_token'] . '&order_id=' . $order_info['order_id'], true)), + $this->config->get('config_name'), + $order_info['order_id']), ); if ($this->config->get('coinpayments_webhooks')) {