e_plat 0.5.1 → 0.5.2
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/e_plat/mapping/bigcommerce/v_3/shop.rb +1 -1
- data/lib/e_plat/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d69c42aeab352b0873ead730489a397492ccbad221a1867045bcc89a34d5978c
|
|
4
|
+
data.tar.gz: ccb31f4bfb056d1911aba2cf25154d90bbecbdf3a616be700310404dea2548f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 63f7e64e9e8b67bcfca5b0afaacc79e1bab2efcc474bbfd3335b8a0f83d3c8550e81994f71cf7733151a287a73c7cfed4bd1ce7010b36210ae728f76086fc0cf
|
|
7
|
+
data.tar.gz: 18cd9f1509388e0aa30641ca74bce0686eb8a8940c34c607a4a1393568da71d39271c3d5c2ea25131b76a27c29bd5f42bc1e81e3aede7e6e3d2ea68c8ec82316
|
data/README.md
CHANGED
|
@@ -150,7 +150,7 @@ EPlat is designed to let you mostly use it's universal interface, but then easil
|
|
|
150
150
|
| updated_at | datetime | * | nil | nil |
|
|
151
151
|
| country_code | string | * | country_code | nil |
|
|
152
152
|
| country_name | string | * | nil | nil |
|
|
153
|
-
| currency | string | * |
|
|
153
|
+
| currency | string | * | currency | nil |
|
|
154
154
|
| customer_email | string | * | nil | nil |
|
|
155
155
|
| timezone | string | * | nil | nil |
|
|
156
156
|
| iana_timezone | string | * | nil | nil |
|
|
@@ -90,7 +90,7 @@ module EPlat
|
|
|
90
90
|
existing_entry: {native_key: "country_code", e_plat_key: "country_code"}
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
|
-
existing_entry: {native_key: "
|
|
93
|
+
existing_entry: {native_key: "currency", e_plat_key: "currency"}
|
|
94
94
|
},
|
|
95
95
|
{
|
|
96
96
|
existing_entry: {native_key: "plan_name", e_plat_key: "plan_name"}
|
data/lib/e_plat/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: e_plat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.5.
|
|
4
|
+
version: 0.5.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- oliwoodsuk
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-02-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|