Releases: zoho/zpayments-ios-sdk
Releases · zoho/zpayments-ios-sdk
1.0.3
Pod support for SDK added.
1.0.2
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
Supported Sandbox Environment in SDK
1.0.0
Version 1.0.0