boletosimples 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/boletosimples/configuration.rb +2 -1
- data/lib/boletosimples/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cec6e36da74f8575199f3f49c90982ca623a8c62
|
4
|
+
data.tar.gz: e0f17f8fd39c36da2ecc6d19ecbe104d7ac82386
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 561ec390a91dea36b12b8864d2ffdcd810c021b3f6572c9da360c1ac27dbca49f7dfcee76ce48170d443f5140cd0b3b5c73fa81b6be491ba12ff4b0d5e6578c3
|
7
|
+
data.tar.gz: 1e328b9815b30fea86c37b97d07180046e5a5b4e42a4e6a706f202f60d31649430610651a56749d6ab56b2ac12c3769a8ec58b44086311042b2b9957c79914ba
|
@@ -60,7 +60,8 @@ module BoletoSimples
|
|
60
60
|
end
|
61
61
|
|
62
62
|
# Because Her set the api on the moment module is included we need to call use_api again, after changing the configuration.
|
63
|
-
[BankBillet, BankBilletAccount, Customer, Transaction, Partner::User
|
63
|
+
[BankBillet, BankBilletAccount, Customer, Transaction, Partner::User,
|
64
|
+
Webhook, Discharge, Remittance, WebhookDelivery, Event].each do |klass|
|
64
65
|
klass.send(:use_api, Her::API.default_api)
|
65
66
|
end
|
66
67
|
end
|