Skip to content

Latest commit

 

History

History
236 lines (219 loc) · 13.5 KB

CHANGELOG.md

File metadata and controls

236 lines (219 loc) · 13.5 KB

@rebilly/client-php

3.1.4

Patch Changes

  • Fix some of the inconsistencies of Plan API-defs Rebilly/rebilly#8670
  • Add 3DS support to Rapyd Rebilly/rebilly#8067
  • Fix payout requests datetime format issues Rebilly/rebilly#8923
  • Add payout via Monolo Rebilly/rebilly#8128
  • Merge common properties in interfaces using union
  • Add customFields property to StorefrontPurchase schema Rebilly/rebilly#7908
  • Tampered KYC document detection Rebilly/rebilly#7876
  • Add Samsung Pay feature to RTP and GatewayAccount Rebilly/rebilly#7971
  • Add quantity filled limit reached event and webhook Rebilly/rebilly#8095
  • Remove trial only conversion quotes Rebilly/rebilly#8879
  • Add PayCom integration Rebilly/rebilly#9093
  • Add 3ds support to Redsys Rebilly/rebilly#8234
  • Add Omnimatrix integration Rebilly/rebilly#8616
  • Add gate2way integration Rebilly/rebilly#7887
  • Integrate JetonCash Rebilly/rebilly#8391
  • Add missing locale in Customer.yaml Rebilly/rebilly#8662
  • Add parameter to PostTransactionRefund Rebilly/rebilly#9180
  • Fix missing gate2way mapping Rebilly/rebilly#8029
  • Remove TestSandbox3dsServer from supported 3ds servers Rebilly/rebilly#8718
  • Add support for Samsung Pay digital wallet Rebilly/rebilly#7760
  • Add expand param to Deposit requests collection request Rebilly/rebilly#8841
  • Buckaroo sepa Rebilly/rebilly#8620
  • Add 3DS support to Paysafe Rebilly/rebilly#8434
  • Add JWT to DepositRequest response Rebilly/rebilly#8345
  • Add link to deposit URL field Rebilly/rebilly#8290
  • Add missing createdTime and updatedTime to Quote schema Rebilly/rebilly#8374

3.1.3

Patch Changes

  • Add orderDelinquencyPeriod to Organization settings Rebilly/rebilly#7016
  • Update Conekta OXXO URL Rebilly/rebilly#7396
  • Remove pricing from TrialOnlyPlan Rebilly/rebilly#7665
  • Add IPN signature support to Chillstock Rebilly/rebilly#7615
  • Add trial ended event to order and customer timelines Rebilly/rebilly#7148
  • Add ignoreRecurring for change items Rebilly/rebilly#7433
  • Add new website payment form setting hideZeroAmountSummaryItems Rebilly/rebilly#7462

3.1.2

Patch Changes

  • Add Monolo payment integration Rebilly/rebilly#6870
  • Mark Worldpay dispute as representment Rebilly/rebilly#7022
  • Add device ID to Mercadopago Rebilly/rebilly#6313
  • Fix api errors in risk-score-simualtion-jobs Rebilly/rebilly#5709
  • Add PostReadyToPayFactory Rebilly/rebilly#5745
  • Add matchLevel to KycDocument Rebilly/rebilly#6027
  • Add UI version to KYC settings Rebilly/rebilly#5890
  • Remove orderId from Subscription and OneTimeSale Rebilly/rebilly#6331
  • Add expand to KYC request get Rebilly/rebilly#6306
  • Add optional credentials to Buckaroo Rebilly/api-definitions#1884
  • Remove unused models
  • Add SecureTrading recurring settings Rebilly/api-definitions#1889
  • Update MobilePay credentials Rebilly/api-definitions#1883
  • Add basic KYC matchLevel Rebilly/rebilly#5975
  • Add "release" version attribute to Status API response Rebilly/rebilly#1883
  • Add PostPaymentInstrumentNameInquiry endpoint Rebilly/rebilly#6399
  • Fix handling redirect responses #708
  • Add new factors to RiskScoreRules Rebilly/api-definitions#1881
  • Add transaction-processed to the list of supported tag/untag rules Rebilly/api-definitions#1871
  • Add Unlimit gateway adapter Rebilly/api-definitions#1873
  • Risk score simulation configuration Rebilly/rebilly#5613
  • Add missing cancel category entries Rebilly/rebilly#6146
  • Add quote-accepted event to order timeline Rebilly/rebilly#7076
  • Add currencyAccountIds credential field to Skrill gateway Rebilly/rebilly#6310
  • Remove Buckaroo debtor code Rebilly/rebilly#5772
  • Add abandon-scheduled-payments rule action Rebilly/api-definitions#1875
  • Add hasCompletedFaceLiveness property to KycIdentityMatches schema Rebilly/rebilly#6777
  • Add disputes resource to Data Exports Rebilly/rebilly#6175
  • Add autopay to trial only conversion quote Rebilly/rebilly#5685
  • Fix ReportsAPI::getDashboardMetrics and ReportsAPI::getRevenueWaterfall return types
  • Add PayU gateway account Rebilly/rebilly#5250
  • Fix incorrect links. Rebilly/rebilly#6415
  • Remove isBot risk factor field Rebilly/api-definitions#1882

3.1.1

Patch Changes

  • Move JsonSerializable down to interfaces
  • Add isAdBlockEnabled to RiskMetadata.browserData Rebilly/api-definitions#1848
  • Add jsonSerialization for non-scalar collections #675

3.1.0

Minor Changes

  • Add support for _embedded
  • Remove CoreService and UserService, introduce single Service to handle all APIs
  • Add support for string -> float and string -> DateTimeImmutable castings (including within the array)
  • Fix mixed model classes due to related shema definitions

Patch Changes