Skip to content

Releases: mercadopago/sdk-java

1.0.25

31 Oct 20:41
Compare
Choose a tag to compare

Se incluye soporte para refunds, desde dos formas distintas.

payment.refund(); // Donde payment es una instancia de Payment.
Refund refund = new Refund();
refund.setPaymentId(payment_id);
refund.save();

1.0.24

31 Oct 18:37
ed6e61f
Compare
Choose a tag to compare
Update README.md

1.0.23

25 Oct 17:32
f638cf3
Compare
Choose a tag to compare

Last stable release

Release 1.0.10

19 Jun 19:19
6636f68
Compare
Choose a tag to compare

Changelog:

  • Include authorization_code attribute for payments entity