You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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