wirecardBrasil / moip-sdk-ruby

Cliente em Ruby para integração server-side com APIs Moip v2
MIT License
29 stars 27 forks source link

Fix typo in example #90

Open caws opened 5 years ago

caws commented 5 years ago

Proposing this to fix a typo in payment-with-pre-authorization.rb file.

Line 82 says api.payment.catpure(payment.id) when the correct method name is capture.

PR Summary

Detailed description

Example:

Checklist