Skip to content

Releases: Worldline-Global-Collect/connect-sdk-php

8.1.0

12 Dec 14:29

Choose a tag to compare

  • Added:
    • Added property isFinal to class CaptureStatusOutput.
    • Added property descriptor to class RefundReferences.
    • Added property refundReason to class RefundRequest.
  • Removed:
    • Removed property paymentProduct836SpecificOutput of class RedirectPaymentMethodSpecificOutput, as this property is no longer supported by the REST API.

8.0.1

21 Nov 09:38

Choose a tag to compare

  • Fixed:
    • Delete calls with no query parameters, like deleting tokens with no mandateCancelDate, would cause authentication failures on PHP 8.1 and up. This has now been fixed.

8.0.0

17 Nov 12:42

Choose a tag to compare

  • Added:
    • Added property captureId to class Dispute.
    • Added properties amountCaptureRequested, amountCaptured, amountRefundRequested, amountRefunded and operations to class PaymentOutput.
    • Added property capture to class WebhooksEvent.
    • Added methods disputes and dispute to class CapturesClient.
  • Changed:
    • Added parameter query to method get of class PaymentsClient. Each call to PaymentsClient.get needs to be changed to have a second argument that is either null or an instance of new class GetPaymentParams.

7.6.0

11 Aug 08:57

Choose a tag to compare

  • Added:
    • Added property paymentProduct866SpecificOutput to class RedirectPaymentMethodSpecificOutput.

7.5.0

28 Jul 14:16

Choose a tag to compare

  • Added:
    • Added property order to class CapturePaymentRequest.
    • Added properties isRefundable and statusCodeChangeDateTime to class CaptureStatusOutput.
    • Added properties productImageUrl and productUrl to class OrderLineDetails.
    • Added property merchantCaptureReference to class PaymentReferences.
    • Added property paymentProduct838SpecificInput to class RedirectPaymentMethodSpecificInput.
    • Added property paymentProduct838SpecificInput to class RedirectPaymentMethodSpecificInputBase.
    • Added properties carrier and instructions to class Shipping.
  • Removed:
    • Removed properties directDebitPaymentMethodSpecificOutput, eInvoicePaymentMethodSpecificOutput, invoicePaymentMethodSpecificOutput and mobilePaymentMethodSpecificOutput of class CaptureOutput.

7.4.0

12 Mar 14:06

Choose a tag to compare

  • Added:
    • Added properties networkTokenData and paymentAccountReference to class CardPaymentMethodSpecificOutput.

7.3.1

07 Feb 08:49

Choose a tag to compare

  • Fixed:
    • The Content-Type header is no longer sent for GET and DELETE calls.

7.3.0

21 Jan 12:40

Choose a tag to compare

  • Added:
    • Added property cybersourceDecisionManager to class FraudResults.
    • Added property reasonCodes to class MicrosoftFraudResults.

7.2.0

31 Oct 12:45

Choose a tag to compare

  • Added:
    • Added property dateOfIncorporation to class CompanyInformation.
    • Added property paymentCode to class OrderTypeInformation.
  • Removed:
    • Removed property paymentProduct816SpecificInput of class RedirectPaymentMethodSpecificInput, as this property is no longer supported by the REST API.
  • Fixed:
    • If no proxy username is configured the CURLOPT_PROXYUSERPWD option is no longer set with a possibly invalid value.

7.1.0

04 Jun 07:30

Choose a tag to compare

  • Added:
    • Added property networkTokenUsed to class CardPaymentMethodSpecificOutput.
    • Added property naicsCommodityCode to class OrderLineDetails.
    • Added property shippedFromZip to class Shipping.