muffin_man 1.5.3 → 1.5.4

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a65842148ee282b6d12a552b0c55495a445b183e5a7e5c38a7418de04992f999
4
- data.tar.gz: 383a57d029e7f7938d451698a69a60b808f6fccc9fab074fa0e2d710df3acd2a
3
+ metadata.gz: 815e6d799e774cb3a08322e50fb29485db132b069a976f16fd110b279286a95c
4
+ data.tar.gz: c2c8054d5e139c4c92037d029feef98c606dca4e8162a7705f63b3cace9c4b4f
5
5
  SHA512:
6
- metadata.gz: 7993f0f6103ab852b70a457a4b5d29b028e40a3b53c98c169a28336653035dbb70ebdb988000fb6df04595362257924164b63a1cc2e0ea76dc1ba201c8a57245
7
- data.tar.gz: 8f7ccf13026f77ea995fabf36d0c753714daea1ccfdfee63276a17693e86ed8d25466246a00017832050915ada192fa4dfd677d342cbcee1c88d5afeafa029e1
6
+ metadata.gz: fad01d3bd223905a1060dda3f3f232bffc1c4d8ec7dd18a3289adcf2d67ab315678e420f73f3b35beb84e9187b73a84af4e5091f10f1394ca6f95513d9f70885
7
+ data.tar.gz: cd4ff94c59ccc170b3753068ccc132df8f812a1bcbddf7fd5f4bfcac39dc953142f3276538c8f96b070bfccb5fb97260c91266751db57714dd314701d1d260fa
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  - Support for getInventorySummaries [#36](https://github.com/patterninc/muffin_man/pull/36)
4
4
 
5
+ # 1.5.4
6
+
7
+ - Fix to format create outbound fulfillment request [#40](https://github.com/patterninc/muffin_man/pull/40)
8
+
5
9
  # 1.5.3
6
10
 
7
11
  - Support for Fulfillment Outbound [#34](https://github.com/patterninc/muffin_man/pull/34)
@@ -94,7 +94,7 @@ module MuffinMan
94
94
  "displayableOrderDate" => displayable_order_date_time,
95
95
  "displayableOrderComment" => displayable_order_comment,
96
96
  "shippingSpeedCategory" => shipping_speed_category,
97
- "destinationAddress" => destination_address,
97
+ "destinationAddress" => destination_address.to_camelize,
98
98
  "items" => items.map(&:to_camelize)
99
99
  }.merge!(optional_params.slice(*OPTIONAL_CREATE_FULFILLMENT_ORDER_PARAMS))
100
100
  end
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module MuffinMan
4
- VERSION = "1.5.3"
4
+ VERSION = "1.5.4"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muffin_man
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.3
4
+ version: 1.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gavin
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2022-11-02 00:00:00.000000000 Z
13
+ date: 2022-11-09 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: rspec