Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat!: JWP powered auth, payments, and subscriptions
* feat: inplayer update account details * chore: disable update email button if the inplayer integration is active * chore: refactor cleeng register, add inplayer register * chore: merge with develop and handle consents * fix: removed webapp dev ini * fix: using readOnly to hide the edit button for the email instead of disabling edit button * feat: registration flow * chore: update json metadata for consents * fix: using fullName insted of first and last name for the users * fix: handle firstname and surname metadata parameters * fix: trim name and handle multiple whitespaces * fix: update InPlayer SDK version * fix: added missing ? * fix: update flow for update email feature * fix: extend type for update account * fix: account uninfied types * Update src/stores/AccountController.ts Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com> * Update src/stores/AccountController.ts Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com> * Update src/stores/AccountController.ts Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com> * fix: trim first and last names * chore: handling not supported email update * chore: refactor and type fixing * chore: refactor from conversation * fix: delete duplicates in cleeng type * chore: conversation updates * chore: i18next update * chore: reset and forgot password implmentation * fix: executed i18next * fix: improved error response format * feat: inplayer notifications setup * chore: remove not needed async await Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com> * chore: remove not needed account state update Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com> * feat: list transactions and show payment method * chore: notifications structure update * chore: conversation fixes * fix: zerofill value for exp_month * feat: init subscriptions * chore: integration improvements * feat: improved methods before merge with the other parts * chore: added new modal * fix: prevent infinite loop * chore: return_url for 3d payment * chore: yarn retrieve, notifications improvements, images relocation * chore: locales update, checkout types improvements * chore: payment methods namings * chore: merged favorites and history * chore: paypal coupon, sca failed case * fix: improved types * chore: auth vod config added * chore: remove renew subscription button for InPlayer * Update test-e2e/codecept.desktop.js Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com> * Update test-e2e/codecept.mobile.js Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com> * chore: conversation improvements * chore: account service tweaks * chore: additional tweaks --------- Co-authored-by: Darko <darkoatanasovski@gmail.com> Co-authored-by: Danny Budzinski <dbudzinski@jwplayer.com> Co-authored-by: Danny Budzinski <dbudzins@users.noreply.github.com> BREAKING CHANGE: JWP Payments and Subscriptions
- Loading branch information