Skip to content

Add option add tip and skip the success screen

Compare
Choose a tag to compare
@mollidor mollidor released this 08 Jun 17:59
· 42 commits to master since this release
  • [IMPROVEMENT] Support for future SumUp terminal.
  • [ADDED] Add SMPSkipScreenOptions to allow for skipping the screen
    shown at the end of a successful transaction.
  • [ADDED] Add -[SMPCheckoutRequest tipAmount] to provide an additional
    tip amount to be added to the total in checkout.

Sample application:

  • [ADDED] Add option to skip the receipt screen by setting the
    appropriate SMPSkipScreenOptions of the checkout request.
  • [ADDED] Add option to specify tip amount.
  • [IMPROVEMENT] Convert to Auto Layout