6.0.2 - 2023-12-26
6.0.1 - 2023-12-21
- update entities by @fcarrero in #116
6.0.0 - 2023-08-01
- Fix i18n dependency load error by @juanolivas in conekta#108
- Removing ConektaList.total logic in favor of has_more by @leofischer in conekta#105
- Update README by @fernandosaenzconekta in conekta#109
- Readme changes by @fernandosaenzconekta in conekta#110
- Fix Specs by @nicocedron in conekta#111
- openapi by @fcarrero in conekta#114
2.6.0 - 2020-06-08
- Remove total attribute logic for lists as it is deprecated and will be removed. Going forward use the has_more attribute of lists to determine whether you should keep paginating.
2.5.0 - 2020-11-22
- Add models to support payment link (aka checkout).
2.4.2 - 2020-01-22
- Corrects warnings related to translate in Ruby 2.7
- Corrects a spec which had a hard coded
expires_at
field
2.4.0 - 2017-10-05
- Added new method create_offline_recurrent_reference.
2.3.0 - 2017-10-05
- Capture allow pass amount in api v1
2.2.0 - 2017-10-05
- Payee module implementation for api 2
2.1.0 - 2017-10-05
- Error list refactor and byebug implementation
2.0.1 - 2017-02-15
- Order model, submodels and methods as well as enhanced Errors and lists
2.0.0 - 2017-02-13
- Update vertical info to antifraud info
1.1.3 - 2017-02-08
- Change vertical_info to antifraud_info
1.1.2 - 2017-02-08
- Avoid class name conflicts
1.1.1 - 2017-02-01
- Fix submodels updates
1.1.0 - 2017-01-24
- Version bump
1.0.0 - 2017-01-24
- Add support for API 2.0.0
0.5.8 - 2016-07-19
- Add new models for parsing
0.5.7 - 2016-07-19
- Fix parameter handling for get requests
0.5.6 - 2015-12-29
- Change parameter serialization using request body instead of connection params
0.5.5 - 2015-12-01
- Add find method to Event class
0.5.4 - 2015-09-08
- Update ConektaObject with the attribute 'values'
0.5.3 - 2015-08-13
- Refactorization
0.5.2 - 2015-02-13
- Change rspec dependency to development
0.5.0 - 2015-01-20
- Add Webhook module
0.4.9 - 2014-07-08
- Update API version to 1.0.0
0.4.6 - 2014-07-08
- Add message_to_purchaser internal errors
0.4.5 - 2014-07-08
- Sprinkling small Ruby style conventions here and there (antillas21)
0.4.4 - 2014-06-04
- Fix requestor and where method
0.4.3 - 2014-05-25
- Add locale and message_to_purchaser
0.4.2 - 2014-04-28
- Fix Payout specs
0.4.1 - 2014-04-16
- Remove active support and add custom methods in util file
0.4.0 - 2014-04-16
- Add payout and payee models with specs
- Add webhook logs for events
- Ameliorate convert_to_conekta_object logic
0.3.7 - 2013-01-27
- Added api_version setter
0.3.6 - 2013-01-17
- Fix cert path
0.3.5 - 2013-01-13
- Deprecate retrieve and all methods and replaced them with find and where respectively
- Add payment method model
- Objects' properties are now accessible via methods of the same of name