Skip to content

v2.0.0

Compare
Choose a tag to compare
@zakharovvi zakharovvi released this 10 Aug 15:58
· 143 commits to master since this release

Added

  • Added XsollaClient::SearchPaymentsRegistry method for getting a transaction list based on specific search parameters.

Fixed

  • Fixed various TLS cURL errors, e.g. '77: error setting certificate verify locations'. Guzzle TLS default options replaced with cURL OS defaults.
  • Set format, datetime_from, datetime_to, limit, offset, in_transfer_currency, show_total as required parameters in XsollaClient::ListPaymentsRegistry

Changed

  • Added optional argument $sandboxMode to XsollaClient::createCommonPaymentUIToken
  • [BC BREAK] XsollaClient::ListSubscriptionPayments returns subscription payments for all users; user_id parameter removed. Added ListUserSubscriptionPayments instead ListSubscriptionPayments with same parameters.
  • [BC BREAK] Changed plan_id type in Subscriptions API from string to int