increase 1.160.0 → 1.162.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/CHANGELOG.md +16 -0
- data/README.md +1 -1
- data/lib/increase/models/check_transfer.rb +17 -1
- data/lib/increase/models/check_transfer_create_params.rb +19 -5
- data/lib/increase/models/physical_card.rb +3 -0
- data/lib/increase/models/simulations/physical_card_create_params.rb +3 -0
- data/lib/increase/version.rb +1 -1
- data/rbi/increase/models/check_transfer.rbi +17 -0
- data/rbi/increase/models/check_transfer_create_params.rbi +24 -9
- data/rbi/increase/models/physical_card.rbi +7 -0
- data/rbi/increase/models/simulations/physical_card_create_params.rbi +7 -0
- data/sig/increase/models/check_transfer.rbs +9 -0
- data/sig/increase/models/check_transfer_create_params.rbs +10 -3
- data/sig/increase/models/physical_card.rbs +4 -0
- data/sig/increase/models/simulations/physical_card_create_params.rbs +4 -0
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 95a8747fa00f6f4934dc38e1a4a23a192cc319730c52f32816ec9a25306c5f73
|
|
4
|
+
data.tar.gz: e7e4d7388577b4098f2d1030803f9c2a73c4acc555cb0a628f42dc1d0be3f792
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3d6ecaa1dafe96ea8367365bf9f0fadb6300f408a5a28408cd52621afc00d6cf822f61ea1c23e6192aaba37235c73ec17eec3b32dbf9d8f2e4773dffcec2026f
|
|
7
|
+
data.tar.gz: 73f2c6e2dae4a0cf0b6c28fc77f8d16ee2483c7c7d2d9e6c13c3a5c7e0795d8b98894d7b4c935d1b5dceb4e452e086eb49af05e1862027cc3a305fd942d11df8
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 1.162.0 (2025-12-15)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v1.161.0...v1.162.0](https://github.com/Increase/increase-ruby/compare/v1.161.0...v1.162.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([a8c7867](https://github.com/Increase/increase-ruby/commit/a8c7867005c29bc8b4da16f7ee57b22c3c4abde5))
|
|
10
|
+
|
|
11
|
+
## 1.161.0 (2025-12-15)
|
|
12
|
+
|
|
13
|
+
Full Changelog: [v1.160.0...v1.161.0](https://github.com/Increase/increase-ruby/compare/v1.160.0...v1.161.0)
|
|
14
|
+
|
|
15
|
+
### Features
|
|
16
|
+
|
|
17
|
+
* **api:** api update ([888afde](https://github.com/Increase/increase-ruby/commit/888afdeaee1e7c956b33c3de1861a8d735293a66))
|
|
18
|
+
|
|
3
19
|
## 1.160.0 (2025-12-15)
|
|
4
20
|
|
|
5
21
|
Full Changelog: [v1.159.0...v1.160.0](https://github.com/Increase/increase-ruby/compare/v1.159.0...v1.160.0)
|
data/README.md
CHANGED
|
@@ -675,6 +675,13 @@ module Increase
|
|
|
675
675
|
# @return [String, nil]
|
|
676
676
|
required :name, String, nil?: true
|
|
677
677
|
|
|
678
|
+
# @!attribute phone
|
|
679
|
+
# The shipper's phone number to be used in case of delivery issues. Only used for
|
|
680
|
+
# FedEx overnight shipping.
|
|
681
|
+
#
|
|
682
|
+
# @return [String, nil]
|
|
683
|
+
required :phone, String, nil?: true
|
|
684
|
+
|
|
678
685
|
# @!attribute postal_code
|
|
679
686
|
# The postal code of the check's destination.
|
|
680
687
|
#
|
|
@@ -687,7 +694,11 @@ module Increase
|
|
|
687
694
|
# @return [String, nil]
|
|
688
695
|
required :state, String, nil?: true
|
|
689
696
|
|
|
690
|
-
# @!method initialize(city:, line1:, line2:, name:, postal_code:, state:)
|
|
697
|
+
# @!method initialize(city:, line1:, line2:, name:, phone:, postal_code:, state:)
|
|
698
|
+
# Some parameter documentations has been truncated, see
|
|
699
|
+
# {Increase::Models::CheckTransfer::PhysicalCheck::ReturnAddress} for more
|
|
700
|
+
# details.
|
|
701
|
+
#
|
|
691
702
|
# The return address to be printed on the check.
|
|
692
703
|
#
|
|
693
704
|
# @param city [String, nil] The city of the check's destination.
|
|
@@ -698,6 +709,8 @@ module Increase
|
|
|
698
709
|
#
|
|
699
710
|
# @param name [String, nil] The name component of the check's return address.
|
|
700
711
|
#
|
|
712
|
+
# @param phone [String, nil] The shipper's phone number to be used in case of delivery issues. Only used for
|
|
713
|
+
#
|
|
701
714
|
# @param postal_code [String, nil] The postal code of the check's destination.
|
|
702
715
|
#
|
|
703
716
|
# @param state [String, nil] The state of the check's destination.
|
|
@@ -765,6 +778,9 @@ module Increase
|
|
|
765
778
|
# The check has been delivered.
|
|
766
779
|
DELIVERED = :delivered
|
|
767
780
|
|
|
781
|
+
# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the check will be returned to sender.
|
|
782
|
+
DELIVERY_ISSUE = :delivery_issue
|
|
783
|
+
|
|
768
784
|
# Delivery failed and the check was returned to sender.
|
|
769
785
|
RETURNED_TO_SENDER = :returned_to_sender
|
|
770
786
|
|
|
@@ -273,9 +273,9 @@ module Increase
|
|
|
273
273
|
optional :name, String
|
|
274
274
|
|
|
275
275
|
# @!attribute phone
|
|
276
|
-
# The phone number to associate with the check's destination address. The
|
|
277
|
-
# is only used when `shipping_method` is `fedex_overnight` and will be
|
|
278
|
-
# FedEx to be used in case of delivery issues.
|
|
276
|
+
# The phone number to associate with the check's destination address. The phone
|
|
277
|
+
# number is only used when `shipping_method` is `fedex_overnight` and will be
|
|
278
|
+
# supplied to FedEx to be used in case of delivery issues.
|
|
279
279
|
#
|
|
280
280
|
# @return [String, nil]
|
|
281
281
|
optional :phone, String
|
|
@@ -299,7 +299,7 @@ module Increase
|
|
|
299
299
|
#
|
|
300
300
|
# @param name [String] The name component of the check's destination address. Defaults to the provided
|
|
301
301
|
#
|
|
302
|
-
# @param phone [String] The phone number to associate with the check's destination address. The
|
|
302
|
+
# @param phone [String] The phone number to associate with the check's destination address. The phone nu
|
|
303
303
|
end
|
|
304
304
|
|
|
305
305
|
class Payer < Increase::Internal::Type::BaseModel
|
|
@@ -351,7 +351,19 @@ module Increase
|
|
|
351
351
|
# @return [String, nil]
|
|
352
352
|
optional :line2, String
|
|
353
353
|
|
|
354
|
-
# @!
|
|
354
|
+
# @!attribute phone
|
|
355
|
+
# The phone number to associate with the shipper. The phone number is only used
|
|
356
|
+
# when `shipping_method` is `fedex_overnight` and will be supplied to FedEx to be
|
|
357
|
+
# used in case of delivery issues.
|
|
358
|
+
#
|
|
359
|
+
# @return [String, nil]
|
|
360
|
+
optional :phone, String
|
|
361
|
+
|
|
362
|
+
# @!method initialize(city:, line1:, name:, postal_code:, state:, line2: nil, phone: nil)
|
|
363
|
+
# Some parameter documentations has been truncated, see
|
|
364
|
+
# {Increase::Models::CheckTransferCreateParams::PhysicalCheck::ReturnAddress} for
|
|
365
|
+
# more details.
|
|
366
|
+
#
|
|
355
367
|
# The return address to be printed on the check. If omitted this will default to
|
|
356
368
|
# an Increase-owned address that will mark checks as delivery failed and shred
|
|
357
369
|
# them.
|
|
@@ -367,6 +379,8 @@ module Increase
|
|
|
367
379
|
# @param state [String] The US state of the return address.
|
|
368
380
|
#
|
|
369
381
|
# @param line2 [String] The second line of the return address.
|
|
382
|
+
#
|
|
383
|
+
# @param phone [String] The phone number to associate with the shipper. The phone number is only used wh
|
|
370
384
|
end
|
|
371
385
|
|
|
372
386
|
# How to ship the check. For details on pricing, timing, and restrictions, see
|
|
@@ -431,6 +431,9 @@ module Increase
|
|
|
431
431
|
# The physical card has been delivered.
|
|
432
432
|
DELIVERED = :delivered
|
|
433
433
|
|
|
434
|
+
# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the physical card will be returned to sender.
|
|
435
|
+
DELIVERY_ISSUE = :delivery_issue
|
|
436
|
+
|
|
434
437
|
# Delivery failed and the physical card was returned to sender.
|
|
435
438
|
RETURNED_TO_SENDER = :returned_to_sender
|
|
436
439
|
|
|
@@ -68,6 +68,9 @@ module Increase
|
|
|
68
68
|
# The physical card has been delivered.
|
|
69
69
|
DELIVERED = :delivered
|
|
70
70
|
|
|
71
|
+
# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the physical card will be returned to sender.
|
|
72
|
+
DELIVERY_ISSUE = :delivery_issue
|
|
73
|
+
|
|
71
74
|
# Delivery failed and the physical card was returned to sender.
|
|
72
75
|
RETURNED_TO_SENDER = :returned_to_sender
|
|
73
76
|
|
data/lib/increase/version.rb
CHANGED
|
@@ -1080,6 +1080,11 @@ module Increase
|
|
|
1080
1080
|
sig { returns(T.nilable(String)) }
|
|
1081
1081
|
attr_accessor :name
|
|
1082
1082
|
|
|
1083
|
+
# The shipper's phone number to be used in case of delivery issues. Only used for
|
|
1084
|
+
# FedEx overnight shipping.
|
|
1085
|
+
sig { returns(T.nilable(String)) }
|
|
1086
|
+
attr_accessor :phone
|
|
1087
|
+
|
|
1083
1088
|
# The postal code of the check's destination.
|
|
1084
1089
|
sig { returns(T.nilable(String)) }
|
|
1085
1090
|
attr_accessor :postal_code
|
|
@@ -1095,6 +1100,7 @@ module Increase
|
|
|
1095
1100
|
line1: T.nilable(String),
|
|
1096
1101
|
line2: T.nilable(String),
|
|
1097
1102
|
name: T.nilable(String),
|
|
1103
|
+
phone: T.nilable(String),
|
|
1098
1104
|
postal_code: T.nilable(String),
|
|
1099
1105
|
state: T.nilable(String)
|
|
1100
1106
|
).returns(T.attached_class)
|
|
@@ -1108,6 +1114,9 @@ module Increase
|
|
|
1108
1114
|
line2:,
|
|
1109
1115
|
# The name component of the check's return address.
|
|
1110
1116
|
name:,
|
|
1117
|
+
# The shipper's phone number to be used in case of delivery issues. Only used for
|
|
1118
|
+
# FedEx overnight shipping.
|
|
1119
|
+
phone:,
|
|
1111
1120
|
# The postal code of the check's destination.
|
|
1112
1121
|
postal_code:,
|
|
1113
1122
|
# The state of the check's destination.
|
|
@@ -1122,6 +1131,7 @@ module Increase
|
|
|
1122
1131
|
line1: T.nilable(String),
|
|
1123
1132
|
line2: T.nilable(String),
|
|
1124
1133
|
name: T.nilable(String),
|
|
1134
|
+
phone: T.nilable(String),
|
|
1125
1135
|
postal_code: T.nilable(String),
|
|
1126
1136
|
state: T.nilable(String)
|
|
1127
1137
|
}
|
|
@@ -1261,6 +1271,13 @@ module Increase
|
|
|
1261
1271
|
Increase::CheckTransfer::PhysicalCheck::TrackingUpdate::Category::TaggedSymbol
|
|
1262
1272
|
)
|
|
1263
1273
|
|
|
1274
|
+
# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the check will be returned to sender.
|
|
1275
|
+
DELIVERY_ISSUE =
|
|
1276
|
+
T.let(
|
|
1277
|
+
:delivery_issue,
|
|
1278
|
+
Increase::CheckTransfer::PhysicalCheck::TrackingUpdate::Category::TaggedSymbol
|
|
1279
|
+
)
|
|
1280
|
+
|
|
1264
1281
|
# Delivery failed and the check was returned to sender.
|
|
1265
1282
|
RETURNED_TO_SENDER =
|
|
1266
1283
|
T.let(
|
|
@@ -510,9 +510,9 @@ module Increase
|
|
|
510
510
|
sig { params(name: String).void }
|
|
511
511
|
attr_writer :name
|
|
512
512
|
|
|
513
|
-
# The phone number to associate with the check's destination address. The
|
|
514
|
-
# is only used when `shipping_method` is `fedex_overnight` and will be
|
|
515
|
-
# FedEx to be used in case of delivery issues.
|
|
513
|
+
# The phone number to associate with the check's destination address. The phone
|
|
514
|
+
# number is only used when `shipping_method` is `fedex_overnight` and will be
|
|
515
|
+
# supplied to FedEx to be used in case of delivery issues.
|
|
516
516
|
sig { returns(T.nilable(String)) }
|
|
517
517
|
attr_reader :phone
|
|
518
518
|
|
|
@@ -545,9 +545,9 @@ module Increase
|
|
|
545
545
|
# The name component of the check's destination address. Defaults to the provided
|
|
546
546
|
# `recipient_name` parameter if `name` is not provided.
|
|
547
547
|
name: nil,
|
|
548
|
-
# The phone number to associate with the check's destination address. The
|
|
549
|
-
# is only used when `shipping_method` is `fedex_overnight` and will be
|
|
550
|
-
# FedEx to be used in case of delivery issues.
|
|
548
|
+
# The phone number to associate with the check's destination address. The phone
|
|
549
|
+
# number is only used when `shipping_method` is `fedex_overnight` and will be
|
|
550
|
+
# supplied to FedEx to be used in case of delivery issues.
|
|
551
551
|
phone: nil
|
|
552
552
|
)
|
|
553
553
|
end
|
|
@@ -630,6 +630,15 @@ module Increase
|
|
|
630
630
|
sig { params(line2: String).void }
|
|
631
631
|
attr_writer :line2
|
|
632
632
|
|
|
633
|
+
# The phone number to associate with the shipper. The phone number is only used
|
|
634
|
+
# when `shipping_method` is `fedex_overnight` and will be supplied to FedEx to be
|
|
635
|
+
# used in case of delivery issues.
|
|
636
|
+
sig { returns(T.nilable(String)) }
|
|
637
|
+
attr_reader :phone
|
|
638
|
+
|
|
639
|
+
sig { params(phone: String).void }
|
|
640
|
+
attr_writer :phone
|
|
641
|
+
|
|
633
642
|
# The return address to be printed on the check. If omitted this will default to
|
|
634
643
|
# an Increase-owned address that will mark checks as delivery failed and shred
|
|
635
644
|
# them.
|
|
@@ -640,7 +649,8 @@ module Increase
|
|
|
640
649
|
name: String,
|
|
641
650
|
postal_code: String,
|
|
642
651
|
state: String,
|
|
643
|
-
line2: String
|
|
652
|
+
line2: String,
|
|
653
|
+
phone: String
|
|
644
654
|
).returns(T.attached_class)
|
|
645
655
|
end
|
|
646
656
|
def self.new(
|
|
@@ -655,7 +665,11 @@ module Increase
|
|
|
655
665
|
# The US state of the return address.
|
|
656
666
|
state:,
|
|
657
667
|
# The second line of the return address.
|
|
658
|
-
line2: nil
|
|
668
|
+
line2: nil,
|
|
669
|
+
# The phone number to associate with the shipper. The phone number is only used
|
|
670
|
+
# when `shipping_method` is `fedex_overnight` and will be supplied to FedEx to be
|
|
671
|
+
# used in case of delivery issues.
|
|
672
|
+
phone: nil
|
|
659
673
|
)
|
|
660
674
|
end
|
|
661
675
|
|
|
@@ -667,7 +681,8 @@ module Increase
|
|
|
667
681
|
name: String,
|
|
668
682
|
postal_code: String,
|
|
669
683
|
state: String,
|
|
670
|
-
line2: String
|
|
684
|
+
line2: String,
|
|
685
|
+
phone: String
|
|
671
686
|
}
|
|
672
687
|
)
|
|
673
688
|
end
|
|
@@ -690,6 +690,13 @@ module Increase
|
|
|
690
690
|
Increase::PhysicalCard::Shipment::Tracking::Update::Category::TaggedSymbol
|
|
691
691
|
)
|
|
692
692
|
|
|
693
|
+
# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the physical card will be returned to sender.
|
|
694
|
+
DELIVERY_ISSUE =
|
|
695
|
+
T.let(
|
|
696
|
+
:delivery_issue,
|
|
697
|
+
Increase::PhysicalCard::Shipment::Tracking::Update::Category::TaggedSymbol
|
|
698
|
+
)
|
|
699
|
+
|
|
693
700
|
# Delivery failed and the physical card was returned to sender.
|
|
694
701
|
RETURNED_TO_SENDER =
|
|
695
702
|
T.let(
|
|
@@ -129,6 +129,13 @@ module Increase
|
|
|
129
129
|
Increase::Simulations::PhysicalCardCreateParams::Category::TaggedSymbol
|
|
130
130
|
)
|
|
131
131
|
|
|
132
|
+
# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the physical card will be returned to sender.
|
|
133
|
+
DELIVERY_ISSUE =
|
|
134
|
+
T.let(
|
|
135
|
+
:delivery_issue,
|
|
136
|
+
Increase::Simulations::PhysicalCardCreateParams::Category::TaggedSymbol
|
|
137
|
+
)
|
|
138
|
+
|
|
132
139
|
# Delivery failed and the physical card was returned to sender.
|
|
133
140
|
RETURNED_TO_SENDER =
|
|
134
141
|
T.let(
|
|
@@ -430,6 +430,7 @@ module Increase
|
|
|
430
430
|
:line1 => String?,
|
|
431
431
|
:line2 => String?,
|
|
432
432
|
name: String?,
|
|
433
|
+
phone: String?,
|
|
433
434
|
postal_code: String?,
|
|
434
435
|
state: String?
|
|
435
436
|
}
|
|
@@ -443,6 +444,8 @@ module Increase
|
|
|
443
444
|
|
|
444
445
|
attr_accessor name: String?
|
|
445
446
|
|
|
447
|
+
attr_accessor phone: String?
|
|
448
|
+
|
|
446
449
|
attr_accessor postal_code: String?
|
|
447
450
|
|
|
448
451
|
attr_accessor state: String?
|
|
@@ -452,6 +455,7 @@ module Increase
|
|
|
452
455
|
line1: String?,
|
|
453
456
|
line2: String?,
|
|
454
457
|
name: String?,
|
|
458
|
+
phone: String?,
|
|
455
459
|
postal_code: String?,
|
|
456
460
|
state: String?
|
|
457
461
|
) -> void
|
|
@@ -461,6 +465,7 @@ module Increase
|
|
|
461
465
|
:line1 => String?,
|
|
462
466
|
:line2 => String?,
|
|
463
467
|
name: String?,
|
|
468
|
+
phone: String?,
|
|
464
469
|
postal_code: String?,
|
|
465
470
|
state: String?
|
|
466
471
|
}
|
|
@@ -510,6 +515,7 @@ module Increase
|
|
|
510
515
|
:in_transit
|
|
511
516
|
| :processed_for_delivery
|
|
512
517
|
| :delivered
|
|
518
|
+
| :delivery_issue
|
|
513
519
|
| :returned_to_sender
|
|
514
520
|
|
|
515
521
|
module Category
|
|
@@ -524,6 +530,9 @@ module Increase
|
|
|
524
530
|
# The check has been delivered.
|
|
525
531
|
DELIVERED: :delivered
|
|
526
532
|
|
|
533
|
+
# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the check will be returned to sender.
|
|
534
|
+
DELIVERY_ISSUE: :delivery_issue
|
|
535
|
+
|
|
527
536
|
# Delivery failed and the check was returned to sender.
|
|
528
537
|
RETURNED_TO_SENDER: :returned_to_sender
|
|
529
538
|
|
|
@@ -264,7 +264,8 @@ module Increase
|
|
|
264
264
|
name: String,
|
|
265
265
|
postal_code: String,
|
|
266
266
|
state: String,
|
|
267
|
-
:line2 => String
|
|
267
|
+
:line2 => String,
|
|
268
|
+
phone: String
|
|
268
269
|
}
|
|
269
270
|
|
|
270
271
|
class ReturnAddress < Increase::Internal::Type::BaseModel
|
|
@@ -282,13 +283,18 @@ module Increase
|
|
|
282
283
|
|
|
283
284
|
def line2=: (String) -> String
|
|
284
285
|
|
|
286
|
+
attr_reader phone: String?
|
|
287
|
+
|
|
288
|
+
def phone=: (String) -> String
|
|
289
|
+
|
|
285
290
|
def initialize: (
|
|
286
291
|
city: String,
|
|
287
292
|
line1: String,
|
|
288
293
|
name: String,
|
|
289
294
|
postal_code: String,
|
|
290
295
|
state: String,
|
|
291
|
-
?line2: String
|
|
296
|
+
?line2: String,
|
|
297
|
+
?phone: String
|
|
292
298
|
) -> void
|
|
293
299
|
|
|
294
300
|
def to_hash: -> {
|
|
@@ -297,7 +303,8 @@ module Increase
|
|
|
297
303
|
name: String,
|
|
298
304
|
postal_code: String,
|
|
299
305
|
state: String,
|
|
300
|
-
:line2 => String
|
|
306
|
+
:line2 => String,
|
|
307
|
+
phone: String
|
|
301
308
|
}
|
|
302
309
|
end
|
|
303
310
|
|
|
@@ -315,6 +315,7 @@ module Increase
|
|
|
315
315
|
:in_transit
|
|
316
316
|
| :processed_for_delivery
|
|
317
317
|
| :delivered
|
|
318
|
+
| :delivery_issue
|
|
318
319
|
| :returned_to_sender
|
|
319
320
|
|
|
320
321
|
module Category
|
|
@@ -329,6 +330,9 @@ module Increase
|
|
|
329
330
|
# The physical card has been delivered.
|
|
330
331
|
DELIVERED: :delivered
|
|
331
332
|
|
|
333
|
+
# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the physical card will be returned to sender.
|
|
334
|
+
DELIVERY_ISSUE: :delivery_issue
|
|
335
|
+
|
|
332
336
|
# Delivery failed and the physical card was returned to sender.
|
|
333
337
|
RETURNED_TO_SENDER: :returned_to_sender
|
|
334
338
|
|
|
@@ -55,6 +55,7 @@ module Increase
|
|
|
55
55
|
:in_transit
|
|
56
56
|
| :processed_for_delivery
|
|
57
57
|
| :delivered
|
|
58
|
+
| :delivery_issue
|
|
58
59
|
| :returned_to_sender
|
|
59
60
|
|
|
60
61
|
module Category
|
|
@@ -69,6 +70,9 @@ module Increase
|
|
|
69
70
|
# The physical card has been delivered.
|
|
70
71
|
DELIVERED: :delivered
|
|
71
72
|
|
|
73
|
+
# There is an issue preventing delivery. The delivery will be attempted again if possible. If the issue cannot be resolved, the physical card will be returned to sender.
|
|
74
|
+
DELIVERY_ISSUE: :delivery_issue
|
|
75
|
+
|
|
72
76
|
# Delivery failed and the physical card was returned to sender.
|
|
73
77
|
RETURNED_TO_SENDER: :returned_to_sender
|
|
74
78
|
|