Commit c5da1fdf authored by Rik ter Beek's avatar Rik ter Beek

Do not send sensitive card data to server

parent 42c18904
...@@ -94,14 +94,7 @@ define( ...@@ -94,14 +94,7 @@ define(
return { return {
'method': this.item.method, 'method': this.item.method,
'cc_type': this.creditCardType(), 'cc_type': this.creditCardType(),
'cc_exp_year': this.creditCardExpYear(),
'cc_exp_month': this.creditCardExpMonth(),
'cc_number': this.creditCardNumber(),
'cc_owner' : this.creditCardOwner(),
additional_data: { additional_data: {
'cc_cid': this.creditCardVerificationNumber(),
'cc_ss_start_month': this.creditCardSsStartMonth(),
'cc_ss_start_year': this.creditCardSsStartYear(),
'encrypted_data': this.encryptedData() 'encrypted_data': this.encryptedData()
} }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment