Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

5.0.0

Compare
Choose a tag to compare
@IngenicoEPayments IngenicoEPayments released this 28 Apr 08:44
· 24 commits to master since this release
  • Added:
    • Added logo and translations for GCash (871).
    • Added translations for cardholder name validation errors.
  • Changed:
    • AFNetworking has been removed as a dependency from the SDK. All relevant networking code from this library has been integrated into the Ingenico Connect SDK itself. If you are using this SDK by only interacting with ICSession, this change is not breaking. However, if for some reason your app is using ICAFNetworkingWrapper directly, you should switch to using ICNetworkingWrapper. If you were using the AFNetworking library in your own app through the Ingenico Connect SDK, you should declare AFNetworking as a dependency in the package manager you are using.
    • AFNetworkLogger has been removed as a dependency from the SDK. All relevant networking logger code from this library has been integrated into the Ingenico Connect SDK itself. If your app has request and response logging enabled through AFNetworkActivityLogger you should switch to (or also enable, if your app still makes use of AFNetworking) enabling logging via ICNetworkingActivityLogger. If you were using the AFNetworkLogger library in your own app through the Ingenico Connect SDK, you should declare AFNetworkLogger as a dependency in the package manager you are using.
  • Deprecated:
    • ICAFNetworking#getResponseForUrl:headers:additionalAcceptableStatusCodes:success:failure has been deprecated. Use ICNetworking#getResponseForUrl:headers:additionalAcceptableStatusCodes:success:failure instead.
    • ICAFNetworking#postResponseForUrl:headers:additionalAcceptableStatusCodes:success:failure has been deprecated. Use ICNetworking#postResponseForUrl:headers:additionalAcceptableStatusCodes:success:failure instead.
  • Removed:
    • Removed translations for Bank Transfer Argentina (53).