Skip to content

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

8.2.1

02 Feb 13:10

Choose a tag to compare

The previous release by accident was missing the actual changes. This release adds these missing changes.

8.2.0

02 Feb 12:47

Choose a tag to compare

  • Added:
    • Added properties isRecurring and merchantInitiatedReasonIndicator to class MobilePaymentMethodSpecificInput.
    • Added properties initialSchemeTransactionId, schemeTransactionId and token to class MobilePaymentMethodSpecificOutput.
    • Added properties paymentProduct302SpecificInput, recurringEndDate and recurringStartDate to class RecurringPaymentsData.
    • Added property startDate to class TrialInformation.
  • Changed:
    • Class MobilePaymentMethodSpecificInput now extends class AbstractMobilePaymentMethodSpecificInput instead of class AbstractPaymentMethodSpecificInput.
    • Class MobilePaymentMethodSpecificInputHostedCheckout now extends class AbstractMobilePaymentMethodSpecificInput instead of class AbstractPaymentMethodSpecificInput.
  • Removed:
    • Removed properties authorizationMode, customerReference, requiresApproval and skipFraudService of class MobilePaymentMethodSpecificInput. They are inherited from class AbstractMobilePaymentMethodSpecificInput instead.
    • Removed properties authorizationMode, customerReference, requiresApproval and skipFraudService of class MobilePaymentMethodSpecificInputHostedCheckout. They are inherited from class AbstractMobilePaymentMethodSpecificInput instead.

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.