Completed
Push — master ( 404f2c...9dac0e )
by Dieter
06:12
created
src/Amadeus/Client/RequestOptions/DocRefundInitRefundOptions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     const ACTION_NOT_REPORTED_REFUND = "NRP";
40 40
     const ACTION_NO_SHOW = "NS";
41 41
     const ACTION_ZERO_REFUND = "NUL";
42
-    const ACTION_HOLD_FOR_FUTURE_USE= "RTF";
42
+    const ACTION_HOLD_FOR_FUTURE_USE = "RTF";
43 43
     const ACTION_TAXES = "TAX";
44 44
 
45 45
     const TYPE_FROM_NUMBER = "FRM";
Please login to merge, or discard this patch.
src/Amadeus/Client/Struct/DocRefund/StatusDetails.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     const INDICATOR_NOT_REPORTED_REFUND = "NRP";
40 40
     const INDICATOR_NO_SHOW = "NS";
41 41
     const INDICATOR_ZERO_REFUND = "NUL";
42
-    const INDICATOR_HOLD_FOR_FUTURE_USE= "RTF";
42
+    const INDICATOR_HOLD_FOR_FUTURE_USE = "RTF";
43 43
     const INDICATOR_TAXES = "TAX";
44 44
 
45 45
     /**
Please login to merge, or discard this patch.