|
| 1 | +# CHANGE LOG (3.19.0) - 2.11.5 |
| 2 | + |
| 3 | +## Application Client |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | +### Order |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | +#### getRefundModesWithPriceBreakup |
| 12 | + |
| 13 | +- ##### What's New |
| 14 | + - [Added] method <code>getRefundModesWithPriceBreakup</code> |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | +### Payment |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | +#### getPosPaymentModeRoutes |
| 23 | + |
| 24 | +- ##### What's New |
| 25 | + - [Added] <code>query</code> parameter <code>fulfillmentOption</code> (type: <code>array</code>) |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | +## Partner Client |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | +### Webhook |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | +#### validateFilterConfiguration |
| 38 | + |
| 39 | +- ##### What's New |
| 40 | + - [Added] method <code>validateFilterConfiguration</code> |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | +#### validateReducerConfiguration |
| 45 | + |
| 46 | +- ##### What's New |
| 47 | + - [Added] method <code>validateReducerConfiguration</code> |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | +#### saveFilterReducerConfiguration |
| 52 | + |
| 53 | +- ##### What's New |
| 54 | + - [Added] method <code>saveFilterReducerConfiguration</code> |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | +## Platform Client |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | +### Order |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | +#### addStateManagerConfig |
| 67 | + |
| 68 | +- ##### What's New |
| 69 | + - [Added] property <code>data.configs[].pre_hooks[].filter</code> of schema <code>PreHook</code> in request body |
| 70 | + - [Added] property <code>data.configs[].post_hooks[].filter</code> of schema <code>PostHook</code> in request body |
| 71 | + |
| 72 | +- ##### What's Deprecated |
| 73 | + - [Breaking] [Deleted] property <code>data.configs[].pre_hooks[].filters</code> of schema <code>PreHook</code> in request body |
| 74 | + - [Breaking] [Deleted] property <code>data.configs[].post_hooks[].filters</code> of schema <code>PostHook</code> in request body |
| 75 | + |
| 76 | + |
| 77 | +#### getStateManagerConfig |
| 78 | + |
| 79 | +- ##### What's New |
| 80 | + - [Added] property <code>data[].configs[].pre_hooks[].filter</code> of schema <code>PreHook</code> in response with status code 200 |
| 81 | + - [Added] property <code>data[].configs[].post_hooks[].filter</code> of schema <code>PostHook</code> in response with status code 200 |
| 82 | + |
| 83 | +- ##### What's Deprecated |
| 84 | + - [Breaking] [Deleted] property <code>data[].configs[].pre_hooks[].filters</code> of schema <code>PreHook</code> in response with status code 200 |
| 85 | + - [Breaking] [Deleted] property <code>data[].configs[].post_hooks[].filters</code> of schema <code>PostHook</code> in response with status code 200 |
| 86 | + |
| 87 | + |
| 88 | +### User |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | +#### createUser |
| 93 | + |
| 94 | +- ##### What's New |
| 95 | + - [Added] property <code>dob</code> of schema <code>CreateUserRequestSchema</code> in request body |
| 96 | + |
| 97 | + |
| 98 | +#### updateUser |
| 99 | + |
| 100 | +- ##### What's New |
| 101 | + - [Added] property <code>dob</code> of schema <code>UpdateUserRequestSchema</code> in request body |
| 102 | + |
| 103 | + |
1 | 104 | # CHANGE LOG (3.18.0) - 2.11.3 |
2 | 105 |
|
3 | 106 | ## Application Client |
|
0 commit comments