spec/support/constant.rb in easypost-2.7.1 vs spec/support/constant.rb in easypost-2.7.2
- old
+ new
@@ -93,5 +93,14 @@
non_delivery_option: 'abandon',
restriction_type: 'none',
restriction_comments: ''
}
}
+
+OPTIONS = {
+ mws: {
+ fulfiller_order_items: [{
+ id: '12345678901234',
+ quantity: 1
+ }]
+ }
+}