AccelerateNetworks / PHPax

A library for interfacing with a PAX Credit Card terminal
GNU General Public License v3.0
2 stars 0 forks source link

Create method calls for the different commands #2

Closed thefinn93 closed 8 years ago

thefinn93 commented 8 years ago

This should probably be broken into multiple issues under a single milestone, one issue per command

thefinn93 commented 8 years ago

Additionally, the methods could parse the expected response better than just splitting it at the \x02 character like we do now

thefinn93 commented 8 years ago

This is basically fixed