calvinfroedge / codeigniter-payments

Spark for Uniform Payments in CodeIgniter, based on PHP-Payments. Supports 12+ payment gateways.
242 stars 67 forks source link

Need to Separate Identifier / Merchant Identifier Params #11

Closed calvinfroedge closed 12 years ago

calvinfroedge commented 13 years ago

Each API returns a transaction id for successfully completed transactions which is used as an identifier for the transaction should further actions (such as captures on previous authorizations, refunds, etc.) take place.

In some cases the identifier param is also being used by codeigniter-payments to pass a customer reference number. This needs to be changed across all gateway and transaction type implementations to ensure the params are not confused with each other.