TavernerPOS - Source Code

Clone: 

git clone http://www.librarysmith.co.uk/tavernerPOS

 

package com.floreantpos.ui.views.payment;




public class CreditCardTransactionProcessor {
	public static void main(String[] args) {
		//%B4111111111111111^SHAH/RIAR^1803101000000000020000831000000?;4111111111111111=1803101000020000831?
		//Object valid = CreditCardValidator.VISA_VALIDATOR.validate("4111111111111111^SHAH/RIAR^1803101000000000020000831000000?;4111111111111111=1803101000020000831?");

		//System.out.println(valid);
	}
}

Add comment
These comments are moderated so so won't be published until reviewed.