Return reasons
Please make sure to contact Gini customer support to enable this feature in our platform.
The return reasons feature asks users to select from a predefined list why they decided to return an item. The list is presented to the user when they deselect an item.
Info |
---|
This feature is |
...
disabled by default by setting this |
To disable enable it, set GiniBankGiniBankConfiguration.shared.enableReturnReasons
to false
true
when you configure the Gini Bank SDK before launch.
Code Block |
---|
let configuration = GiniBankConfiguration.shared
configuration.enableReturnReasons = true |
Find out how to customize this feature here.