Skip to content

Releases: khalti/khalti-sdk-ios

Swift 5 Support

06 May 04:20
Compare
Choose a tag to compare
1.0.14

Release 1.0.14

Swift 4.2 support.

13 Dec 08:08
Compare
Choose a tag to compare

Khalti now supports swift 3, 4 and 4.2.

Ebanking Optional

09 Aug 07:03
Compare
Choose a tag to compare

Made ebanking optional payment. Ebanking is made available by default.
To make ebanking unavailable: add 'ebankingPayment: false' in config init.

Example:
let TEST_CONFIG:Config = Config(publicKey: khaltiMerchantKey, amount: 1000, productId: "1234567890", productName: "Dragon_boss", productUrl: "http://gameofthrones.wikia.com/wiki/Dragons",additionalData: additionalData, ebankingPayment: false)

Swift 4 support

21 Jun 05:55
Compare
Choose a tag to compare

This version is compatible with both swift 3 and 4.

Error Handling Support

07 Jun 10:10
Compare
Choose a tag to compare

Handled all error Message and provided error data to merchant for personalize use.
Added pull to refresh for banks list.
Changed onCheckOutError delegate. Here added optional data property in delegate.
Debug log configurable.

Made Card Payment Optional Depending upon its configuration.

24 May 12:22
Compare
Choose a tag to compare

Removed Alamofire Dependency

24 May 11:47
Compare
Choose a tag to compare

Alamofire Dependency has been removed and some design bugs are fixed.

Design issue fix.

30 Mar 07:54
Compare
Choose a tag to compare