Skip to content

Releases: inplayer-org/inplayer.js

v3.5.0

17 Nov 08:07
Compare
Choose a tag to compare

Changes

  • Remove redundant confirmIdealPayment and confirmIdealSubscribe methods

Fixes

  • Use encodeURIComponent to encode special code characters

v3.4.1

02 Nov 13:43
Compare
Choose a tag to compare

Added

  • New optional parameter product_name to Payment.validatePayment method

v3.4.0

02 Nov 13:42
Compare
Choose a tag to compare

Added

  • Added a new tokenStorage wrapper for non-web environments

v3.3.0

19 Oct 09:10
Compare
Choose a tag to compare

Added

  • New method Payment.validateReceipt

Changes

  • Extended AccessFee with current_phase

Fixes

  • Remove redundant setToken method

v3.2.2

09 Sep 20:24
Compare
Choose a tag to compare

Fixes

  • Revert axios version

v3.2.1

07 Sep 19:47
Compare
Choose a tag to compare

Fixes

  • Rename request body parameter to data for deleteAccount

v3.2.0

06 Sep 16:25
Compare
Choose a tag to compare

Added

  • Add endpoint for dataCaptureNoAuthAccess

v3.1.0

20 Aug 10:31
Compare
Choose a tag to compare

Added

  • Add getAccessCodeSession method
  • Add terminateSession method

Breaking Changes

  • Change api endpoint for requestCodeAccess

New major v3 version

23 Jul 09:51
Compare
Choose a tag to compare

Added

  • Add ideal subscribe method
  • Ideal payment actions (idealPayment and confirmIdealPayment)
  • Complete rewrite to TypeScript
  • Add axios as HTTP client

Changes

  • Extend the getDiscount object attribute with itemId
  • Add status query param for getSubscriptions endpoint
  • Add referrer param for SEPA payments

Breaking Changes

  • Use v2 endpoint for fetching access fees
  • InPlayer.Account.authenticate rename to InPlayer.Account.signIn
  • InPlayer.Payment.create rename to InPlayer.Payment.createPayment
  • InPlayer.Subscription.create rename to InPlayer.Subscription.createSubscription

v2.13.6

23 Jul 09:49
Compare
Choose a tag to compare

Fixes

  • Add missing referrer property to SEPA payment Object