@everymatrix/player-account-controller 1.19.2 → 1.19.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-account-controller",
3
- "version": "1.19.2",
3
+ "version": "1.19.5",
4
4
  "main": "dist/player-account-controller.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "06bb4574f10badbf643afbb45292fe71ccf94d74"
38
+ "gitHead": "c04d3cc897ef5e2fcca5242f1ea5fd221fe8e9fa"
39
39
  }
@@ -848,9 +848,9 @@
848
848
  {:else if switchContent && pagePath === widgetPath[16]}
849
849
  <player-kyc-verification {endpoint} {session} user-id={playerid} language={lang} kyc-title={kyctitle} description={kycdescription} translation-url={translationurl} client-styling={clientstyling} client-styling-url={clientstylingurl}></player-kyc-verification>
850
850
  {:else if switchContent && pagePath === widgetPath[17] }
851
- <user-deposit-withdrawal {endpoint} type="deposit" {channel} language={lang} product-type={producttype} user-id={playerid} {session} success-url={successurl} cancel-url={cancelurl} fail-url={failurl} sports-url={sportsurl} casino-url={casinourl} contact-url={contacturl} home-url={homeurl} ></user-deposit-withdrawal>
851
+ <user-deposit-withdrawal {endpoint} type="deposit" channel="Mobile" language={lang} product-type={producttype} user-id={playerid} {session} success-url={window.location.hostname + '/' + lang + successurl} cancel-url={window.location.hostname + '/' + lang + cancelurl} fail-url={window.location.hostname + '/' + lang + failurl} sports-url={window.location.hostname + '/' + lang + sportsurl} casino-url={window.location.hostname + '/' + lang + casinourl} contact-url={window.location.hostname + '/' + lang + contacturl} home-url={window.location.hostname + '/' + lang + homeurl} ></user-deposit-withdrawal>
852
852
  {:else if switchContent && pagePath === widgetPath[18] }
853
- <user-deposit-withdrawal {endpoint} type="withdraw" {channel} language={lang} product-type={producttype} user-id={playerid} {session} success-url={successurl} cancel-url={cancelurl} fail-url={failurl} sports-url={sportsurl} casino-url={casinourl} contact-url={contacturl} home-url={homeurl} ></user-deposit-withdrawal>
853
+ <user-deposit-withdrawal {endpoint} type="withdraw" channel="Mobile" language={lang} product-type={producttype} user-id={playerid} {session} success-url={window.location.hostname + '/' + lang + successurl} cancel-url={window.location.hostname + '/' + lang + cancelurl} fail-url={window.location.hostname + '/' + lang + failurl} sports-url={window.location.hostname + '/' + lang + sportsurl} casino-url={window.location.hostname + '/' + lang + casinourl} contact-url={window.location.hostname + '/' + lang + contacturl} home-url={window.location.hostname + '/' + lang + homeurl} ></user-deposit-withdrawal>
854
854
  {:else if switchContent && pagePath === widgetPath[19] }
855
855
  <user-transaction-history endpoint={endpoint} user-id={playerid} session={session} mobile={isMobile} translation-url={translationurl} language={lang}></user-transaction-history>
856
856
  {/if}
@@ -895,9 +895,9 @@
895
895
  {:else if switchContent && pagePath === widgetPath[16]}
896
896
  <player-kyc-verification {endpoint} {session} user-id={playerid} language={lang} kyc-title={kyctitle} description={kycdescription} translation-url={translationurl} client-styling={clientstyling} client-styling-url={clientstylingurl}></player-kyc-verification>
897
897
  {:else if switchContent && pagePath === widgetPath[17] }
898
- <user-deposit-withdrawal {endpoint} type="deposit" {channel} language={lang} product-type={producttype} user-id={playerid} {session} success-url={successurl} cancel-url={cancelurl} fail-url={failurl} sports-url={sportsurl} casino-url={casinourl} contact-url={contacturl} home-url={homeurl} ></user-deposit-withdrawal>
898
+ <user-deposit-withdrawal {endpoint} type="deposit" channel="Desktop" language={lang} product-type={producttype} user-id={playerid} {session} success-url={window.location.hostname + '/' + lang + successurl} cancel-url={window.location.hostname + '/' + lang + cancelurl} fail-url={window.location.hostname + '/' + lang + failurl} sports-url={window.location.hostname + '/' + lang + sportsurl} casino-url={window.location.hostname + '/' + lang + casinourl} contact-url={window.location.hostname + '/' + lang + contacturl} home-url={window.location.hostname + '/' + lang + homeurl} ></user-deposit-withdrawal>
899
899
  {:else if switchContent && pagePath === widgetPath[18] }
900
- <user-deposit-withdrawal {endpoint} type="withdraw" {channel} language={lang} product-type={producttype} user-id={playerid} {session} success-url={successurl} cancel-url={cancelurl} fail-url={failurl} sports-url={sportsurl} casino-url={casinourl} contact-url={contacturl} home-url={homeurl} ></user-deposit-withdrawal>
900
+ <user-deposit-withdrawal {endpoint} type="withdraw" channel="Desktop" language={lang} product-type={producttype} user-id={playerid} {session} success-url={window.location.hostname + '/' + lang + successurl} cancel-url={window.location.hostname + '/' + lang + cancelurl} fail-url={window.location.hostname + '/' + lang + failurl} sports-url={window.location.hostname + '/' + lang + sportsurl} casino-url={window.location.hostname + '/' + lang + casinourl} contact-url={window.location.hostname + '/' + lang + contacturl} home-url={window.location.hostname + '/' + lang + homeurl} ></user-deposit-withdrawal>
901
901
  {:else if switchContent && pagePath === widgetPath[19] }
902
902
  <user-transaction-history endpoint={endpoint} user-id={playerid} session={session} mobile={isMobile} translation-url={translationurl} language={lang}></user-transaction-history>
903
903
  {/if}