Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Releases: gini/gini-pay-business-sdk-ios

1.0.9

22 Sep 16:19
5840b5a
Compare
Choose a tag to compare
  • Introduces new configuration options for configuring the border width of the payment input fields on the payment review screen:
    • paymentInputFieldSelectionStyleBorderWidth - border width for the selected state,
    • paymentInputFieldErrorStyleBorderWidth - border width for the error state.
  • Fixes and improvements for iOS 15.

1.0.8

26 Aug 15:53
732b5f7
Compare
Choose a tag to compare

Gini Pay Business SDK:

  • PaymentReviewViewController: added sending feedback functionality;
  • Updated pods: GiniCapture 1.0.6, GiniPayApiLib 1.0.9 - fixes for feedback senfing ;

Example App:

  • added missing NSPhotoLibraryAddUsageDescription.

1.0.7

17 Jun 17:32
111b39b
Compare
Choose a tag to compare

GiniPayBusiness:

Payment Review Screen:

  • when page indicator is hidden collection view with preview images goes under input fields container.

Example apps:

1.0.6

02 Jun 16:12
3ca5827
Compare
Choose a tag to compare
  • Adapted custom font setup for the payment review screen (PIA-1486, PIA-1489).
  • Added color configuration for page control (PIA-1485).
  • Extended document preview area (PIA-1483, PIA-1484).
  • Extended bottom sheet for input field (PIA-1465).
  • Fixed disappearing of bottom sheet behind the keyboard (PIA-1467).
  • Configured payButton for disabled and highlighted states (PIA-1487).
  • Improved keyboard dismiss on tap outside (PIA-1466).
  • Added configurable close button (PIA-1490).
  • Limited input format, removed “0.00" placeholder apperiance for price field (PIA-1467, PIA-1480, PIA-1515).
  • Disabled pay button when one of the fields is empty (PIA-1417).
  • Introduced GiniPayBusinessDelegate (PIA-1529).

1.0.5

27 May 12:54
70d4727
Compare
Choose a tag to compare

GiniPayBusiness, Example:

  • fixed Xcode warnings (PIA-1505)
  • font and text colour for payButton is configurable (PIA-1488)
  • fixed rounded fractional part of a number for Amount field (PIA-1476)
  • amount placeholder text disappears( PIA-1480)

1.0.4

29 Apr 13:12
Compare
Choose a tag to compare
  • updated documentation

1.0.3

28 Apr 18:16
2869e0f
Compare
Choose a tag to compare

GiniPayBusiness:

  • added poll document method.
  • fetchDataForReview with completion DataForReview in success case.
  • init method for PaymentReviewViewController with GiniApiLib and DataForReview.

Business Example:

  • updated payment review screen initialization.

1.0.2

21 Apr 09:58
Compare
Choose a tag to compare
  • review screen
  • interface for getting extraction via documentID
  • create payment request functionality