"We have checked your website and understand that it does request post codes, however it does not pass the postcode to us when processing transactions. Our Technical Support Team have just processed a dummy transaction and checked our server logs and we never received the post codes in our logs.
In light of the above, can you please request your web developer to resolve this issue.
I look forward to your earliest response.
Kind Regards,
Stuart Cronin
Risk Analyst
Voice Commerce Group
Unit C3, Quern House
Mill Court
Hinton Way
Great Shelford
Cambridge
CB22 5LD
United Kingdom
Office: +44 (0)1223 550924
Facsimile: +44 (0)2476 012136"
Terry Robertson
Easyhost Media Group
PowerSSL - - We Secure your World
The Scamlist Forum - Fighting against scammers
sorry these does not seem to have been fixed.Qphoria wrote:fixed
----- Original Message -----
From: risk@voice-commerce.com
To: markettoys@o2.co.uk
Cc: risk@voice-commerce.com
Sent: Monday, April 12, 2010 2:51 PM
Subject: RE: POST CODES TO BE PROVIDED IN ALL TRANSACTIONS - Best Value Inks
Dear Terry,
Having reviewed your account, I noticed that both telephone numbers and post codes are still not being provided in your transactions.
Please immediately commence capturing the cardholders details and ensure that your shopping cart send us this information.
We will be monitoring your account to ensure that the cardholder’s details are captured in each transaction.
Failure to comply can delay remittances.
Kind Regards,
Stuart Cronin
Risk Analyst
Voice Commerce Group
Unit C3, Quern House
Mill Court
Hinton Way
Great Shelford
Cambridge
CB22 5LD
United Kingdom
Office: +44 (0)1223 550924
Facsimile: +44 (0)2476 012136
Email: risk@voice-commerce.com
Web: www.voice-commerce.com
This message (including any attachments) contains confidential information intended for a specific individual and purpose. If you are not the intended recipient, please delete this message immediately and if possible inform the sender of the error.
Voice Commerce Limited (company number 5428358) is authorised by the Financial Services Authority under the Payment Service Regulations 2009 (register reference 504312) for the provision of payment services and holds a consumer credit licence (number 624404/1).
VoicePay Limited (company number 5042556) has been issued with a small e-money issuers certificate and is regulated for the provision of payment services by the Financial Services Authority.
Terry Robertson
Easyhost Media Group
PowerSSL - - We Secure your World
The Scamlist Forum - Fighting against scammers
But postcode is already there and has been. Only telephone is missing. You can add that easily by
1. EDIT: catalog/controller/payment/perpetual_payments.php
2. FIND:
Code: Select all
'cust_postcode' => $order_info['payment_postcode'],
Code: Select all
'cust_tel' => $order_info['telephone'],
Qphoria wrote:Yea, you are right. Initially when I fixed it, I found that the SVN was the wrong version. So I had to go back and re-do all the fixes I had made. I forgot to do this one the second time around.
But postcode is already there and has been. Only telephone is missing. You can add that easily by
1. EDIT: catalog/controller/payment/perpetual_payments.php
2. FIND:3. AFTER, ADD:Code: Select all
'cust_postcode' => $order_info['payment_postcode'],
Code: Select all
'cust_tel' => $order_info['telephone'],
Terry Robertson
Easyhost Media Group
PowerSSL - - We Secure your World
The Scamlist Forum - Fighting against scammers
'cust_postcode' => $order_info['payment_postcode'],
its not showing
public function send() {
$this->language->load('payment/perpetual_payments');
$this->load->model('checkout/order');
$order_info = $this->model_checkout_order->getOrder($this->session->data['order_id']);
$payment_data = array(
'auth_id' => $this->config->get('perpetual_payments_auth_id'),
'auth_pass' => $this->config->get('perpetual_payments_auth_pass'),
'card_num' => str_replace(' ', '', $this->request->post['cc_number']),
'card_cvv' => $this->request->post['cc_cvv2'],
'card_start' => $this->request->post['cc_start_date_month'] . substr($this->request->post['cc_start_date_year'], 2),
'card_expiry' => $this->request->post['cc_expire_date_month'] . substr($this->request->post['cc_expire_date_year'], 2),
'cust_name' => $order_info['payment_firstname'] . ' ' . $order_info['payment_lastname'],
'cust_address' => $order_info['payment_address_1'] . ' ' . $order_info['payment_city'],
'cust_country' => $order_info['payment_iso_code_2'],
'cust_ip' => $this->request->server['REMOTE_ADDR'],
'cust_email' => $order_info['email'],
'tran_ref' => $order_info['order_id'],
'tran_amount' => $this->currency->format($order_info['total'], $order_info['currency'], 1.00000, FALSE),
'tran_currency' => $order_info['currency'],
'tran_testmode' => $this->config->get('perpetual_payments_test'),
'tran_type' => 'Sale',
'tran_class' => 'MoTo',
);
Qphoria wrote:Yea, you are right. Initially when I fixed it, I found that the SVN was the wrong version. So I had to go back and re-do all the fixes I had made. I forgot to do this one the second time around.
But postcode is already there and has been. Only telephone is missing. You can add that easily by
1. EDIT: catalog/controller/payment/perpetual_payments.php
2. FIND:3. AFTER, ADD:Code: Select all
'cust_postcode' => $order_info['payment_postcode'],
Code: Select all
'cust_tel' => $order_info['telephone'],
Terry Robertson
Easyhost Media Group
PowerSSL - - We Secure your World
The Scamlist Forum - Fighting against scammers
Ok then.. add both postcode and tel to the file
right after:
Code: Select all
'cust_country' => $order_info['payment_iso_code_2'],
please help!!!!!!
is there a payment module for perpeptual payments I can try and re-install or something? it came pre installed with 1.48 but it doesnt work!
The Finnish OpenCart Forum
"Real programmers don't document. If it was hard to write, it should be hard to understand."
The Finnish OpenCart Forum
"Real programmers don't document. If it was hard to write, it should be hard to understand."
Users browsing this forum: No registered users and 2 guests