Skip to content

Releases: zoho/zpayments-ios-sdk

1.0.3

06 Mar 08:00

Choose a tag to compare

1.0.3 Pre-release
Pre-release

Pod support for SDK added.

1.0.2

13 Feb 07:38

Choose a tag to compare

Mandates are now supported in the iOS SDK. If you are upgrading from any version lower than 1.0.2, ensure to update the signature of ZohoPaymentsCheckoutDelegate.

Previous Versions:

public protocol ZohoPaymentsCheckoutDelegate 
{  
	func onPaymentSuccess(paymentId: String, signature: String) 
	func onPaymentFailure(code: String, message: String)  
}

Version 1.0.2.

public protocol ZohoPaymentsCheckoutDelegate 
{
	func onPaymentSuccess(object: ZohoPayments.PaymentSuccessObject)
	func onPaymentFailure(object: ZohoPayments.PaymentFailureObject)
}

1.0.1

27 Oct 12:10

Choose a tag to compare

Supported Sandbox Environment in SDK

1.0.0

16 Sep 10:05

Choose a tag to compare

Version 1.0.0