Skip to content

Releases: valesaudesempre/payment-gateway-client

1.0.0-rc1

22 Sep 18:50
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release

What's Changed

  • Initial stable release

Full Changelog: 0.0.15...1.0.0-rc1

0.0.15

22 Sep 18:42
Compare
Choose a tag to compare
0.0.15 Pre-release
Pre-release

What's changed

Feat

  • Add suporte a middlewares customizados em rota de webhooks

0.0.14

23 Feb 18:34
e709b61
Compare
Choose a tag to compare
0.0.14 Pre-release
Pre-release

What's changed

Feat

  • Bump valesaude/laravel-value-objects para 1.0.0

0.0.13

23 Feb 18:09
Compare
Choose a tag to compare
0.0.13 Pre-release
Pre-release

What's changed

Feat

  • Bump valesaude/laravel-value-objects para 0.0.3

0.0.12

27 Jan 22:20
Compare
Choose a tag to compare
0.0.12 Pre-release
Pre-release

What's Changed

Feat

  • Implementa reembolso de faturas

0.0.11

20 Jan 20:42
Compare
Choose a tag to compare
0.0.11 Pre-release
Pre-release

What's Changed

Feat

0.0.10

15 Dec 18:54
Compare
Choose a tag to compare
0.0.10 Pre-release
Pre-release

What's Changed

Feat

  • Add gateway and client createRecipient method
  • Change all primary keys from simple UUID to ordered UUID

Fix

  • Fix ZipCodeValidator regex
  • Prevent sending split settings to gateway when RECIPIENT feature is not supported (since the recipient id does not exist on the gateway end)

0.0.9

07 Dec 18:07
Compare
Choose a tag to compare
0.0.9 Pre-release
Pre-release

What's Changed

Feat

  • Add soft deletes to all models
  • Add deletePaymentMethod method in gateway/client

Fix

  • Update invoice installments property on webhook paid event

0.0.8

06 Dec 18:47
Compare
Choose a tag to compare
0.0.8 Pre-release
Pre-release

What's Changed

Feat

  • Add Iugu webhook inscription console command
  • Add specific error handling for Iugu invalid payment token errors
  • Add support for invoice payment with multiple installments

Fix

  • Fix Iugu webhook authentication
  • Fix cents to float conversion on Money VO
  • Fix WebhookController success response
  • Fix queue used on webhook processing jobs

0.0.7

01 Dec 17:46
Compare
Choose a tag to compare
0.0.7 Pre-release
Pre-release

What's Changed

Feat

  • Add owner polymorphic relation to Invoice, Customer and Recipient