varejonline 0.2.1 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/varejonline/api/orders.rb +4 -0
- data/lib/varejonline/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: 9ca4c72c3774fa99442efaaa802cb79efa1625b4
|
|
4
|
+
data.tar.gz: a27206c71931c22ddb4986fa70a083288c8a7448
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 56aadb38b656282b217c06b1fec13e79ed4cdd20e3d96fb8e98c10a9e99768f847e44c6a10c0fa109913317181bef5ab278e9dffee30225d71cf4f055b89439b
|
|
7
|
+
data.tar.gz: 8f38521e8fe7761ed163abb35b2d812f09686093deb7730fe0b31371ca969f2fad4aede1f56aaf7c91be8133587cc7b068d59deaa01df3e8a704f566e80b6333
|
data/README.md
CHANGED
|
@@ -37,7 +37,7 @@ With the client instance, you can access the following resources:
|
|
|
37
37
|
* Lançamentos Padrões (client.default_entries) **Listing and finding**
|
|
38
38
|
* Entidades (client.entities) **Listing and finding**
|
|
39
39
|
* Configuração de crédito (client.installments) **Saving and information**
|
|
40
|
-
* Pedidos de venda (client.orders) **Listing, finding and
|
|
40
|
+
* Pedidos de venda (client.orders) **Listing, finding, creation and cancellation**
|
|
41
41
|
* Planos de pagamento (client.payment_conditions) **Only listing**
|
|
42
42
|
* Categorias de produtos (client.product_categories) **Only listing**
|
|
43
43
|
* Produtos (client.products) **Listing, finding, updating and creation**
|
data/lib/varejonline/version.rb
CHANGED