Openbravo Issue Tracking System - Java Client POS
View Issue Details
0008015Java Client POS(No Category)public2009-03-07 17:542011-06-03 12:22
naturalbuilthome 
adrianromero 
normalmajoralways
closedfixed 
10XP
 
2.302.30.1 
0008015: v2.30 beta PaymentsGateway.net needs reader Expiration Date reversed
The Mag Reader puts the expiration date into the following format YYMM. PaymentsGateway.net needs it in the following order MMYY. Typing it in manually with the Keyboard specification works fine.

Select Generic Mag Card Reader
Set payment gateway to PaymentsGateway.net
Open OpenBravoPOS and create a transaction and attempt to pay with a credit card. After sliding it through the Date should read YYMM. After hitting OK you will see the Error "Transaction Error. INVLD EXP DATE"

Switch the digits in the mag card reader for PaymentsGateway.net so it will place it in the order MMYY.
No tags attached.
Issue History
2009-03-07 17:54naturalbuilthomeNew Issue
2009-03-07 17:54naturalbuilthomeAssigned To => adrianromero
2009-03-07 18:02naturalbuilthomeIssue Monitored: naturalbuilthome
2009-03-18 10:49adrianromeroAssigned Toadrianromero => mirurita
2009-03-18 10:49adrianromeroStatusnew => scheduled
2009-03-18 10:49adrianromeroTarget Version => 2.30
2009-03-20 18:31hgbotCheckin
2009-03-20 18:31hgbotNote Added: 0014828
2009-03-20 18:31hgbotStatusscheduled => resolved
2009-03-20 18:31hgbotResolutionopen => fixed
2009-03-23 11:14hgbotCheckin
2009-03-23 11:14hgbotNote Added: 0014850
2009-05-23 22:53naturalbuilthomeStatusresolved => new
2009-05-23 22:53naturalbuilthomeResolutionfixed => open
2009-05-23 22:53naturalbuilthomeNote Added: 0016595
2009-05-26 22:03hgbotCheckin
2009-05-26 22:03hgbotNote Added: 0016665
2009-05-26 22:03hgbotStatusnew => resolved
2009-05-26 22:03hgbotResolutionopen => fixed
2009-05-26 22:03hgbotFixed in SCM revision => http://code.openbravo.com/pos/devel/main/rev/997f4162b3a2cb691c623c632a731f8206b26822 [^]
2010-07-22 13:59adrianromeroStatusresolved => closed
2010-07-22 13:59adrianromeroFixed in Version => 2.30.1
2010-07-23 00:00anonymoussf_bug_id0 => 3033251
2011-06-03 12:22dalsasuaAssigned Tomirurita => adrianromero
2012-11-07 09:40priyamCategory01 - General => (No Category)

Notes
(0014828)
hgbot   
2009-03-20 18:31   
Repository: openbravopos
Revision: 539
Author: mirurita
Date: 2009-03-20 18:31:47 +0100 (Fri, 20 Mar 2009)

Fixes issue 0008015: v2.30 beta PaymentsGateway.net needs reader Expiration Date reversed

---
U trunk/src-pos/com/openbravo/pos/payment/MagCardReaderGeneric.java
U trunk/src-pos/com/openbravo/pos/payment/PaymentPanelType.form
U trunk/src-pos/com/openbravo/pos/payment/PaymentPanelType.java
---

https://dev.openbravo.com/websvn/openbravopos/?rev=539&sc=1 [^]
(0014850)
hgbot   
2009-03-23 11:14   
Repository: openbravopos
Revision: 540
Author: mirurita
Date: 2009-03-23 11:14:28 +0100 (Mon, 23 Mar 2009)

Fixes issue 0008226: Compile Rev539 got error,missing package org.jdesktop.layout.GroupLayout
Fixes issue 0008015: v2.30 beta PaymentsGateway.net needs reader Expiration Date reversed

---
U trunk/src-pos/com/openbravo/pos/payment/PaymentPanelType.form
U trunk/src-pos/com/openbravo/pos/payment/PaymentPanelType.java
---

https://dev.openbravo.com/websvn/openbravopos/?rev=540&sc=1 [^]
(0016595)
naturalbuilthome   
2009-05-23 22:53   
It pulls in the date correctly into the system, but now specifies a swipe data failure.

Transaction ID: 579bf736-2efc-42cf-8dc2-8d8fbb8a0b4e
Status: declined Response Type: D
Transaction Type: CC Sale(10) Response Code: U22
Response Description: SWIPE DATA FAILURE
Ip Address: XX.XX.XX.XX Verify Result: N/A
Source: N/A Auth Code: N/A
(0016665)
hgbot   
2009-05-26 22:03   
Repository: pos/devel/main
Changeset: 997f4162b3a2cb691c623c632a731f8206b26822
Author: Mikel Irurita <mikel.irurita <at> openbravo.com>
Date: Tue May 26 22:01:23 2009 +0200
URL: http://code.openbravo.com/pos/devel/main/rev/997f4162b3a2cb691c623c632a731f8206b26822 [^]

Fixes issue 0008015: v2.30 beta PaymentsGateway.net needs reader Expiration Date reversed

---
M src-pos/com/openbravo/pos/payment/PaymentGatewayPGNET.java
---