README.md in mymoip-0.2.2 vs README.md in mymoip-0.2.3

- old
+ new

@@ -6,10 +6,12 @@ Provides a implementation of MoIP's transparent checkout. Contributing to MyMoip ---------------------- +[![Build Status](https://secure.travis-ci.org/Irio/mymoip.png)](http://travis-ci.org/Irio/mymoip) + What would you do if you could make your own implementation of MoIP? Any patch are welcome, even removing extra blank spaces. 1. Open a pull request. @@ -71,10 +73,10 @@ owner_birthday: Date.new(1984, 11, 3), owner_phone: "(51)3040-5060", owner_rg: "1010202030" ) -credit_card_payment = MyMoip::CreditCardPayment.new(credit_card, 1) +credit_card_payment = MyMoip::CreditCardPayment.new(credit_card, installments: 1) payment_request = MyMoip::PaymentRequest.new("your_own_id") payment_request.api_call(credit_card_payment, token: transparent_request.token) ``` **Success?**