Skip to content

Latest commit

 

History

History
142 lines (102 loc) · 6.58 KB

CHANGELOG.md

File metadata and controls

142 lines (102 loc) · 6.58 KB

1.26.0

  • Feature - Add support for Guatemala and Paraguay Credit/Debit cards #192

1.25.0

  • Feature - Add support for Peru Creditcard #182

1.24.0

  • Feature - Add support for Uruguayan Debitcard #176

1.23.0

  • Feature - Add support for Uruguayan Creditcard #174

1.22.0

  • Feature - Add support for Chilean creditcard #172

1.21.0

  • Feature - Add support to metadata and Items on request API #170

1.20.1

  • Fix - Fix faker version #169

1.20.0

  • Feature - Add support to Metadata Node #166

1.19.0

  • Feature - Add support for Bolivian Pagosnet#164

1.18.3

  • Fix - Content-Type on Post requests #158
  • Fix - Card token on request root #157

1.18.2

  • Fix - Bug on sending UserAgent data #155

1.18.1

  • Fix - Add Chargeback action to Http Processing #153

1.18.0

  • Feature - Add util to validate a API notification about update and refund #151

1.17.3

  • Fix - Fix User Agent source tag #149

1.17.2

  • Fix - Fix array format passed to Curl as Header #147

1.17.1

  • Fix - Add Facade method to submit Source/Version data #145

1.17.0

  • Feature - Add User Agent Data with version data to every HTTP request #143

1.16.0

  • Feature - Add BankTransfer as a payment method #141

1.15.1

  • Fix - Use customer config to get instalments #140

1.15.0

  • Feature - Add function that return instalments by country #139

1.14.0

  • Feature - Change APIs URL to increase performance 138

1.13.0

  • Feature - Add manual review flag to Request model #136

1.12.0

  • Feature - Removed guzzle dependency #135

1.11.0

  • Feature - Send manual review flag to EBANX #133

1.10.1

  • Fix - EBANX Account should not accept BRL #132

1.10.0

  • Feature - Send a profile id for risk analysis model #131

1.9.1

  • Fix - Getting Pago Efectivo voucher now works as intented #130

1.9.0

  • Feature - Support for document type #126
  • Feature - Add method for canceling open payments #128
  • Feature - Add methods for validating if passed keys are valid #129

1.8.2

  • Fix - Send document also on LATAM countries requests #123

1.8.1

  • Fix - Put due date inside payment key on request payload #119

1.8.0

  • Feature - Added getTicketHtml method to main façade to work with printable gateway payments #114

1.7.0

  • Feature - Create method to translate country names into pay's required form #111
  • Fix - Missing Ecuador country code translation for API #110

1.6.0

  • Feature - Acquirer instalment limits for all creditcard currencies #103
  • Feature - Add creditcard on Argentina #104
  • Feature - Add safetypay to Ecuador #105
  • Feature - Spei isn't a Redirect method anymore #106
  • Feature - Redirect URL for hosted gateway request model #108
  • Fix - Check if country is in array before returning #107

1.5.0

  • Feature - Add address model to request #101
  • Feature - Hosted gateway full request support #102

1.4.1

  • Fix - Default http client not respecting connection mode set in config #100

1.4.0

  • Feature - Hosted payment gateway, request method is deprecated #94
  • Feature - ISO codes for country model #97
  • Fix - Internal gateway implementation of http service override #95
  • Fix - Code style #96
  • Fix - Credit card adapter optional field null reference error #98

1.3.0

  • Feature - Fetch rate is now a public method #93
  • Fix - Argentina can now process payments in local currency correctly #92

1.2.1

  • Added the ability to mock the API's http client for facade class as a means to avoid dependent projects to hit the API during their tests. #90

1.2.0

  • Feature - Merchant taxes flag support #84
  • Fix - Check if birthdate exists before formatting #88
  • Fix - Fix first instalment for credit card payments below minimum amount #89

1.1.0

  • Feature - Added SPEI as payment method on Mexico #77
  • Feature - Added Rapipago as payment method on Argentina #78
  • Feature - Added PagoFacil as payment method on Argentina #79
  • Feature - Added Otros Cupones as payment method on Argentina #80

1.0.0

  • First stable version