Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 enableReturnReasons property to false in GiniBankConfiguration.

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.