README.md in midas_client-0.2.4 vs README.md in midas_client-0.2.13b

- old
+ new

@@ -42,9 +42,68 @@ $ [17/05/2017 20:48:05.087]METHOD: post URL: https://sandbox.ansertecnologia.net/midas-core/v2/creditcard login: pdv01 password: /eFRsg8RLne+I0GlECQofYvnsDfb0w== payload: {:externalId=>"teste_midas_client_00002", :pan=>"552952@@@@@@4124", :expirationMonth=>"01", :expirationYear=>"2021", :holderName=>"TESTE MIDAS CLIENT", :customer=>{:documentType=>"CPF", :documentNumber=>"36549450152"}} $ [17/05/2017 20:48:06.103][RESPONSE] {:result=>{:success=>true, :code=>"010", :message=>"O cartao jah foi armazenado anteriormente"}, :brand=>"MASTER", :cardToken=>"f887d732863eb3ef2e45c0bd8b57ed33"} ## Change Releases +VERSION - 0.2.13a - 2018/07/23 + +- changing MidasClient::Endpopoints - Sandbox endpoint has changed to + +VERSION - 0.2.13 - 2018/07/12 + +- changing MidasClient::Endpopoints + +VERSION - 0.2.12 - 2018/06/04 + +- Operation MidasClient::Subscription.invoice_external_payment(invoice_token, payment_date, payment_voucher) - associate an external payment to an invoice +- Removing operation MidasClient::Subscription.subscription_transactions(subscription_token) + +VERSION - 0.2.11 - 2018/05/11 + +- Operation MidasClient::Management.list_pos - removal of param 'auth', now uses management_auth from env endpoints +- Operation MidasClient::Management.create_pos - removal of param 'auth', now uses management_auth from env endpoints +- Operation MidasClient::Management.pos_details - removal of param 'auth', now uses management_auth from env endpoints + +VERSION - 0.2.10 - 2018/03/30 + +- Operation MidasClient::Subscription.invoice_cancel(token) - cancel a subscription's invoice. + + +VERSION - 0.2.9 - 2018/03/20 + +- Operation MidasClient::Subscription.renew(token, params) - renew a subscription increasing the number of invoices associated. +- Operation MidasClient::Transaction.create_billet(params) - create a billet to be payed. +- Operation MidasClient::Transaction.print_billet(token) - print a billet to be payed. + +VERSION - 0.2.8 - 2018/02/06 + +- Operation MidasClient::Management.pos_details(midas_login) to return a POS' details like list of card brands allowed +- Operation MidasClient::Query.invoices_by_expiration_date(start_date, end_date, status) to return all invoices by expiration date +- Operation MidasClient::Query.invoices_by_payment_date(start_date, end_date, status) to return all invoices by payment date + +VERSION - 0.2.7 - 2018/01/25 + +- Improving MidasClient::Subscription.create to create a manual subscription when de cardToken is not informed +- Implementing an invoice payment operation - MidasClient::Subscription.invoice_payment(invoice_token, transaction_token) +- Query to summarizes all card's transactions by date - MidasClient::Query.cards_summary_by_day(start_date, end_date) +- Query to summarizes all card's transactions by month - MidasClient::Query.cards_summary_by_month(start_month, start_year, end_month, end_year) +- Query to summarizes all billet's transactions by date - MidasClient::Query.cards_summary_by_day(start_date, end_date) +- Query to summarizes all billet's transactions by month - MidasClient::Query.cards_summary_by_month(start_month, start_year, end_month, end_year) + + +VERSION - 0.2.6 - 2017/11/17 + +- Query to list all transactions from an invoice's token - MidasClient::Subscription.invoice_transactions(invoiceToken) +- Query to list all transactions from a subscription's token - MidasClient::Subscription.subscription_transactions(subscriptionToken) + + +VERSION - 0.2.5 - 2017/11/11 + +- Query to list transactions from an user's document - MidasClient::Query.transactions_by_customer(document_type, document_number, status) +- Query to list subscriptions from an user's document - MidasClient::Query.subscriptions_by_customer(document_type, document_number, status) +- Query to list invoices from a Point of Sale - MidasClient::Query.invoices(start_date, end_date, status)) + + VERSION - 0.2.4 - 2017/11/01 - Refactoring QUERIES CONSTANT to QUERY - Query to list creditcards from a Point of Sale (MidasClient::Query.list_creditcards) - Query to list creditcards from user's document number (MidasClient::Transation.query_user_cards)