e_plat 0.5.0 → 0.5.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7940bc3d4b8d6b21b3ac8b36eba083a7cfea37fabd1161bca997c47338038b9b
4
- data.tar.gz: 1d8ce726804d61e44f5b1c5e9675309219cfc03619b6bb7be3733cbd1f683e9e
3
+ metadata.gz: d69c42aeab352b0873ead730489a397492ccbad221a1867045bcc89a34d5978c
4
+ data.tar.gz: ccb31f4bfb056d1911aba2cf25154d90bbecbdf3a616be700310404dea2548f6
5
5
  SHA512:
6
- metadata.gz: 04c6492c9a0d3d79769e5223c6b16ba1672a088cc5ff7baa9a94e942c555b9e0b6134881c96db1f8f7cb5bc32cff70d97a796e1725a6a6a998d69835a50a6dd6
7
- data.tar.gz: 6355bcf307dbe5d0ef1fe660510f142390ee01a7e0a0e45fe1fc2b3379a00b28350b5b5151625dde045e0e73b2ac74ead4e591d6539afffd1d76f0d239a24b12
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 | * | currency_symbol | nil |
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: "currency_symbol", e_plat_key: "currency"}
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"}
@@ -10,12 +10,13 @@ module EPlat
10
10
  prefix_options, query_options = split_options(options[:params])
11
11
  path = (client.bigcommerce?) ? "/stores/#{ client.store_hash }/v2/store.json" : "#{ client.url_prefix }shop.json"
12
12
 
13
- instantiate_record(format.decode(connection.get(path, headers).body), prefix_options)
13
+ instantiate_record(format.decode(connection.get(path, client.headers).body), prefix_options)
14
14
  end
15
15
 
16
16
  def current
17
17
  find(1)
18
18
  end
19
+
19
20
  end
20
21
 
21
22
 
@@ -1,3 +1,3 @@
1
1
  module EPlat
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.2"
3
3
  end
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.0
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-01-11 00:00:00.000000000 Z
11
+ date: 2024-02-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler