Skip to content

Releases: Worldline-Acquiring/acquiring-sdk-php

1.3.1

20 May 19:22

Choose a tag to compare

  • Fixed:
    • Renamed the incorrectly named CommunicatorConfiguration.getOauth2Scopes to getOAuth2Scopes.

1.3.0

20 May 11:13

Choose a tag to compare

  • Added:
    • Added support for overriding the default OAuth2 scopes. This can be done by calling setOAuth2Scopes on a CommunicatorConfiguration instance to a space-separated list of scopes.
    • Added class OAuth2Scopes that provides access to the required OAuth2 scopes for each API operation.

1.2.0

19 Mar 13:11

Choose a tag to compare

  • Added:
    • Added property additionalResponseData to class ApiAccountVerificationResponse.
    • Added property additionalResponseData to class ApiActionResponse.
    • Added property additionalResponseData to class ApiActionResponseForRefund.
    • Added properties additionalResponseData and cardPaymentData to class ApiBalanceInquiryResponse.
    • Added property additionalResponseData to class ApiPaymentResponse.
    • Added property additionalResponseData to class ApiRefundResponse.
    • Added property serviceLocationData to class CardPaymentData.
    • Added property cardSequenceNumber to class PlainCardData.
    • Added property emvData to class PointOfSaleDataForResponse.
    • Added properties isOfflineApproved and offlineAuthorizationResponseCode to class TerminalData.
  • Changed:
    • Changed the type of property cardPaymentData of class ApiRefundResponse from CardPaymentDataForResource to CardPaymentDataForResponse.
  • Removed:
    • Removed property retryAfter of class ApiPaymentResource.
    • Removed properties emvData and retryAfter of class ApiPaymentResponse.
    • Removed property retryAfter of class ApiPaymentSummaryForResponse.
    • Removed property retryAfter of class ApiRefundResource.
    • Removed property retryAfter of class ApiRefundResponse.
    • Removed property retryAfter of class ApiRefundSummaryForResponse.
    • Removed property retryAfter of class SubOperation.
    • Removed property retryAfter of class SubOperationForRefund.
  • Fixed:
    • Throw a proper exception if an OAuth2 error message does not include an error description.

1.1.0

20 Feb 09:37

Choose a tag to compare

  • Added:
    • Added property terminalData to class ApiRefundRequest.
    • Added property pointOfSaleData to class CardPaymentDataForRefund.
  • Changed:
    • Changed the type of parameter body of method reverseRefundAuthorization of class RefundsClient from ApiPaymentReversalRequest to ApiRefundReversalRequest.

1.0.0

11 Dec 15:28

Choose a tag to compare

  • Added:
    • Added property terminalData to class ApiAccountVerificationRequest.
    • Added properties references and terminalData to class ApiCaptureRequest.
    • Added properties references and terminalData to class ApiCaptureRequestForRefund.
    • Added property terminalData to class ApiIncrementRequest.
    • Added property terminalData to class ApiPaymentRefundRequest.
    • Added property terminalData to class ApiPaymentRequest.
    • Added property emvData to class ApiPaymentResponse.
    • Added property terminalData to class ApiPaymentReversalRequest.
    • Added property emvData to class ApiRefundResponse.
    • Added property terminalData to class ApiTechnicalReversalRequest.
    • Added property cardEntryMode to class CardDataForDcc.
    • Added property brandSelector to class CardPaymentData.
    • Added properties brandSelector and cardholderVerificationMethod to class CardPaymentDataForRefund.
    • Added properties brandSelector and pointOfSaleData to class CardPaymentDataForVerification.
    • Added properties emvData, encryptedPinBlock, isResponseToPinRequest, isRetryWithTheSameOperationId, pinMasterKeyReference and track2Data to class PointOfSaleData.
    • Added method balanceInquiries to class MerchantClient.
  • Changed:
    • Changed the type of property pointOfSaleData of class CardPaymentDataForResponse from PointOfSaleData to PointOfSaleDataForResponse.
  • Removed:
    • Removed property pointOfSaleData of class CardPaymentDataForRefund.
    • Removed property pointOfSaleData of class CardPaymentDataForResource.
    • Removed property retrievalReferenceNumber of class PaymentReferences.
    • Removed property terminalId of class PointOfSaleData.

0.1.0

20 Sep 08:25

Choose a tag to compare

Initial release.

This version is not yet stable. Subsequent releases may introduce breaking changes. Please wait until version 1.0.0 is released before using this SDK in production.