@primer-io/primer-js 0.7.2 → 0.8.0
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/CHANGELOG.md +18 -0
- package/dist/custom-elements.json +1479 -1053
- package/dist/jsx/index.d.ts +21 -1
- package/dist/primer-loader.d.ts +180 -1
- package/dist/primer-loader.js +12 -12
- package/dist/vscode.html-custom-data.json +2 -2
- package/dist/web-types.json +29 -7
- package/package.json +1 -1
|
@@ -2,35 +2,6 @@
|
|
|
2
2
|
"schemaVersion": "1.0.0",
|
|
3
3
|
"readme": "",
|
|
4
4
|
"modules": [
|
|
5
|
-
{
|
|
6
|
-
"kind": "javascript-module",
|
|
7
|
-
"path": "e2e/utils.ts",
|
|
8
|
-
"declarations": [
|
|
9
|
-
{
|
|
10
|
-
"kind": "variable",
|
|
11
|
-
"name": "test",
|
|
12
|
-
"default": "chromaticTest"
|
|
13
|
-
}
|
|
14
|
-
],
|
|
15
|
-
"exports": [
|
|
16
|
-
{
|
|
17
|
-
"kind": "js",
|
|
18
|
-
"name": "expect",
|
|
19
|
-
"declaration": {
|
|
20
|
-
"name": "expect",
|
|
21
|
-
"package": "@chromatic-com/playwright"
|
|
22
|
-
}
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"kind": "js",
|
|
26
|
-
"name": "test",
|
|
27
|
-
"declaration": {
|
|
28
|
-
"name": "test",
|
|
29
|
-
"module": "e2e/utils.ts"
|
|
30
|
-
}
|
|
31
|
-
}
|
|
32
|
-
]
|
|
33
|
-
},
|
|
34
5
|
{
|
|
35
6
|
"kind": "javascript-module",
|
|
36
7
|
"path": "dist/primer-loader.js",
|
|
@@ -54,7 +25,7 @@
|
|
|
54
25
|
},
|
|
55
26
|
{
|
|
56
27
|
"kind": "function",
|
|
57
|
-
"name": "
|
|
28
|
+
"name": "r",
|
|
58
29
|
"parameters": [
|
|
59
30
|
{
|
|
60
31
|
"name": "t"
|
|
@@ -66,7 +37,7 @@
|
|
|
66
37
|
},
|
|
67
38
|
{
|
|
68
39
|
"kind": "function",
|
|
69
|
-
"name": "
|
|
40
|
+
"name": "r",
|
|
70
41
|
"parameters": [
|
|
71
42
|
{
|
|
72
43
|
"name": "t"
|
|
@@ -78,274 +49,274 @@
|
|
|
78
49
|
},
|
|
79
50
|
{
|
|
80
51
|
"kind": "variable",
|
|
81
|
-
"name": "
|
|
52
|
+
"name": "Qa",
|
|
82
53
|
"default": "class{constructor(t){this._methods=t}get(t){return this._methods.get(t)}toArray(){return Array.from(this._methods.values())}size(){return this._methods.size}}"
|
|
83
54
|
},
|
|
84
55
|
{
|
|
85
56
|
"kind": "variable",
|
|
86
|
-
"name": "
|
|
57
|
+
"name": "Xa",
|
|
87
58
|
"default": "class{constructor(t){this._methods=t}get(t){return this._methods.get(t)}toArray(){return Array.from(this._methods.values())}size(){return this._methods.size}}"
|
|
88
59
|
},
|
|
89
60
|
{
|
|
90
61
|
"kind": "variable",
|
|
91
|
-
"name": "
|
|
92
|
-
"default": "class extends v{constructor(){super(...arguments);this.size=\"large\";this.showCloseButton=!1;this.open=!1}openDialog(){this.open=!0}closeDialog(){let e=document.querySelector(\"primer-dialog\");if(e){e.startExitAnimation();let
|
|
62
|
+
"name": "ce",
|
|
63
|
+
"default": "class extends v{constructor(){super(...arguments);this.size=\"large\";this.showCloseButton=!1;this.open=!1}openDialog(){this.open=!0}closeDialog(){let e=document.querySelector(\"primer-dialog\");if(e){e.startExitAnimation();let a=()=>{this.open=!1,this.removeEventListener(\"primer-dialog-close\",a)};this.addEventListener(\"primer-dialog-close\",a)}else this.open=!1}renderContent(){return p`<div class=\"content-container\"><slot></slot>${this.renderSecureHtmlContent()}</div>`}renderSecureHtmlContent(){return this.secureHtmlContent?Oi(this.secureHtmlContent)?p`${Vo(this.secureHtmlContent.content)}`:(E.warn(\"PortalDialogComponent: Invalid access token provided for htmlContent. Content will not be rendered.\"),g):g}renderDialog(){return this.open?p`<primer-portal><primer-dialog .open=${this.open} size=${this.size} .showCloseButton=${!1} @primer-dialog-close=\"${()=>this.closeDialog()}\" >${this.renderContent()}</primer-dialog></primer-portal>`:g}connectedCallback(){super.connectedCallback(),this.open||this.openDialog()}updated(e){if(super.updated(e),e.has(\"secureHtmlContent\")){let a=this.secureHtmlContent;a&&!Oi(a)&&(E.errorWithDatadog(\"PortalDialogComponent: Invalid access token provided for htmlContent. Content will not be rendered.\"),this.secureHtmlContent=void 0)}e.has(\"open\")&&this.open&&this.onOpen&&this.onOpen(),e.has(\"open\")&&this.open&&this.onContentRendered&&this.updateComplete.then(()=>{requestAnimationFrame(()=>{this.onContentRendered?.()})})}render(){return p`${this.renderDialog()}`}}"
|
|
93
64
|
},
|
|
94
65
|
{
|
|
95
66
|
"kind": "variable",
|
|
96
|
-
"name": "
|
|
97
|
-
"default": "class extends v{constructor(){super();this.customStyles=\"\";this.clientToken=\"\";this.options={};this.disableLoader=!1;this._jsInitialized=!1;this.previousLoadingState=!0;this.hasAssignedContent=!1;this._loadingTimeoutId=null;this._eventListenerController=null;this.locale=\"en-GB\";this.onSlotChange=e=>{let
|
|
67
|
+
"name": "Ee",
|
|
68
|
+
"default": "class extends v{constructor(){super();this.customStyles=\"\";this.clientToken=\"\";this.options={};this.disableLoader=!1;this._jsInitialized=!1;this.previousLoadingState=!0;this.hasAssignedContent=!1;this._loadingTimeoutId=null;this._eventListenerController=null;this.locale=\"en-GB\";this.onSlotChange=e=>{let i=e.target.assignedNodes({flatten:!0});this.hasAssignedContent=i.length>0,this.requestUpdate()};this.sdkContextController=new $a(this),this.sdkStateController=new Ya(this),this.primerEventsController=new Ft(this),this.styleProcessingController=new za(this),this.vaultManagerController=new ia(this),this.cardNetworkController=new Ma(this),this.achPaymentEventsController=new br(this),this.headlessSdkController=new Sr(this)}set jsInitialized(e){this.requestUpdate(),this._jsInitialized=e}get jsInitialized(){return this._jsInitialized}get primerJS(){return this.headlessSdkController?.primerJSInstance??void 0}connectedCallback(){super.connectedCallback(),this.sdkContextController.setEventsController(this.primerEventsController),this._eventListenerController=new AbortController,document.addEventListener(\"primer:card-submit\",this.handleExternalCardSubmit.bind(this),{signal:this._eventListenerController.signal}),document.addEventListener(\"primer:vault-submit\",this.handleExternalVaultSubmit.bind(this),{signal:this._eventListenerController.signal}),document.addEventListener(\"primer:show-other-payments-toggle\",this.handleExternalShowOtherPaymentsToggle.bind(this),{signal:this._eventListenerController.signal})}attributeChangedCallback(e,a,i){e===fu.CUSTOM_STYLES?this.styleProcessingController.processCustomStyles(i):super.attributeChangedCallback(e,a,i)}disconnectedCallback(){this._loadingTimeoutId&&(window.clearTimeout(this._loadingTimeoutId),this._loadingTimeoutId=null),this.sdkStateController?.currentState.isLoading&&this.sdkStateController.forceCompleteLoading(),this._eventListenerController&&(this._eventListenerController.abort(),this._eventListenerController=null),super.disconnectedCallback()}willUpdate(e){e.has(\"options\")&&(this.options?.locale&&(Ni(this.options?.locale)?this.locale=Ii(this.options?.locale):E.warn(\"\\u{1F30E}\\u2757 Unsupported locale provided:\",this.options?.locale,\"- Falling back to default locale `en-GB`\")),Pi(this.locale||\"en-GB\"))}updated(){let e=getComputedStyle(this);this.sdkContextController.setComputedStyles(e),this.checkLoadingStateChange()}handleExternalCardSubmit(e){this._eventListenerController?.signal.aborted||e.target!==this&&this.primerEventsController.dispatchEvent(\"primer:card-submit\",e.detail)}handleExternalVaultSubmit(e){this._eventListenerController?.signal.aborted||e.target!==this&&this.primerEventsController.dispatchEvent(\"primer:vault-submit\",e.detail)}handleExternalShowOtherPaymentsToggle(e){this._eventListenerController?.signal.aborted||e.target!==this&&this.primerEventsController.dispatchEvent(\"primer:show-other-payments-toggle\",e.detail)}checkLoadingStateChange(){let e=this.sdkStateController?.currentState.isLoading||!1;this.previousLoadingState&&!e&&(this.jsInitialized=!0,Q({eventName:\"CHECKOUT_FLOW_STARTED\"})),this.previousLoadingState=e,e&&!this._loadingTimeoutId?this._loadingTimeoutId=window.setTimeout(()=>{this.sdkStateController?.currentState.isLoading&&(E.warn(\"Loading timeout in component, forcing completion\"),this.sdkStateController.forceCompleteLoading(),this.jsInitialized=!0),this._loadingTimeoutId=null},1e4):!e&&this._loadingTimeoutId&&(window.clearTimeout(this._loadingTimeoutId),this._loadingTimeoutId=null)}render(){let e=this.sdkStateController.currentState,a=e.isLoading,i=e.primerJsError,n=!a&&!i;return p` ${L(a,()=>g)} ${L(i,()=>p`<primer-checkout-error></primer-checkout-error>`)} ${L(n,()=>p`<slot name=\"main\" @slotchange=${this.onSlotChange}></slot>${L(this.hasAssignedContent,()=>g,()=>p`<primer-main></primer-main>`)} `,()=>g)} `}addEventListener(e,a,i){super.addEventListener(e,a,i)}removeEventListener(e,a,i){super.removeEventListener(e,a,i)}}"
|
|
98
69
|
},
|
|
99
70
|
{
|
|
100
71
|
"kind": "function",
|
|
101
|
-
"name": "
|
|
72
|
+
"name": "Wo"
|
|
102
73
|
},
|
|
103
74
|
{
|
|
104
75
|
"kind": "function",
|
|
105
|
-
"name": "
|
|
76
|
+
"name": "Jo"
|
|
106
77
|
},
|
|
107
78
|
{
|
|
108
79
|
"kind": "function",
|
|
109
|
-
"name": "
|
|
80
|
+
"name": "Au"
|
|
110
81
|
},
|
|
111
82
|
{
|
|
112
83
|
"kind": "function",
|
|
113
|
-
"name": "
|
|
84
|
+
"name": "Mu"
|
|
114
85
|
},
|
|
115
86
|
{
|
|
116
87
|
"kind": "variable",
|
|
117
|
-
"name": "
|
|
118
|
-
"default": "class extends v{constructor(){super(...arguments);this.color=\"var(--primer-color-loader)\";this.size=\"medium\";this.compact=!1}getSize(){if(this.size in
|
|
88
|
+
"name": "He",
|
|
89
|
+
"default": "class extends v{constructor(){super(...arguments);this.color=\"var(--primer-color-loader)\";this.size=\"medium\";this.compact=!1}getSize(){if(this.size in Ui)return Ui[this.size];let e=parseInt(this.size,10);return isNaN(e)?Ui.medium:e}render(){let e=this.getSize(),a=20,i=`0 0 ${a} ${a}`;return this.style.setProperty(\"--spinner-color\",this.color),this.style.setProperty(\"--spinner-size\",`${e}px`),p`<div class=\"spinner-container ${this.compact?\"compact\":\"\"}\"><svg class=\"spinner\" width=\"${e}\" height=\"${e}\" viewBox=\"${i}\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\" role=\"status\" aria-label=\"Loading\" ><path d=\"M4.27827 10.002C4.27827 6.84166 6.84019 4.27973 10.0005 4.27973C10.7676 4.27973 11.3894 3.6579 11.3894 2.89084C11.3894 2.12378 10.7676 1.50195 10.0005 1.50195C5.30607 1.50195 1.50049 5.30753 1.50049 10.002C1.50049 14.6964 5.30607 18.502 10.0005 18.502C14.6949 18.502 18.5005 14.6964 18.5005 10.002C18.5005 9.23489 17.8787 8.61306 17.1116 8.61306C16.3445 8.61306 15.7227 9.23489 15.7227 10.002C15.7227 13.1622 13.1608 15.7242 10.0005 15.7242C6.84019 15.7242 4.27827 13.1622 4.27827 10.002Z\" fill=\"currentColor\" class=\"path\" /></svg></div>`}}"
|
|
119
90
|
},
|
|
120
91
|
{
|
|
121
92
|
"kind": "variable",
|
|
122
|
-
"name": "
|
|
123
|
-
"default": "class extends v{constructor(){super(...arguments);this.focusWithin=!1;this.hasError=!1;this.handleWrapperClick=e=>{if(e.target!==e.currentTarget)return;let
|
|
93
|
+
"name": "Ye",
|
|
94
|
+
"default": "class extends v{constructor(){super(...arguments);this.focusWithin=!1;this.hasError=!1;this.handleWrapperClick=e=>{if(e.target!==e.currentTarget)return;let a=this.findSlottedPrimerInput();a?a.focus():this.dispatchEvent(new CustomEvent(\"wrapper-click\",{bubbles:!0,composed:!0}))}}findSlottedPrimerInput(){if(!this.inputSlot)return null;let e=this.inputSlot.assignedElements({flatten:!0}),a=e.find(i=>i.tagName.toLowerCase()===\"primer-input\");if(a)return a;for(let i of e){let n=i.querySelector(\"primer-input\");if(n)return n}return null}render(){let e={\"input-slot\":!0,\"focus-within\":this.focusWithin};return p`<div class=\"input-wrapper\"><slot name=\"label\"></slot><div class=\"${ie(e)}\" @click=\"${this.handleWrapperClick}\"><slot name=\"input\"></slot></div><slot name=\"error\"></slot></div>`}}"
|
|
124
95
|
},
|
|
125
96
|
{
|
|
126
97
|
"kind": "variable",
|
|
127
|
-
"name": "
|
|
128
|
-
"default": "class extends v{constructor(){super(...arguments);this.for=\"\";this.disabled=!1}render(){return
|
|
98
|
+
"name": "at",
|
|
99
|
+
"default": "class extends v{constructor(){super(...arguments);this.for=\"\";this.disabled=!1}render(){return p`<label for=${this.for}><slot></slot></label>`}}"
|
|
129
100
|
},
|
|
130
101
|
{
|
|
131
102
|
"kind": "variable",
|
|
132
|
-
"name": "
|
|
133
|
-
"default": "class extends v{constructor(){super(...arguments);this.variant=\"primary\";this.disabled=!1;this.loading=!1;this.buttonType=\"button\";this.selectionState=\"default\";this.selectable=!1;this.flex=!0;this.handleClick=()=>{!this.selectable||this.disabled||this.loading||(this.selectionState=this.selectionState===\"default\"?\"checked\":\"default\",this.dispatchEvent(new CustomEvent(\"selection-change\",{bubbles:!0,composed:!0,detail:{state:this.selectionState}})))}}renderCheckmark(){return!this.selectable||this.selectionState!==\"checked\"||this.loading?
|
|
103
|
+
"name": "fe",
|
|
104
|
+
"default": "class extends v{constructor(){super(...arguments);this.variant=\"primary\";this.disabled=!1;this.loading=!1;this.buttonType=\"button\";this.selectionState=\"default\";this.selectable=!1;this.flex=!0;this.handleClick=()=>{!this.selectable||this.disabled||this.loading||(this.selectionState=this.selectionState===\"default\"?\"checked\":\"default\",this.dispatchEvent(new CustomEvent(\"selection-change\",{bubbles:!0,composed:!0,detail:{state:this.selectionState}})))}}renderCheckmark(){return!this.selectable||this.selectionState!==\"checked\"||this.loading?g:p`<primer-icon name=\"checkmark\" size=\"sm\" color=\"var(--primer-color-brand)\" ></primer-icon>`}renderSpinner(){if(!this.loading)return g;let e;return this.variant===\"primary\"?e=\"var(--primer-color-background-outlined-default)\":(this.variant===\"secondary\"||this.variant===\"tertiary\")&&(e=\"var(--primer-color-gray-900)\"),p`<primer-spinner size=\"small\" color=\"${e}\" compact ></primer-spinner>`}render(){return p`<button type=${this.buttonType} ?disabled=${this.disabled||this.loading} @click=${this.handleClick} part=\"button\" aria-checked=${this.selectionState===\"checked\"} aria-busy=${this.loading} aria-label=${this.ariaLabel?this.ariaLabel:g} >${this.renderSpinner()} ${this.flex?p`<span class=\"button-content ${this.loading?\"loading\":\"\"}\"><slot></slot></span>`:p`<span class=\"button-content-base ${this.loading?\"loading\":\"\"}\" ><slot></slot></span>`} ${this.renderCheckmark()}</button>`}}"
|
|
134
105
|
},
|
|
135
106
|
{
|
|
136
107
|
"kind": "variable",
|
|
137
|
-
"name": "
|
|
138
|
-
"default": "class extends v{constructor(){super(...arguments);this.for=\"\";this.active=!0}render(){return
|
|
108
|
+
"name": "rt",
|
|
109
|
+
"default": "class extends v{constructor(){super(...arguments);this.for=\"\";this.active=!0}render(){return p`<span class=\"error\" role=\"alert\" aria-live=\"polite\" id=\"${this.for||\"\"}\" ><slot></slot></span>`}}"
|
|
139
110
|
},
|
|
140
111
|
{
|
|
141
112
|
"kind": "variable",
|
|
142
|
-
"name": "
|
|
143
|
-
"default": "class extends v{constructor(){super(...arguments);this.color=\"var(--primer-color-icon-primary)\";this.size=\"lg\"}render(){let e=this.name?
|
|
113
|
+
"name": "$e",
|
|
114
|
+
"default": "class extends v{constructor(){super(...arguments);this.color=\"var(--primer-color-icon-primary)\";this.size=\"lg\"}render(){let e=this.name?ts[this.name]:null;return p`<div style=\"--internal-icon-color: ${this.color}\">${e||p`<slot></slot>`}</div>`}}"
|
|
144
115
|
},
|
|
145
116
|
{
|
|
146
117
|
"kind": "variable",
|
|
147
|
-
"name": "
|
|
148
|
-
"default": "class extends v{constructor(){super(...arguments);this.type=\"complete\"}render(){return this.type===\"complete\"?
|
|
118
|
+
"name": "it",
|
|
119
|
+
"default": "class extends v{constructor(){super(...arguments);this.type=\"complete\"}render(){return this.type===\"complete\"?p`<primer-icon size=\"lg\" name=\"successful-check\" color=\"var(--primer-color-icon-positive)\" ></primer-icon><p>Checkout complete!</p><p class=\"secondary\"> You'll be redirected to the order confirmation page soon. </p>`:p`<primer-icon size=\"lg\" name=\"failure-icon\" color=\"var(--primer-color-icon-negative)\" ></primer-icon><p>Payment failed</p>${this.description?p`<p class=\"secondary\">${this.description}</p>`:p`<p class=\"secondary\">Something went wrong.</p>`} `}}"
|
|
149
120
|
},
|
|
150
121
|
{
|
|
151
122
|
"kind": "variable",
|
|
152
|
-
"name": "
|
|
153
|
-
"default": "class extends v{constructor(){super(...arguments);this.value=\"\";this.placeholder=\"\";this.disabled=!1;this.name=\"\";this.type=\"text\";this.required=!1;this.readonly=!1;this.pattern=\"\";this.min=\"\";this.max=\"\";this.step=\"\";this.autocomplete=\"\";this._id=\"\";this.hasFocus=!1;this.hasError=!1;this.handleInput=e=>{e.stopPropagation();let
|
|
123
|
+
"name": "F",
|
|
124
|
+
"default": "class extends v{constructor(){super(...arguments);this.value=\"\";this.placeholder=\"\";this.disabled=!1;this.name=\"\";this.type=\"text\";this.required=!1;this.readonly=!1;this.pattern=\"\";this.min=\"\";this.max=\"\";this.step=\"\";this.autocomplete=\"\";this._id=\"\";this.hasFocus=!1;this.hasError=!1;this.handleInput=e=>{e.stopPropagation();let a=e.target;this.value=a.value;let i=new CustomEvent(\"input\",{detail:this.value,bubbles:!0,composed:!0});this.dispatchEvent(i)};this.handleChange=e=>{e.stopPropagation();let a=e.target;this.value=a.value;let i=new CustomEvent(\"change\",{detail:this.value,bubbles:!0,composed:!0});this.dispatchEvent(i)};this.handleFocus=()=>{this.hasFocus=!0,this.dispatchEvent(new FocusEvent(\"focus\",{bubbles:!0,composed:!0}))};this.handleBlur=()=>{this.hasFocus=!1,this.dispatchEvent(new FocusEvent(\"blur\",{bubbles:!0,composed:!0}))};this.handleInvalid=e=>{e.stopPropagation(),this.hasError=!0,this.dispatchEvent(new Event(\"invalid\",{bubbles:!0,composed:!0}))}}get id(){return this._id}set id(e){this._id=e,this.setAttribute(\"id\",e)}focus(e){this.inputElement?.focus(e)}blur(){this.inputElement?.blur()}select(){this.inputElement?.select()}setSelectionRange(e,a,i){this.inputElement?.setSelectionRange(e,a,i)}get validity(){return this.inputElement?.validity||{}}get validationMessage(){return this.inputElement?.validationMessage||\"\"}checkValidity(){return this.inputElement?.checkValidity()||!1}reportValidity(){return this.inputElement?.reportValidity()||!1}render(){let e={input:!0,\"input--focused\":this.hasFocus,\"input--disabled\":this.disabled,\"input--error\":this.hasError,\"input--readonly\":this.readonly},a=Object.entries(e).filter(([,i])=>i).map(([i])=>i).join(\" \");return p`<input part=\"input\" class=${a} .value=${this.value} .type=${this.type} ?disabled=${this.disabled} ?required=${this.required} ?readonly=${this.readonly} placeholder=${this.placeholder} pattern=${this.pattern} minlength=${this.minlength??\"\"} maxlength=${this.maxlength??\"\"} min=${this.min} max=${this.max} step=${this.step} autocomplete=${this.autocomplete} name=${this.name} id=${this.id} @input=${this.handleInput} @change=${this.handleChange} @focus=${this.handleFocus} @blur=${this.handleBlur} @invalid=${this.handleInvalid} />`}addEventListener(e,a,i){super.addEventListener(e,a,i)}removeEventListener(e,a,i){super.removeEventListener(e,a,i)}}"
|
|
154
125
|
},
|
|
155
126
|
{
|
|
156
127
|
"kind": "variable",
|
|
157
|
-
"name": "
|
|
158
|
-
"default": "class extends v{constructor(){super(...arguments);this.name=\"\";this.id=\"\";this.value=\"\";this.disabled=!1;this.hasError=!1;this.placeholder=\"\";this.options=[]}handleChange(e){let
|
|
128
|
+
"name": "ve",
|
|
129
|
+
"default": "class extends v{constructor(){super(...arguments);this.name=\"\";this.id=\"\";this.value=\"\";this.disabled=!1;this.hasError=!1;this.placeholder=\"\";this.options=[]}handleChange(e){let a=e.target,i=this.value;this.value=a.value,this.dispatchEvent(new CustomEvent(\"change\",{detail:this.value,bubbles:!0,composed:!0})),this.dispatchEvent(new CustomEvent(\"input\",{detail:this.value,bubbles:!0,composed:!0})),this.requestUpdate(\"value\",i)}handleFocus(){this.dispatchEvent(new CustomEvent(\"focus\",{bubbles:!0,composed:!0}))}handleBlur(){this.dispatchEvent(new CustomEvent(\"blur\",{bubbles:!0,composed:!0}))}renderSelectOptions(){let e=[];for(let a of this.options)e.push(p`<option value=${a.value}>${a.label}</option>`);return e}render(){return p`<select id=${this.id} name=${this.name} .value=${os(this.value)} ?disabled=${this.disabled} ?required=${!this.value} @change=${this.handleChange} @focus=${this.handleFocus} @blur=${this.handleBlur} aria-invalid=${this.hasError?\"true\":\"false\"} ><option value=\"\" disabled ?selected=${!this.value}>${this.placeholder||\"Select an option\"}</option>${this.renderSelectOptions()}</select>`}}"
|
|
159
130
|
},
|
|
160
131
|
{
|
|
161
132
|
"kind": "variable",
|
|
162
|
-
"name": "
|
|
163
|
-
"default": "class extends v{constructor(){super(...arguments);this.header=\"\";this.expanded=!1;this.expandText=\"Expand\";this.collapseText=\"Collapse\";this.ariaLabel=\"\";this.buttonVariant=\"primary\";this.isExpanded=!1;this.toggleExpanded=()=>{this.isExpanded=!this.isExpanded,this.dispatchExpandedChangedEvent(this.isExpanded)}}connectedCallback(){super.connectedCallback(),this.isExpanded=this.expanded}dispatchExpandedChangedEvent(e){this.dispatchEvent(new CustomEvent(\"expanded-changed\",{bubbles:!0,composed:!0,detail:{expanded:e}}))}expand(){this.isExpanded||(this.isExpanded=!0,this.dispatchExpandedChangedEvent(!0))}collapse(){this.isExpanded&&(this.isExpanded=!1,this.dispatchExpandedChangedEvent(!1))}render(){let e=this.isExpanded?this.collapseText:this.expandText,
|
|
133
|
+
"name": "Se",
|
|
134
|
+
"default": "class extends v{constructor(){super(...arguments);this.header=\"\";this.expanded=!1;this.expandText=\"Expand\";this.collapseText=\"Collapse\";this.ariaLabel=\"\";this.buttonVariant=\"primary\";this.isExpanded=!1;this.toggleExpanded=()=>{this.isExpanded=!this.isExpanded,this.dispatchExpandedChangedEvent(this.isExpanded)}}connectedCallback(){super.connectedCallback(),this.isExpanded=this.expanded}dispatchExpandedChangedEvent(e){this.dispatchEvent(new CustomEvent(\"expanded-changed\",{bubbles:!0,composed:!0,detail:{expanded:e}}))}expand(){this.isExpanded||(this.isExpanded=!0,this.dispatchExpandedChangedEvent(!0))}collapse(){this.isExpanded&&(this.isExpanded=!1,this.dispatchExpandedChangedEvent(!1))}render(){let e=this.isExpanded?this.collapseText:this.expandText,a=this.ariaLabel||this.header||e,i=this.header||e;return p`<div class=\"collapsable\"><primer-button variant=${this.buttonVariant} buttonType=\"button\" @click=${this.toggleExpanded} aria-expanded=${this.isExpanded} aria-controls=\"collapsable-content\" aria-label=${a} ><span>${i}</span></primer-button><div class=\"collapsable-wrapper ${this.isExpanded?\"expanded\":\"\"}\" id=\"collapsable-content\" role=\"region\" aria-labelledby=\"collapsable-header\" ><div class=\"collapsable-content\"><slot></slot></div></div></div>`}}"
|
|
164
135
|
},
|
|
165
136
|
{
|
|
166
137
|
"kind": "variable",
|
|
167
|
-
"name": "
|
|
168
|
-
"default": "class extends v{constructor(){super();this.message=\"\";this.visible=!1;this._role=\"alert\";this.showMessage=!1;this.role=\"alert\"}get role(){return this._role}set role(e){this._role=e,this.setAttribute(\"role\",e)}updated(e){e.has(\"visible\")&&this.handleVisibilityChange()}handleVisibilityChange(){this.visible?(this.showMessage=!0,this.setAttribute(\"aria-hidden\",\"false\")):setTimeout(()=>{this.showMessage=!1,this.setAttribute(\"aria-hidden\",\"true\")},200)}render(){if(!this.showMessage&&!this.visible)return
|
|
138
|
+
"name": "ze",
|
|
139
|
+
"default": "class extends v{constructor(){super();this.message=\"\";this.visible=!1;this._role=\"alert\";this.showMessage=!1;this.role=\"alert\"}get role(){return this._role}set role(e){this._role=e,this.setAttribute(\"role\",e)}updated(e){e.has(\"visible\")&&this.handleVisibilityChange()}handleVisibilityChange(){this.visible?(this.showMessage=!0,this.setAttribute(\"aria-hidden\",\"false\")):setTimeout(()=>{this.showMessage=!1,this.setAttribute(\"aria-hidden\",\"true\")},200)}render(){if(!this.showMessage&&!this.visible)return g;let e={\"error-message\":!0,hidden:!this.visible};return p`<div part=\"error-message\" class=${ie(e)} aria-live=\"assertive\" aria-atomic=\"true\" ><div part=\"error-icon\" class=\"error-icon\"><primer-icon name=\"failure-icon\" size=\"sm\" color=\"var(--primer-color-icon-negative)\" ></primer-icon></div><div part=\"error-content\" class=\"error-content\">${this.message}</div></div>`}}"
|
|
169
140
|
},
|
|
170
141
|
{
|
|
171
142
|
"kind": "variable",
|
|
172
|
-
"name": "
|
|
173
|
-
"default": "class extends v{constructor(){super(...arguments);this._id=`d${Math.random().toString(36).substring(7)}`;this._handleSlotChange=e=>{let
|
|
143
|
+
"name": "vt",
|
|
144
|
+
"default": "class extends v{constructor(){super(...arguments);this._id=`d${Math.random().toString(36).substring(7)}`;this._handleSlotChange=e=>{let i=e.target.assignedNodes();if(!i.length)return;let n=this.getContainer();i.forEach(o=>n.appendChild(o))}}get id(){return this._id}getContainer(){let e=document.querySelector(`#${this._id}`);return e||(e=document.createElement(\"div\"),e.id=this._id,document.body.appendChild(e),this._setupEventListeners(e)),e}_setupEventListeners(e){[\"primer-ach-error\",\"primer-ach-bank-details-collected\",\"primer-ach-mandate-confirmed\",\"primer-ach-mandate-declined\",\"primer-dialog-close\"].forEach(a=>{e.addEventListener(a,i=>{i.stopPropagation(),this.dispatchEvent(new CustomEvent(a,{bubbles:!0,composed:!0,detail:i.detail}))})})}disconnectedCallback(){super.disconnectedCallback(),this.getContainer().remove()}render(){return p`<slot @slotchange=${this._handleSlotChange}></slot>`}}"
|
|
174
145
|
},
|
|
175
146
|
{
|
|
176
147
|
"kind": "variable",
|
|
177
|
-
"name": "
|
|
178
|
-
"default": "class extends v{constructor(){super(...arguments);this.size=\"flex\";this.showCloseButton=!0;this._animationState=\"entering\";this._isVisible=!1;this._handleCloseClick=()=>{this._startExitAnimation()}}startExitAnimation(){this._startExitAnimation()}connectedCallback(){super.connectedCallback(),document.body.style.overflow=\"hidden\",this._startEnterAnimation()}disconnectedCallback(){super.disconnectedCallback(),document.body.style.overflow=\"\",this._animationTimeout&&clearTimeout(this._animationTimeout)}_startEnterAnimation(){this._animationState=\"entering\",this._isVisible=!0,requestAnimationFrame(()=>{this._animationTimeout=window.setTimeout(()=>{this._animationState=\"entered\"},500)})}_startExitAnimation(){this._animationTimeout&&clearTimeout(this._animationTimeout),this._animationState=\"exiting\",this._animationTimeout=window.setTimeout(()=>{this._animationState=\"exited\",this._isVisible=!1,this.dispatchEvent(new CustomEvent(\"primer-dialog-close\",{bubbles:!0,composed:!0}))},500)}render(){return this._isVisible?
|
|
148
|
+
"name": "Be",
|
|
149
|
+
"default": "class extends v{constructor(){super(...arguments);this.size=\"flex\";this.showCloseButton=!0;this._animationState=\"entering\";this._isVisible=!1;this._handleCloseClick=()=>{this._startExitAnimation()}}startExitAnimation(){this._startExitAnimation()}connectedCallback(){super.connectedCallback(),document.body.style.overflow=\"hidden\",this._startEnterAnimation()}disconnectedCallback(){super.disconnectedCallback(),document.body.style.overflow=\"\",this._animationTimeout&&clearTimeout(this._animationTimeout)}_startEnterAnimation(){this._animationState=\"entering\",this._isVisible=!0,requestAnimationFrame(()=>{this._animationTimeout=window.setTimeout(()=>{this._animationState=\"entered\"},500)})}_startExitAnimation(){this._animationTimeout&&clearTimeout(this._animationTimeout),this._animationState=\"exiting\",this._animationTimeout=window.setTimeout(()=>{this._animationState=\"exited\",this._isVisible=!1,this.dispatchEvent(new CustomEvent(\"primer-dialog-close\",{bubbles:!0,composed:!0}))},500)}render(){return this._isVisible?p`<div class=${ie({backdrop:!0,\"backdrop--entering\":this._animationState===\"entering\",\"backdrop--entered\":this._animationState===\"entered\",\"backdrop--exiting\":this._animationState===\"exiting\"})} @click=${e=>{e.preventDefault()}} ><div class=${ie({dialog:!0,[this.size]:!0,\"dialog--entering\":this._animationState===\"entering\",\"dialog--entered\":this._animationState===\"entered\",\"dialog--exiting\":this._animationState===\"exiting\"})} ><div class=\"header\">${this.showCloseButton?p`<primer-button variant=\"tertiary\" @click=${this._handleCloseClick} ><primer-icon name=\"close\"></primer-icon></primer-button>`:\"\"}</div><div class=\"content\"><slot></slot></div></div></div>`:p``}}"
|
|
179
150
|
},
|
|
180
151
|
{
|
|
181
152
|
"kind": "variable",
|
|
182
|
-
"name": "
|
|
183
|
-
"default": "class extends v{constructor(){super(...arguments);this.paymentManagers=new Map;this.sdkState=null;this.headlessUtils=null;this.klarnaCategories=null;this.disabled=!1;this.selectedCategory=null;this.isExpanded=!1;this.headerAriaLabel=
|
|
153
|
+
"name": "ne",
|
|
154
|
+
"default": "class extends v{constructor(){super(...arguments);this.paymentManagers=new Map;this.sdkState=null;this.headlessUtils=null;this.klarnaCategories=null;this.disabled=!1;this.selectedCategory=null;this.isExpanded=!1;this.headerAriaLabel=b(\"pay_with\",{id:\"pay_with\"});this._paymentMethodManagerTask=new D(this,{task:async([e,a])=>{if(!e||!a)return _;let i=await a.getCDNAssets(\"KLARNA\");return{manager:e.manager,klarnaIcon:i?.assets?.icon?`${i.goatCdnUrl}/${i.assets.icon}`:\"\"}},args:()=>[this.paymentManagers.get(\"KLARNA\"),this.headlessUtils]});this.toggleExpand=()=>{this.disabled||(this.isExpanded=!this.isExpanded,this.isExpanded||(this.selectedCategory=null))}}async startKlarnaPayment(){if(!(!this._paymentMethodManagerTask.value||!this.selectedCategory))try{await this._paymentMethodManagerTask.value.manager.start({paymentMethodCategoryId:this.selectedCategory})}catch(e){E.errorWithDatadog(\"Failed to start Klarna payment\",{error:e})}}async renderSelectedCategory(){if(!(!this._paymentMethodManagerTask.value||!this.selectedCategory||!this.klarnaContainer))try{this.klarnaContainer.innerHTML=\"\",await this._paymentMethodManagerTask.value.manager.renderCategory({containerId:this.klarnaContainer,paymentMethodCategoryId:this.selectedCategory,onHeightChange:e=>{e>0&&(this.klarnaContainer.style.height=`${e}px`)}})}catch(e){E.errorWithDatadog(\"Failed to render Klarna category\",{error:e})}}selectCategory(e){this.disabled||(this.selectedCategory=e,this.renderSelectedCategory())}updated(e){e.has(\"selectedCategory\")&&this.selectedCategory&&this.renderSelectedCategory()}renderCategorySelection(){let e=this.klarnaCategories?.categories||[];return this.klarnaCategories?.isLoading||!1?p`<div class=\"loading\"><primer-spinner size=\"small\"></primer-spinner></div>`:p`<div class=\"category-selection\">${e.map(i=>p`<button class=${ie({\"category-button\":!0,selected:i.id===this.selectedCategory})} @click=${()=>{this.selectCategory(i.id)}} ?disabled=${this.disabled} >${i.name}</button>`)}</div>`}renderExpandedContent(){return p` ${this.renderCategorySelection()} ${this.selectedCategory?p`<div id=\"klarna-category-container\" class=\"klarna-category-container\" ></div>`:g}<button class=${ie({\"klarna-pay-button\":!0,loading:!!this.sdkState?.isProcessing,disabled:!this.selectedCategory||this.disabled})} ?disabled=${!this.selectedCategory||this.sdkState?.isProcessing||this.disabled} @click=${()=>this.startKlarnaPayment()} >${b(\"confirm\",{id:\"confirm\"})}</button>`}render(){return this._paymentMethodManagerTask.render({error:e=>{let a=e instanceof Error?e.message:\"Unknown error in Klarna\";return p`<div class=\"error\"> Error loading Klarna: ${a}</div>`},complete:({manager:e,klarnaIcon:a})=>e?p`<div class=\"klarna-container ${this.isExpanded?\"expanded\":\"\"}\"><div class=\"klarna-button-header\"><primer-button buttonType=\"button\" variant=\"secondary\" class=\"klarna-button\" @click=${this.toggleExpand} aria-expanded=${this.isExpanded} aria-controls=\"collapsable-content\" aria-label=${this.headerAriaLabel} ?disabled=${this.disabled} ><img src=${a} alt=\"Klarna logo\" /><span>${b(\"pay_with\",{id:\"pay_with\"})} Klarna</span><span class=\"klarna-accordion-icon ${this.isExpanded?\"expanded\":\"\"}\" > ▼ </span></primer-button></div><div class=\"klarna-expanded-content ${this.isExpanded?\"visible\":\"\"}\" ><div class=\"klarna-accordion-content\">${this.renderExpandedContent()}</div></div></div>`:g})}}"
|
|
184
155
|
},
|
|
185
156
|
{
|
|
186
157
|
"kind": "variable",
|
|
187
|
-
"name": "
|
|
188
|
-
"default": "class extends v{constructor(){super();this.paymentManagers=new Map;this.disabled=!1;this.loadManagerTask=new D(this,{args:()=>[this.paymentMethod?.type],task:([e])=>{if(!e)return
|
|
158
|
+
"name": "je",
|
|
159
|
+
"default": "class extends v{constructor(){super();this.paymentManagers=new Map;this.disabled=!1;this.loadManagerTask=new D(this,{args:()=>[this.paymentMethod?.type],task:([e])=>{if(!e)return _;let a=this.paymentManagers.get(e);if(!a)throw new Error(`No manager found for payment method type ${e}`);if(a.type!==\"GOOGLE_PAY\")throw new Error(\"Invalid payment method type for Google Pay component\");return a.manager}}),this.renderButtonTask=new D(this,{args:()=>[this.loadManagerTask.value],task:async([e])=>{if(!e)return _;await this.updateComplete;let a=e.createButton();return await a.render(this.shadowRoot?.getRootNode(),{style:{shadowRoot:!0}}),this.disabled&&await a.setDisabled(this.disabled),this.disabled&&this.shadowRoot&&(await this.updateComplete,Ar(this.disabled,this.shadowRoot)),a}})}attributeChangedCallback(e,a,i){if(super.attributeChangedCallback(e,a,i),e===\"disabled\"&&a!==i){let n=i!==null,o=this.renderButtonTask.value;o&&o.setDisabled(n)}}updated(e){e.has(\"disabled\")&&this.shadowRoot&&Ar(this.disabled,this.shadowRoot)}render(){return g}}"
|
|
189
160
|
},
|
|
190
161
|
{
|
|
191
162
|
"kind": "variable",
|
|
192
|
-
"name": "
|
|
193
|
-
"default": "class extends v{constructor(){super();this.paymentManagers=new Map;this.disabled=!1;this.buttonContainerRef=
|
|
163
|
+
"name": "We",
|
|
164
|
+
"default": "class extends v{constructor(){super();this.paymentManagers=new Map;this.disabled=!1;this.buttonContainerRef=Bt();this.loadManagerTask=new D(this,{args:()=>[this.paymentMethod?.type],task:([e])=>{if(!e)return _;let a=this.paymentManagers.get(e);if(!a)throw new Error(`No manager found for payment method type ${e}`);if(a.type!==\"APPLE_PAY\")throw new Error(\"Invalid payment method type for Apple Pay component\");return a.manager}}),this.renderButtonTask=new D(this,{args:()=>[this.loadManagerTask.value],task:async([e])=>{if(!e)return _;await this.updateComplete;let a=this.buttonContainerRef.value;if(!a)throw new Error(\"Button container not found\");let i=e.createButton(),n=Er(a);return await i.render(a,{style:{buttonHeight:n}}),this.disabled&&await i.setDisabled(this.disabled),this.disabled&&(await this.updateComplete,Wt(this.disabled,this.buttonContainerRef)),i}})}attributeChangedCallback(e,a,i){if(super.attributeChangedCallback(e,a,i),e===\"disabled\"&&a!==i){let n=i!==null,o=this.renderButtonTask.value;o&&o.setDisabled(n)}}updated(e){e.has(\"disabled\")&&Wt(this.disabled,this.buttonContainerRef)}render(){return p`<div class=\"native-button-container\" ${bt(this.buttonContainerRef)} ></div>`}}"
|
|
194
165
|
},
|
|
195
166
|
{
|
|
196
167
|
"kind": "variable",
|
|
197
|
-
"name": "
|
|
198
|
-
"default": "class extends v{constructor(){super();this.paymentManagers=new Map;this.disabled=!1;this.buttonContainerRef=
|
|
168
|
+
"name": "Je",
|
|
169
|
+
"default": "class extends v{constructor(){super();this.paymentManagers=new Map;this.disabled=!1;this.buttonContainerRef=Bt();this.loadManagerTask=new D(this,{args:()=>[this.paymentMethod?.type],task:([e])=>{if(!e)return _;let a=this.paymentManagers.get(e);if(!a)throw new Error(`No manager found for payment method type ${e}`);if(a.type!==\"PAYPAL\")throw new Error(\"Invalid payment method type for PayPal component\");return a.manager}}),this.renderButtonTask=new D(this,{args:()=>[this.loadManagerTask.value],task:async([e])=>{if(!e)return _;await this.updateComplete;let a=this.buttonContainerRef.value;if(!a)throw new Error(\"Button container not found\");let i=e.createButton(),n=Er(this),o=vs(n),s=55;return n>s&&E.warn(`PayPal button height (${n}px) exceeds maximum allowed height of ${s}px. Button will be capped at ${s}px. This is a PayPal SDK limitation.`),await i.render(a,{style:{buttonHeight:o}}),this.disabled&&await i.setDisabled(this.disabled),this.disabled&&(await this.updateComplete,Wt(this.disabled,this.buttonContainerRef)),i}})}attributeChangedCallback(e,a,i){if(super.attributeChangedCallback(e,a,i),e===\"disabled\"&&a!==i){let n=i!==null,o=this.renderButtonTask.value;o&&o.setDisabled(n)}}updated(e){e.has(\"disabled\")&&Wt(this.disabled,this.buttonContainerRef)}render(){return p`<div class=\"native-button-container\" ${bt(this.buttonContainerRef)} ></div>`}}"
|
|
199
170
|
},
|
|
200
171
|
{
|
|
201
172
|
"kind": "variable",
|
|
202
|
-
"name": "
|
|
203
|
-
"default": "class extends v{constructor(){super(...arguments);this.disabled=!1;this.paymentManagers=new Map;this.currentState=\"collapsed\";this.blikCode=\"\";this.errorMessage=\"\";this.pollingDuration=0;this.pollingTimer=null;this.loadManagerTask=new D(this,{args:()=>[this.paymentMethod?.type],task:([e])=>{if(!e)return
|
|
173
|
+
"name": "be",
|
|
174
|
+
"default": "class extends v{constructor(){super(...arguments);this.disabled=!1;this.paymentManagers=new Map;this.currentState=\"collapsed\";this.blikCode=\"\";this.errorMessage=\"\";this.pollingDuration=0;this.pollingTimer=null;this.loadManagerTask=new D(this,{args:()=>[this.paymentMethod?.type],task:([e])=>{if(!e)return _;let a=this.paymentManagers.get(e);if(!a)throw new Error(\"BLIK payment method manager not initialized\");if(a.type!==\"ADYEN_BLIK\")throw new Error(\"Invalid payment method type for BLIK component\");return a.manager}});this.handleButtonClick=async()=>{if(this.disabled)return;if(this.currentState===\"expanded-input\"){this.handleCollapse();return}if(this.currentState!==\"collapsed\")return;let e=this.paymentMethod?.type;if(!e){this.errorMessage=b(\"something_went_wrong_error\",{id:\"something_went_wrong_error\"}),this.currentState=\"error\",E.error(\"Payment method type not available\");return}let a=this.paymentManagers.get(e);if(!a||a.type!==\"ADYEN_BLIK\"){this.errorMessage=b(\"something_went_wrong_error\",{id:\"something_went_wrong_error\"}),this.currentState=\"error\",E.error(\"Manager not available when expanding BLIK form\");return}this.currentState=\"expanded-input\",await this.updateComplete,this.shadowRoot?.querySelector(\"#blik-code\")?.focus()};this.handleCollapse=()=>{this.currentState=\"collapsed\",this.blikCode=\"\",this.errorMessage=\"\",this.stopPollingTimer()};this.handleInput=e=>{let a=e.target,i=a.value,o=i.replace(/\\D/g,\"\").slice(0,6);i!==o&&(a.value=o),this.blikCode=o,this.currentState===\"error\"&&(this.currentState=\"expanded-input\",this.errorMessage=\"\"),o.length===6&&this.submitBlikCode()};this.handleRetry=async()=>{this.currentState=\"expanded-input\",this.errorMessage=\"\",this.blikCode=\"\",await this.updateComplete,this.shadowRoot?.querySelector(\"#blik-code\")?.focus()}}startPollingTimer(){this.pollingDuration=0,this.pollingTimer=window.setInterval(()=>{this.pollingDuration+=1},1e3)}stopPollingTimer(){this.pollingTimer!==null&&(window.clearInterval(this.pollingTimer),this.pollingTimer=null),this.pollingDuration=0}async submitBlikCode(){if(this.blikCode.length!==6){this.errorMessage=b(\"sixDigitCodeErrorTooShort\",{id:\"sixDigitCodeErrorTooShort\"}),this.currentState=\"error\";return}let e=this.loadManagerTask.value;if(!e){this.errorMessage=\"BLIK payment method not initialized\",this.currentState=\"error\",E.error(\"BLIK manager not available via loadManagerTask\");return}this.currentState=\"loading\",this.errorMessage=\"\",this.startPollingTimer();try{await e.start({blikCode:this.blikCode}),this.stopPollingTimer(),this.currentState=\"collapsed\",this.blikCode=\"\"}catch(a){this.stopPollingTimer(),this.currentState=\"error\",this.errorMessage=a instanceof Error?a.message:b(\"tokenizationError\",{id:\"tokenizationError\"}),E.errorWithDatadog(\"BLIK payment failed\",{error:a instanceof Error?{message:a.message,name:a.name}:\"Unknown error\"})}}renderCollapsed(){return p`<primer-button class=\"blik-button\" @click=${this.handleButtonClick} ?disabled=${this.disabled} aria-label=\"${b(\"pay_with\",{id:\"pay_with\"})} BLIK\" aria-expanded=\"${this.currentState!==\"collapsed\"}\" title=\"BLIK\" ><span class=\"image-container\"><img src=\"https://goat-assets.production.core.primer.io/button/blik/inverted.png\" alt=\"BLIK\" /></span></primer-button>`}renderExpandedInput(){return p`<div class=\"blik-expanded-content\"><div class=\"blik-content-wrapper\"><div class=\"blik-input-wrapper\"><label for=\"blik-code\" class=\"blik-label\">${b(\"getCodeFromBankingApp\",{id:\"getCodeFromBankingApp\"})}</label><input id=\"blik-code\" type=\"text\" inputmode=\"numeric\" pattern=\"[0-9]*\" maxlength=\"6\" class=\"blik-input\" .value=\"${this.blikCode}\" @input=\"${this.handleInput}\" ?disabled=\"${this.disabled}\" placeholder=\"000000\" aria-label=\"${b(\"sixDigitCodeLabel\",{id:\"sixDigitCodeLabel\"})}\" autocomplete=\"off\" spellcheck=\"false\" /></div></div></div>`}renderLoading(){return p`<div class=\"blik-expanded-content\"><div class=\"blik-content-wrapper\"><div class=\"blik-loading\"><primer-spinner size=\"medium\"></primer-spinner>${this.pollingDuration>30?p`<div class=\"blik-timeout-warning\"> This is taking longer than expected... </div>`:g}</div></div></div>`}renderError(){return p`<div class=\"blik-expanded-content\"><div class=\"blik-content-wrapper\"><div class=\"blik-error\"><div class=\"blik-error-message\" role=\"alert\">${this.errorMessage||b(\"something_went_wrong_error\",{id:\"something_went_wrong_error\"})}</div><button class=\"blik-retry-button\" @click=\"${this.handleRetry}\" ?disabled=\"${this.disabled}\" >${b(\"retry_button\",{id:\"retry_button\"})}</button></div></div></div>`}renderExpandedState(){switch(this.currentState){case\"expanded-input\":return this.renderExpandedInput();case\"loading\":return this.renderLoading();case\"error\":return this.renderError();default:return g}}disconnectedCallback(){super.disconnectedCallback(),this.stopPollingTimer()}render(){return p`<div class=\"blik-container ${this.currentState!==\"collapsed\"?\"expanded\":\"\"}\" >${this.renderCollapsed()} ${this.currentState!==\"collapsed\"?this.renderExpandedState():g}</div>`}}"
|
|
204
175
|
},
|
|
205
176
|
{
|
|
206
177
|
"kind": "variable",
|
|
207
|
-
"name": "
|
|
208
|
-
"default": "class extends v{constructor(){super(...arguments);this.type=void 0;this.disabled=!1;this.paymentMethods=null;this.analyticsUtils=null;this.handleClick=()=>{this.paymentMethods?.get(this.type)?.managerType!==\"CARD\"&&this.sendPaymentMethodSelectionEvent()}}sendPaymentMethodSelectionEvent(){this.type&&
|
|
178
|
+
"name": "De",
|
|
179
|
+
"default": "class extends v{constructor(){super(...arguments);this.type=void 0;this.disabled=!1;this.paymentMethods=null;this.analyticsUtils=null;this.handleClick=()=>{this.paymentMethods?.get(this.type)?.managerType!==\"CARD\"&&this.sendPaymentMethodSelectionEvent()}}sendPaymentMethodSelectionEvent(){this.type&&Q({eventName:\"PAYMENT_METHOD_SELECTION\",paymentMethod:this.type})}render(){if(!this.type)return g;let e=this.paymentMethods?.get(this.type);if(!e)return g;let a;switch(e?.managerType){case\"CARD\":a=p`<primer-card-form ?disabled=${this.disabled} ></primer-card-form>`;break;case\"NATIVE\":{let i=e.type;i===va.GOOGLE_PAY?a=p`<primer-google-pay .paymentMethod=${e} ?disabled=${this.disabled} ></primer-google-pay>`:i===va.APPLE_PAY?a=p`<primer-apple-pay .paymentMethod=${e} ?disabled=${this.disabled} ></primer-apple-pay>`:i===va.PAYPAL?a=p`<primer-paypal .paymentMethod=${e} ?disabled=${this.disabled} ></primer-paypal>`:i===va.ADYEN_BLIK&&(a=p`<primer-blik .paymentMethod=${e} ?disabled=${this.disabled} ></primer-blik>`);break}case\"REDIRECT\":a=p`<primer-redirect-payment .paymentMethod=${e} ?disabled=${this.disabled} ></primer-redirect-payment>`;break;case\"KLARNA\":a=p`<primer-klarna ?disabled=${this.disabled} ></primer-klarna>`;break;case\"ACH\":a=p`<primer-dynamic-payment .paymentMethod=${e} ></primer-dynamic-payment>`;break;default:return g}return p`<div @click=${this.handleClick}>${a}</div>`}}"
|
|
209
180
|
},
|
|
210
181
|
{
|
|
211
182
|
"kind": "variable",
|
|
212
|
-
"name": "
|
|
213
|
-
"default": "class extends v{constructor(){super(...arguments);this.disabled=!1;this.paymentMethods=null;this.clientOptions=null}getFilteredMethods(){if(!this.paymentMethods)return[];let e=this.paymentMethods.toArray();if(this.include){let
|
|
183
|
+
"name": "Le",
|
|
184
|
+
"default": "class extends v{constructor(){super(...arguments);this.disabled=!1;this.paymentMethods=null;this.clientOptions=null}getFilteredMethods(){if(!this.paymentMethods)return[];let e=this.paymentMethods.toArray();if(this.include){let a=this.include.split(\",\").map(i=>i.trim());e=e.filter(i=>a.includes(i.type))}if(this.exclude){let a=this.exclude.split(\",\").map(i=>i.trim());e=e.filter(i=>!a.includes(i.type))}return e}render(){let e=this.getFilteredMethods();return e.length===0?g:p`<div class=\"payment-methods-container\">${e.map(a=>p`<primer-payment-method type=\"${a.type}\" ?disabled=\"${this.disabled||this.clientOptions?.disabledPayments===!0}\" ></primer-payment-method>`)}</div>`}}"
|
|
214
185
|
},
|
|
215
186
|
{
|
|
216
187
|
"kind": "variable",
|
|
217
|
-
"name": "
|
|
218
|
-
"default": "class extends v{constructor(){super(...arguments);this.formController=new
|
|
188
|
+
"name": "Te",
|
|
189
|
+
"default": "class extends v{constructor(){super(...arguments);this.formController=new Tr(this,e=>this._paymentMethodManagerTask.value.setAndValidate(e));this.paymentManagers=new Map;this.sdkState=void 0;this.clientOptions=void 0;this.screen=\"form\";this.isSubmitting=!1;this._paymentMethodManagerTask=new D(this,{task:([e])=>e!==\"STRIPE_ACH\"?_:this.paymentManagers.get(e)?.manager,args:()=>[this.paymentMethod?.type]})}_handleInput(e,a){let i=e.target;this.formController.setFieldValue(a,i.value)}_handleBlur(e){this.formController.setFieldTouched(e)}_handleError(e){this.dispatchEvent(new CustomEvent(\"primer-ach-error\",{bubbles:!0,composed:!0,detail:{error:e instanceof Error?e:new Error(typeof e==\"string\"?e:\"Unknown error occurred\")}}))}async _handleSubmitButtonClick(e){if(!this.isSubmitting){this.isSubmitting=!0;try{let a=await e.start(this.formController.formData);if(!a||a.valid)return await this._handleCollectBankAccountDetails(e);a&&this.formController.setValidation(a,!0)}catch(a){this._handleError(a)}finally{this.isSubmitting=!1}}}async _handleCollectBankAccountDetails(e){try{await e.collectBankAccountDetails(),this.screen=\"mandate\",this.dispatchEvent(new CustomEvent(\"primer-ach-bank-details-collected\",{bubbles:!0,composed:!0}))}catch(a){this._handleError(a)}}async _handleConfirmMandate(){if(this._paymentMethodManagerTask.value){this.isSubmitting=!0;try{await this._paymentMethodManagerTask.value.confirmMandate(),this.dispatchEvent(new CustomEvent(\"primer-ach-mandate-confirmed\",{bubbles:!0,composed:!0}))}catch(e){this._handleError(e)}finally{this.isSubmitting=!1}}}async _handleDeclineMandate(){if(this._paymentMethodManagerTask.value){this.isSubmitting=!0;try{await this._paymentMethodManagerTask.value.declineMandate(),this.dispatchEvent(new CustomEvent(\"primer-ach-mandate-declined\",{bubbles:!0,composed:!0}))}catch(e){this._handleError(e)}finally{this.isSubmitting=!1}}}renderForm(e){return p`<h2>${b(\"payWithAch\",{id:\"payWithAch\"})}</h2><p>${b(\"stripe_ach_user_details_collection_subtitle_label\",{id:\"stripe_ach_user_details_collection_subtitle_label\"})}</p><form @submit=${a=>a.preventDefault()}><div class=\"form-row\"><primer-input-wrapper .hasError=${this.formController.hasError.firstName} ><primer-input-label slot=\"label\">${b(\"stripe_ach_user_details_collection_first_name_label\",{id:\"stripe_ach_user_details_collection_first_name_label\"})}</primer-input-label><primer-input slot=\"input\" .value=${this.formController.formState.firstName.value} @input=${a=>this._handleInput(a,\"firstName\")} @blur=${()=>this._handleBlur(\"firstName\")} ?disabled=${this.isSubmitting} ></primer-input><primer-input-error slot=\"error\">${this.formController.hasError.firstName?this.formController.formState.firstName.error:g}</primer-input-error></primer-input-wrapper><primer-input-wrapper .hasError=${this.formController.hasError.lastName} ><primer-input-label slot=\"label\">${b(\"stripe_ach_user_details_collection_last_name_label\",{id:\"stripe_ach_user_details_collection_last_name_label\"})}</primer-input-label><primer-input slot=\"input\" .value=${this.formController.formState.lastName.value} @input=${a=>this._handleInput(a,\"lastName\")} @blur=${()=>this._handleBlur(\"lastName\")} ?disabled=${this.isSubmitting} ></primer-input><primer-input-error slot=\"error\">${this.formController.hasError.lastName?this.formController.formState.lastName.error:g}</primer-input-error></primer-input-wrapper></div><primer-input-wrapper .hasError=${this.formController.hasError.emailAddress} ><primer-input-label slot=\"label\">${b(\"stripe_ach_user_details_collection_email_address_label\",{id:\"stripe_ach_user_details_collection_email_address_label\"})}</primer-input-label><primer-input slot=\"input\" type=\"email\" .value=${this.formController.formState.emailAddress.value} @input=${a=>this._handleInput(a,\"emailAddress\")} @blur=${()=>this._handleBlur(\"emailAddress\")} ?disabled=${this.isSubmitting} ></primer-input><primer-input-error slot=\"error\">${this.formController.hasError.emailAddress?this.formController.formState.emailAddress.error:g}</primer-input-error></primer-input-wrapper><p>${b(\"stripe_ach_user_details_collection_data_usage_label\",{id:\"stripe_ach_user_details_collection_data_usage_label\"})}</p><primer-button buttonType=\"submit\" variant=\"primary\" @click=${()=>this._handleSubmitButtonClick(e)} ?disabled=${this.isSubmitting} ?loading=${this.isSubmitting} >${b(\"stripe_ach_user_details_collection_continue_button\",{id:\"stripe_ach_user_details_collection_continue_button\"})}</primer-button></form>`}renderMandate(){return p`<h2>${b(\"payWithAch\",{id:\"payWithAch\"})}</h2><p>${this.clientOptions?.stripe?.mandateData.fullMandateText??b(\"stripe_ach_mandate_template_web\",{id:\"stripe_ach_mandate_template_web\"}).replace(/\\{merchantName\\}/g,this.clientOptions?.stripe?.mandateData.merchantName??\"Merchant\")}</p><div class=\"button-group\"><primer-button variant=\"primary\" @click=${this._handleConfirmMandate.bind(this)} ?disabled=${this.isSubmitting} ?loading=${this.isSubmitting} >${b(\"stripe_ach_mandate_accept_button\",{id:\"stripe_ach_mandate_accept_button\"})}</primer-button><primer-button variant=\"tertiary\" @click=${this._handleDeclineMandate.bind(this)} ?disabled=${this.isSubmitting} >${b(\"stripe_ach_mandate_cancel_payment_button\",{id:\"stripe_ach_mandate_cancel_payment_button\"})}</primer-button></div>`}render(){return this._paymentMethodManagerTask.render({complete:e=>e?this.screen===\"form\"?this.renderForm(e):this.renderMandate():g})}}"
|
|
219
190
|
},
|
|
220
191
|
{
|
|
221
192
|
"kind": "variable",
|
|
222
|
-
"name": "
|
|
223
|
-
"default": "class extends v{constructor(){super(...arguments);this.paymentManagers=new Map;this.sdkState=null;this.headlessUtils=null;this.open=!1;this._paymentMethodManagerTask=new D(this,{task:([e,
|
|
193
|
+
"name": "Re",
|
|
194
|
+
"default": "class extends v{constructor(){super(...arguments);this.paymentManagers=new Map;this.sdkState=null;this.headlessUtils=null;this.open=!1;this._paymentMethodManagerTask=new D(this,{task:([e,a])=>!e||!a?_:a.get(e)?.manager,args:()=>[this.paymentMethod?.type,this.paymentManagers]});this._getAssetsTask=new D(this,{task:([e,a])=>{if(!e||!a)return _;let i=a.getPaymentMethodConfiguration(e);return i?{backgroundColor:i.displayMetadata.button.backgroundColor.colored,name:i.name,displayName:this._legacyGetButtonLabel(i.displayMetadata.button.text),iconUrl:i.displayMetadata.button.iconUrl.colored||i.displayMetadata.button.iconUrl.light||i.displayMetadata.button.iconUrl.dark}:_},args:()=>[this.paymentMethod?.type,this.headlessUtils]});this._setupTasks=new D(this,{task:([e,a])=>!e||!a?_:{paymentMethodManager:e,assetsConfig:a},args:()=>[this._paymentMethodManagerTask.value,this._getAssetsTask.value]})}_legacyGetButtonLabel(e){if(!e)return;let a=e?Aa(e):\"\";return a===\"payWith\"&&(a=\"pay_with\"),b(a,{id:a})}start(){this._paymentMethodManagerTask.value&&(this.open=!0)}renderDialog(){return this.open?p`<primer-portal><primer-dialog @primer-dialog-close=\"${()=>this.open=!1}\"><primer-ach-payment .paymentMethod=${this.paymentMethod} @primer-ach-error=${()=>this.open=!1} @primer-ach-mandate-confirmed=${()=>this.open=!1} @primer-ach-mandate-declined=${()=>this.open=!1} ></primer-ach-payment></primer-dialog></primer-portal>`:g}render(){return this._setupTasks.render({error:()=>g,complete:({assetsConfig:e})=>(this.style.setProperty(\"--dynamic-payment-button-bg-color\",e.backgroundColor),p`<primer-button @click=\"${()=>this.start()}\" class=${ie({loading:!!this.sdkState?.isProcessing,reverse:!0})} title=\"${b(\"pay_with\",{id:\"pay_with\"})} ${e.name}\" ><span class=\"image-container\"><img src=\"${e.iconUrl}\" alt=\"${e.name}\" /></span>${e.displayName}</primer-button>${this.renderDialog()} `)})}}"
|
|
224
195
|
},
|
|
225
196
|
{
|
|
226
197
|
"kind": "variable",
|
|
227
|
-
"name": "
|
|
228
|
-
"default": "class extends v{constructor(){super(...arguments);this.disabled=!1;this.paymentManagers=new Map;this.sdkState=null;this.headlessUtils=null;this._paymentMethodManagerTask=new D(this,{task:([e,
|
|
198
|
+
"name": "xe",
|
|
199
|
+
"default": "class extends v{constructor(){super(...arguments);this.disabled=!1;this.paymentManagers=new Map;this.sdkState=null;this.headlessUtils=null;this._paymentMethodManagerTask=new D(this,{task:([e,a])=>!e||!a?_:a.get(e)?.manager,args:()=>[this.paymentMethod?.type,this.paymentManagers]});this._getAssetsTask=new D(this,{task:([e,a])=>{if(!e||!a)return _;let i=a.getPaymentMethodConfiguration(e);if(!i)return _;let n=i.displayMetadata.button.backgroundColor.colored??i.displayMetadata.button.backgroundColor.light,o=i.displayMetadata.button.iconPositionRelativeToText||\"START\";return{backgroundColor:n,name:i.name,displayName:this._legacyGetButtonLabel(i.displayMetadata.button.text),iconUrl:i.displayMetadata.button.iconUrl.colored??i.displayMetadata.button.iconUrl.light,iconPosition:o}},args:()=>[this.paymentMethod?.type,this.headlessUtils]});this._setupTasks=new D(this,{task:([e,a])=>!e||!a?_:{paymentMethodManager:e,assetsConfig:a},args:()=>[this._paymentMethodManagerTask.value,this._getAssetsTask.value]})}_legacyGetButtonLabel(e){if(!e)return;let a=e?Aa(e):\"\";return a===\"payWith\"&&(a=\"pay_with\"),b(a,{id:a})}startRedirectPayment(){this.disabled||this._paymentMethodManagerTask.value&&this._paymentMethodManagerTask.value.start()}render(){return this._setupTasks.render({error:()=>g,complete:({assetsConfig:e})=>{this.style.setProperty(\"--redirect-payment-button-bg-color\",e.backgroundColor);let a={loading:!!this.sdkState?.isProcessing,\"icon-end\":e.iconPosition===\"END\",\"image-only\":!e.displayName},i=e.displayName?p`<span class=\"image-container\"><img src=\"${e.iconUrl}\" alt=\"${e.name}\" /></span><span class=\"button-text\">${e.displayName}</span>`:p`<span class=\"image-container\"><img src=\"${e.iconUrl}\" alt=\"${e.name}\" /></span>`;return p`<primer-button @click=\"${()=>this.startRedirectPayment()}\" class=${ie(a)} title=\"${b(\"pay_with\",{id:\"pay_with\"})} ${e.name}\" ?disabled=${this.disabled} >${i}</primer-button>`}})}}"
|
|
229
200
|
},
|
|
230
201
|
{
|
|
231
202
|
"kind": "variable",
|
|
232
203
|
"name": "oe",
|
|
233
|
-
"default": "class extends v{constructor(){super(...arguments);this.configuration=null;this.headlessUtils=null;this.formData={};this.errors={};this.touchedFields=new Set;this.dirtyFields=new Set;this.focusedField=null;this.submitted=!1;this.countryOptions=[];this._initializationTask=new D(this,{task:async([e,
|
|
204
|
+
"default": "class extends v{constructor(){super(...arguments);this.configuration=null;this.headlessUtils=null;this.formData={};this.errors={};this.touchedFields=new Set;this.dirtyFields=new Set;this.focusedField=null;this.submitted=!1;this.countryOptions=[];this._initializationTask=new D(this,{task:async([e,a])=>{if(!e||!a)return _;let i=this.extractFieldConfig(e);return await this.initializeCountryOptions(),i},args:()=>[this.configuration,this.headlessUtils]})}connectedCallback(){super.connectedCallback(),this._initializationTask.value}extractFieldConfig(e){if(e?.checkoutModules){let a=e.checkoutModules.find(i=>i.type===\"BILLING_ADDRESS\");if(a?.options){let i=a.options;return Object.keys(ji).reduce((n,o)=>({...n,[o]:i[o]??!1}),{})}}return this.defaultFieldConfig}async initializeCountryOptions(){try{let e=zi(\"en\");this.countryOptions=[...e.map(([n,o])=>({value:n,label:o}))],this.requestUpdate(\"countryOptions\");let a=ki();if(a===\"en\"||a===\"en-GB\"||a.startsWith(\"en-\"))return;if(await dl(a)){let n=zi(a);this.countryOptions=[...n.map(([o,s])=>({value:o,label:s}))],this.requestUpdate(\"countryOptions\")}}catch(e){E.errorWithDatadog(\"Failed to load country locale\",{error:e})}}get fieldConfig(){return this.extractFieldConfig(this.configuration)}get defaultFieldConfig(){return Object.keys(ji).reduce((e,a)=>({...e,[a]:!1}),{})}get shouldShowForm(){return this.fieldConfig.postalCode}handleInput(e,a){this.formData={...this.formData,[e]:a},this.dirtyFields.add(e),(this.submitted||this.dirtyFields.has(e)&&this.touchedFields.has(e))&&this.validateField(e),this.dispatchEvent(new CustomEvent(\"primer-billing-address-change\",{detail:this.formData,bubbles:!0,composed:!0}))}handleFocus(e){this.focusedField=e}handleBlur(e){this.focusedField=null,this.touchedFields.add(e),this.validateField(e)}validateField(e){let a=this.formData[e],i=this.fieldConfig[e];if(!i){delete this.errors[e];return}if(i&&(!a||a.trim()===\"\")){let n=`${e}ErrorRequired`;this.errors={...this.errors,[e]:b(\"This field is required\",{id:n})}}else{let n={...this.errors};delete n[e],this.errors=n}}validateForm(){return Object.keys(ji).forEach(e=>{let a=e;this.fieldConfig[a]&&this.validateField(a)}),Object.keys(this.errors).length===0}async validateForSubmission(){if(!this.shouldShowForm)return!0;this.submitted=!0,Object.keys(this.fieldConfig).forEach(a=>{this.fieldConfig[a]&&this.touchedFields.add(a)});let e=this.validateForm();return this.requestUpdate(),await this.updateComplete,e}async submitToSDK(){if(this.headlessUtils?.setBillingAddress)try{return await this.headlessUtils.setBillingAddress(this.formData),this.dispatchEvent(new CustomEvent(\"primer-billing-address-submit\",{detail:this.formData,bubbles:!0,composed:!0})),!0}catch(e){return E.errorWithDatadog(\"Failed to set billing address\",{error:e}),!1}return!0}shouldShowError(e){let a=!!this.errors[e],i=this.dirtyFields.has(e),n=this.touchedFields.has(e);return a&&(this.submitted||i&&n)}render(){return this._initializationTask.render({pending:()=>g,error:()=>g,complete:()=>this.shouldShowForm?(this.removeAttribute(\"hidden\"),p`<div class=\"billing-address-form\"><div class=\"billing-address-title\">${b(\"Billing address\",{id:\"billingAddressLabel\"})}</div>${L(this.fieldConfig.countryCode,()=>p`<primer-input-wrapper .focusWithin=${this.focusedField===\"countryCode\"} .hasError=${this.shouldShowError(\"countryCode\")} ><primer-input-label slot=\"label\">${b(\"Country code\",{id:\"countryCodeLabel\"})}</primer-input-label><primer-select slot=\"input\" id=\"countryCode\" name=\"countryCode\" .value=${this.formData.countryCode||\"\"} .options=${this.countryOptions} .hasError=${this.shouldShowError(\"countryCode\")} placeholder=${b(\"Select a country\",{id:\"countrySelectPlaceholder\"})} @input=${e=>this.handleInput(\"countryCode\",e.detail)} @focus=${()=>this.handleFocus(\"countryCode\")} @blur=${()=>this.handleBlur(\"countryCode\")} ></primer-select>${L(this.shouldShowError(\"countryCode\"),()=>p`<primer-input-error slot=\"error\">${this.errors.countryCode}</primer-input-error>`)}</primer-input-wrapper>`)} ${L(this.fieldConfig.firstName||this.fieldConfig.lastName,()=>p`<div class=\"billing-address-row\">${L(this.fieldConfig.firstName,()=>p`<primer-input-wrapper .focusWithin=${this.focusedField===\"firstName\"} .hasError=${this.shouldShowError(\"firstName\")} ><primer-input-label slot=\"label\">${b(\"First name\",{id:\"firstNameLabel\"})}</primer-input-label><primer-input slot=\"input\" id=\"firstName\" name=\"firstName\" type=\"text\" .value=${this.formData.firstName||\"\"} placeholder=${b(\"First name\",{id:\"firstNamePlaceholder\"})} @input=${e=>this.handleInput(\"firstName\",e.detail)} @focus=${()=>this.handleFocus(\"firstName\")} @blur=${()=>this.handleBlur(\"firstName\")} ></primer-input>${L(this.shouldShowError(\"firstName\"),()=>p`<primer-input-error slot=\"error\">${this.errors.firstName}</primer-input-error>`)}</primer-input-wrapper>`)} ${L(this.fieldConfig.lastName,()=>p`<primer-input-wrapper .focusWithin=${this.focusedField===\"lastName\"} .hasError=${this.shouldShowError(\"lastName\")} ><primer-input-label slot=\"label\">${b(\"Last name\",{id:\"lastNameLabel\"})}</primer-input-label><primer-input slot=\"input\" id=\"lastName\" name=\"lastName\" type=\"text\" .value=${this.formData.lastName||\"\"} placeholder=${b(\"Last name\",{id:\"lastNamePlaceholder\"})} @input=${e=>this.handleInput(\"lastName\",e.detail)} @focus=${()=>this.handleFocus(\"lastName\")} @blur=${()=>this.handleBlur(\"lastName\")} ></primer-input>${L(this.shouldShowError(\"lastName\"),()=>p`<primer-input-error slot=\"error\">${this.errors.lastName}</primer-input-error>`)}</primer-input-wrapper>`)}</div>`)} ${L(this.fieldConfig.addressLine1,()=>p`<primer-input-wrapper .focusWithin=${this.focusedField===\"addressLine1\"} .hasError=${this.shouldShowError(\"addressLine1\")} ><primer-input-label slot=\"label\">${b(\"Address line 1\",{id:\"addressLine1\"})}</primer-input-label><primer-input slot=\"input\" id=\"addressLine1\" name=\"addressLine1\" type=\"text\" .value=${this.formData.addressLine1||\"\"} placeholder=${b(\"Address line 1\",{id:\"addressLine1Placeholder\"})} @input=${e=>this.handleInput(\"addressLine1\",e.detail)} @focus=${()=>this.handleFocus(\"addressLine1\")} @blur=${()=>this.handleBlur(\"addressLine1\")} ></primer-input>${L(this.shouldShowError(\"addressLine1\"),()=>p`<primer-input-error slot=\"error\">${this.errors.addressLine1}</primer-input-error>`)}</primer-input-wrapper>`)} ${L(this.fieldConfig.addressLine2,()=>p`<primer-input-wrapper .focusWithin=${this.focusedField===\"addressLine2\"} .hasError=${this.shouldShowError(\"addressLine2\")} ><primer-input-label slot=\"label\">${b(\"Address line 2\",{id:\"addressLine2\"})}</primer-input-label><primer-input slot=\"input\" id=\"addressLine2\" name=\"addressLine2\" type=\"text\" .value=${this.formData.addressLine2||\"\"} placeholder=${b(\"Address line 2\",{id:\"addressLine2Placeholder\"})} @input=${e=>this.handleInput(\"addressLine2\",e.detail)} @focus=${()=>this.handleFocus(\"addressLine2\")} @blur=${()=>this.handleBlur(\"addressLine2\")} ></primer-input>${L(this.shouldShowError(\"addressLine2\"),()=>p`<primer-input-error slot=\"error\">${this.errors.addressLine2}</primer-input-error>`)}</primer-input-wrapper>`)} ${L(this.fieldConfig.postalCode||this.fieldConfig.city,()=>p`<div class=\"billing-address-row\">${L(this.fieldConfig.postalCode,()=>p`<primer-input-wrapper .focusWithin=${this.focusedField===\"postalCode\"} .hasError=${this.shouldShowError(\"postalCode\")} ><primer-input-label slot=\"label\">${b(\"Postal code\",{id:\"postalCodeLabel\"})}</primer-input-label><primer-input slot=\"input\" id=\"postalCode\" name=\"postalCode\" type=\"text\" .value=${this.formData.postalCode||\"\"} placeholder=${b(\"90210\",{id:\"postalCodePlaceholder\"})} @input=${e=>this.handleInput(\"postalCode\",e.detail)} @focus=${()=>this.handleFocus(\"postalCode\")} @blur=${()=>this.handleBlur(\"postalCode\")} ></primer-input>${L(this.shouldShowError(\"postalCode\"),()=>p`<primer-input-error slot=\"error\">${this.errors.postalCode}</primer-input-error>`)}</primer-input-wrapper>`)} ${L(this.fieldConfig.city,()=>p`<primer-input-wrapper .focusWithin=${this.focusedField===\"city\"} .hasError=${this.shouldShowError(\"city\")} ><primer-input-label slot=\"label\">${b(\"City\",{id:\"cityLabel\"})}</primer-input-label><primer-input slot=\"input\" id=\"city\" name=\"city\" type=\"text\" .value=${this.formData.city||\"\"} placeholder=${b(\"Cape Town\",{id:\"cityPlaceholder\"})} @input=${e=>this.handleInput(\"city\",e.detail)} @focus=${()=>this.handleFocus(\"city\")} @blur=${()=>this.handleBlur(\"city\")} ></primer-input>${L(this.shouldShowError(\"city\"),()=>p`<primer-input-error slot=\"error\">${this.errors.city}</primer-input-error>`)}</primer-input-wrapper>`)}</div>`)} ${L(this.fieldConfig.state,()=>p`<primer-input-wrapper .focusWithin=${this.focusedField===\"state\"} .hasError=${this.shouldShowError(\"state\")} ><primer-input-label slot=\"label\">${b(\"State / Region / County\",{id:\"stateLabel\"})}</primer-input-label><primer-input slot=\"input\" id=\"state\" name=\"state\" type=\"text\" .value=${this.formData.state||\"\"} placeholder=${b(\"State / Region / County\",{id:\"statePlaceholder\"})} @input=${e=>this.handleInput(\"state\",e.detail)} @focus=${()=>this.handleFocus(\"state\")} @blur=${()=>this.handleBlur(\"state\")} ></primer-input>${L(this.shouldShowError(\"state\"),()=>p`<primer-input-error slot=\"error\">${this.errors.state}</primer-input-error>`)}</primer-input-wrapper>`)}</div>`):(this.setAttribute(\"hidden\",\"\"),g)})}}"
|
|
234
205
|
},
|
|
235
206
|
{
|
|
236
207
|
"kind": "variable",
|
|
237
|
-
"name": "
|
|
238
|
-
"default": "class extends v{constructor(){super();this.vaultManagerContext=null;this.vaultItemContext=null;this.headlessUtils=null;this.isEditMode=!1;this.deletePaymentMethodId=null;this.isDeleting=!1;this.errorMessage=\"\";this.animationDuration=300;this.deleteAssetConfig=null;this.handleToggleEditMode=e=>{this.isEditMode=e.detail,this.deletePaymentMethodId=null,this.isEditMode&&this.vaultItemContext&&this.vaultItemContext.setSelectedVaultedPaymentMethod(null)};this.handleDeletePaymentMethod=async e=>{if(this.deletePaymentMethodId=e.detail,this.deletePaymentMethodId&&this.vaultManagerContext&&this.headlessUtils){let
|
|
208
|
+
"name": "W",
|
|
209
|
+
"default": "class extends v{constructor(){super();this.vaultManagerContext=null;this.vaultItemContext=null;this.headlessUtils=null;this.contextEventsController=null;this.hasSlottedSubmit=!1;this.isEditMode=!1;this.deletePaymentMethodId=null;this.isDeleting=!1;this.errorMessage=\"\";this.animationDuration=300;this._isHandlingContextEvent=!1;this._contextVaultSubmitListener=null;this.deleteAssetConfig=null;this.handleSubmitSlotChange=e=>{let i=e.target.assignedNodes({flatten:!0});this.hasSlottedSubmit=i.length>0};this.handleToggleEditMode=e=>{this.isEditMode=e.detail,this.deletePaymentMethodId=null,this.isEditMode&&this.vaultItemContext&&this.vaultItemContext.setSelectedVaultedPaymentMethod(null)};this.handleDeletePaymentMethod=async e=>{if(this.deletePaymentMethodId=e.detail,this.deletePaymentMethodId&&this.vaultManagerContext&&this.headlessUtils){let a=this.vaultManagerContext.vaultedPaymentMethods.find(i=>i.id===this.deletePaymentMethodId);a&&(this.deleteAssetConfig=await kr(a,this.headlessUtils,this.vaultManagerContext))}};this.handleCancelDelete=()=>{this.deletePaymentMethodId=null,this.deleteAssetConfig=null};this.handleConfirmDelete=async()=>{if(!this.vaultManagerContext?.deleteVaultedPaymentMethod||!this.deletePaymentMethodId){this.errorMessage=b(\"something_went_wrong_error\",{id:\"something_went_wrong_error\"});return}try{this.isDeleting=!0,await this.vaultManagerContext.deleteVaultedPaymentMethod(this.deletePaymentMethodId),this.deletePaymentMethodId=null,this.deleteAssetConfig=null}catch(e){this.errorMessage=e instanceof Error?e.message:b(\"something_went_wrong_error\",{id:\"something_went_wrong_error\"})}finally{this.isDeleting=!1}};this.handlePaymentError=e=>{let a=e.detail?.error;this.errorMessage=a instanceof Error?a.message:b(\"payment_processing_error\",{id:\"payment_processing_error\"})};this.handleCloseError=()=>{this.errorMessage=\"\"};this.handleSlotButtonClick=e=>{let i=e.target.closest(\"button, primer-button\");if(!i)return;let n=i;this.isSubmitButton(n)&&(e.preventDefault(),this.submitVaultPayment())};this.handleDirectSubmit=()=>{this.submitVaultPayment()};this.handleContextVaultSubmit=e=>{if(!this._isHandlingContextEvent){this._isHandlingContextEvent=!0;try{e.target!==this&&(e.stopPropagation(),this.submitVaultPayment())}finally{this._isHandlingContextEvent=!1}}};new Jt(this,{defaultOptions:{keyframeOptions:{duration:Number(getComputedStyle(document.documentElement).getPropertyValue(\"--primer-animation-duration\").trim().replace(\"ms\",\"\")),easing:getComputedStyle(document.documentElement).getPropertyValue(\"--primer-animation-easing\").trim()}}})}getAnimationConfig(){return{keyframeOptions:{duration:this.animationDuration,easing:getComputedStyle(document.documentElement).getPropertyValue(\"--primer-animation-easing\").trim(),fill:\"both\"}}}isSubmitButton(e){let a=e.tagName.toLowerCase(),i=a===\"button\",n=a===\"primer-button\";return i&&(e.getAttribute(\"type\")===\"submit\"||e.hasAttribute(\"data-submit\"))||n&&(e.getAttribute(\"type\")===\"submit\"||e.hasAttribute(\"data-submit\"))}async submitVaultPayment(){if(this.vaultManagerContext)try{await this.vaultManagerContext.startVaultedPaymentFlow()}catch(e){this.dispatchEvent(new CustomEvent(\"primer-vault-payment-error\",{detail:{error:e},bubbles:!0,composed:!0}))}}getPaymentMethodName(e){if(!this.vaultManagerContext)return\"\";let a=this.vaultManagerContext.vaultedPaymentMethods.find(i=>i.id===e);if(!a)return\"\";try{return Wi(a).description||\"\"}catch{return\"\"}}setupContextEventListeners(){this.contextEventsController?.host&&this._contextVaultSubmitListener&&this.contextEventsController.host.addEventListener(\"primer:vault-submit\",this._contextVaultSubmitListener)}cleanupContextEventListeners(){this.contextEventsController?.host&&this._contextVaultSubmitListener&&this.contextEventsController.host.removeEventListener(\"primer:vault-submit\",this._contextVaultSubmitListener)}connectedCallback(){super.connectedCallback(),this.addEventListener(\"click\",this.handleSlotButtonClick),this.addEventListener(\"primer:vault-submit\",this.handleDirectSubmit),this._contextVaultSubmitListener=e=>{this.handleContextVaultSubmit(e)},this.setupContextEventListeners()}disconnectedCallback(){this.removeEventListener(\"click\",this.handleSlotButtonClick),this.removeEventListener(\"primer:vault-submit\",this.handleDirectSubmit),this.cleanupContextEventListeners(),super.disconnectedCallback()}renderLoadingOverlay(){return p`<div class=\"loading-overlay\" ${Ct({...this.getAnimationConfig(),properties:[\"opacity\"],in:[{opacity:0},{opacity:1}],out:[{opacity:1},{opacity:0}]})} ><primer-spinner size=\"medium\" color=\"var(--primer-color-loader)\" ></primer-spinner></div>`}renderDeleteConfirmation(){if(!this.deletePaymentMethodId||!this.deleteAssetConfig)return g;let e=this.getPaymentMethodName(this.deletePaymentMethodId);return p`<div class=\"delete-confirmation-container\"><primer-button disabled variant=\"secondary\"><primer-payment-method-content .assetConfig=${this.deleteAssetConfig} ></primer-payment-method-content></primer-button><primer-vault-delete-confirmation .isDeleting=${this.isDeleting} .paymentMethodId=${this.deletePaymentMethodId} .paymentMethodName=${e} @confirm-delete=${this.handleConfirmDelete} @cancel-delete=${this.handleCancelDelete} ${Ct({...this.getAnimationConfig(),properties:[\"opacity\"],in:[{opacity:0},{opacity:1}],out:[{opacity:1},{opacity:0}]})} ></primer-vault-delete-confirmation></div>`}renderPaymentMethodItem(e){return this.deletePaymentMethodId===e.id?g:p`<primer-vault-payment-method-item .paymentMethod=${e} .isEditMode=${this.isEditMode} @delete-payment-method=${this.handleDeletePaymentMethod} ${Ct({...this.getAnimationConfig(),properties:[\"opacity\"],in:[{opacity:0},{opacity:1}],out:[{opacity:1},{opacity:0}]})} ></primer-vault-payment-method-item>`}renderPaymentMethodList(){let e=this.vaultManagerContext?.vaultedPaymentMethods||[],a=!this.isEditMode&&e.length>0&&!this.deletePaymentMethodId;return p`<div class=\"payment-methods-list\">${e.map(i=>this.renderPaymentMethodItem(i))} ${L(a,()=>p`<div class=\"submit-button-container\"><slot name=\"submit-button\" @slotchange=${this.handleSubmitSlotChange} ${Ct({...this.getAnimationConfig(),properties:[\"opacity\"],in:[{opacity:0},{opacity:1}],out:[{opacity:1},{opacity:0}]})} ></slot>${L(!this.hasSlottedSubmit,()=>p`<primer-vault-payment-submit class=\"submit-button\" @primer-vault-payment-error=${this.handlePaymentError} ></primer-vault-payment-submit>`)}</div>`,()=>g)}</div>`}render(){if(!this.vaultManagerContext?.enabled)return g;let e=this.vaultManagerContext.vaultedPaymentMethods.length>0,a=this.vaultManagerContext.isLoading,i=this.vaultManagerContext.isUpdating;return p` ${L(!this.vaultManagerContext?.showEmptyState&&!e,()=>g,()=>p`<slot name=\"vault-empty-state\"><div class=\"vault-manager ${i?\"is-updating\":\"\"}\"><primer-vault-manager-header .isEditMode=${this.isEditMode} .hasPaymentMethods=${e} @toggle-edit-mode=${this.handleToggleEditMode} ></primer-vault-manager-header>${L(this.errorMessage,()=>p`<primer-vault-error-message .errorMessage=${this.errorMessage} @close-error=${this.handleCloseError} ${Ct({...this.getAnimationConfig(),properties:[\"opacity\"],in:[{opacity:0},{opacity:1}],out:[{opacity:1},{opacity:0}]})} ></primer-vault-error-message>`,()=>g)}<div class=\"vault-manager-content\">${L(!a&&!e,()=>p`<div class=\"content-container\"><primer-vault-empty-state ${Ct({...this.getAnimationConfig(),properties:[\"opacity\"],in:[{opacity:0},{opacity:1}],out:[{opacity:1},{opacity:0}]})} ></primer-vault-empty-state></div>`,()=>g)} ${L(!a&&e,()=>p`<div class=\"content-container\">${L(this.deletePaymentMethodId,()=>this.renderDeleteConfirmation(),()=>this.renderPaymentMethodList())}</div>`,()=>g)}</div>${L(i,()=>this.renderLoadingOverlay(),()=>g)}</div></slot>`)} `}}"
|
|
239
210
|
},
|
|
240
211
|
{
|
|
241
212
|
"kind": "variable",
|
|
242
|
-
"name": "
|
|
243
|
-
"default": "class extends v{constructor(){super(...arguments);this.vaultManagerContext=null;this.vaultItemContext=null;this.headlessUtils=null;this.paymentMethod=null;this.isEditMode=!1;this._getAssetsTask=new D(this,{task:async([e,
|
|
213
|
+
"name": "Ce",
|
|
214
|
+
"default": "class extends v{constructor(){super(...arguments);this.vaultManagerContext=null;this.vaultItemContext=null;this.headlessUtils=null;this.paymentMethod=null;this.isEditMode=!1;this._getAssetsTask=new D(this,{task:async([e,a,i])=>await kr(e,a,i),args:()=>[this.paymentMethod,this.headlessUtils,this.vaultManagerContext]});this.handleClick=()=>{this.isEditMode||!this.vaultManagerContext||!this.paymentMethod||(this.isSelected()?this.vaultItemContext?.setSelectedVaultedPaymentMethod(null):this.vaultItemContext?.setSelectedVaultedPaymentMethod(this.paymentMethod))};this.handleDeleteClick=e=>{e.stopPropagation(),this.dispatchEvent(new CustomEvent(\"delete-payment-method\",{detail:this.paymentMethod?.id,bubbles:!0,composed:!0}))}}isSelected(){if(!this.vaultManagerContext||!this.paymentMethod)return!1;let e=this.vaultItemContext?.selectedVaultedPaymentMethod;return!!e&&e.id===this.paymentMethod.id}render(){return this._getAssetsTask.render({error:()=>g,complete:e=>{let a=this.isSelected()?\"checked\":\"default\",i=!1,n=e?.description;return p`<div class=\"payment-method-wrapper\"><div class=\"payment-method-container\"><primer-button variant=\"secondary\" class=\"payment-method-button ${e.shouldShowCVV?\"with-cvv\":\"\"}\" selectable ?disabled=${this.isEditMode} selectionState=${a} .flex=${i} @click=${this.handleClick} ><primer-payment-method-content .assetConfig=${e} ></primer-payment-method-content>${L(e.shouldShowCVV&&this.isSelected()&&!this.isEditMode,()=>p`<div class=\"payment-method-row mt-2\"><span class=\"flex-center\"><primer-icon name=\"lock\" size=\"sm\"></primer-icon><span class=\"payment-method-subtitle\"> Input the card CVV for a secure payment</span ></span><span class=\"cell-2\"><primer-vault-cvv-input .paymentMethod=\"${this.paymentMethod}\" ><span slot=\"label\"></span></primer-vault-cvv-input></span></div>`,()=>g)}</primer-button>${this.isEditMode?p`<primer-button variant=\"tertiary\" class=\"delete-button\" @click=${this.handleDeleteClick} aria-label=${`${b(\"delete\",{id:\"delete\"})} ${n}`} ><primer-icon name=\"close\" size=\"sm\"></primer-icon></primer-button>`:g}</div></div>`}})}}"
|
|
244
215
|
},
|
|
245
216
|
{
|
|
246
217
|
"kind": "variable",
|
|
247
|
-
"name": "
|
|
248
|
-
"default": "class extends v{constructor(){super(...arguments);this.isEditMode=!1;this.hasPaymentMethods=!1;this.toggleEditMode=()=>{this.dispatchEvent(new CustomEvent(\"toggle-edit-mode\",{detail:!this.isEditMode,bubbles:!0,composed:!0}))}}render(){return
|
|
218
|
+
"name": "Oe",
|
|
219
|
+
"default": "class extends v{constructor(){super(...arguments);this.isEditMode=!1;this.hasPaymentMethods=!1;this.toggleEditMode=()=>{this.dispatchEvent(new CustomEvent(\"toggle-edit-mode\",{detail:!this.isEditMode,bubbles:!0,composed:!0}))}}render(){return p`<div class=\"vault-manager-header\"><h3>${b(\"previouslyUsed\",{id:\"previouslyUsed\"})}</h3>${this.hasPaymentMethods?p`<primer-button variant=\"tertiary\" class=\"edit-button ${this.isEditMode?\"active\":\"\"}\" @click=${this.toggleEditMode} aria-label=${this.isEditMode?b(\"confirm\",{id:\"confirm\"}):b(\"editPaymentMethods\",{id:\"editPaymentMethods\"})} >${this.isEditMode?p`<primer-icon name=\"checkmark\" size=\"sm\"></primer-icon>`:p`<primer-icon name=\"edit\" size=\"sm\"></primer-icon>`}</primer-button>`:g}</div>`}}"
|
|
249
220
|
},
|
|
250
221
|
{
|
|
251
222
|
"kind": "variable",
|
|
252
223
|
"name": "Pe",
|
|
253
|
-
"default": "class extends v{constructor(){super(...arguments);this.isDeleting=!1;this.paymentMethodId=\"\";this.paymentMethodName=\"\";this.vaultManager=null;this.handleConfirmClick=()=>{this.dispatchEvent(new CustomEvent(\"confirm-delete\",{bubbles:!0,composed:!0}))};this.handleCancelClick=()=>{this.dispatchEvent(new CustomEvent(\"cancel-delete\",{bubbles:!0,composed:!0}))}}render(){return
|
|
224
|
+
"default": "class extends v{constructor(){super(...arguments);this.isDeleting=!1;this.paymentMethodId=\"\";this.paymentMethodName=\"\";this.vaultManager=null;this.handleConfirmClick=()=>{this.dispatchEvent(new CustomEvent(\"confirm-delete\",{bubbles:!0,composed:!0}))};this.handleCancelClick=()=>{this.dispatchEvent(new CustomEvent(\"cancel-delete\",{bubbles:!0,composed:!0}))}}render(){return p`<div class=\"delete-confirmation\"><p class=\"delete-confirmation-text\"> Are you sure you want to delete this payment method? </p><div class=\"delete-actions\"><primer-button variant=\"secondary\" @click=${this.handleCancelClick} ?disabled=${this.isDeleting} >${b(\"cancel\",{id:\"cancel\"})}</primer-button><primer-button @click=${this.handleConfirmClick} ?disabled=${this.isDeleting} >${this.isDeleting?b(\"deleting\",{id:\"deleting\"}):b(\"confirmVaultedPaymentMethodDeletion\",{id:\"confirmVaultedPaymentMethodDeletion\"})}</primer-button></div></div>`}}"
|
|
254
225
|
},
|
|
255
226
|
{
|
|
256
227
|
"kind": "variable",
|
|
257
|
-
"name": "
|
|
258
|
-
"default": "class extends v{render(){return
|
|
228
|
+
"name": "nt",
|
|
229
|
+
"default": "class extends v{render(){return p`<div class=\"empty-state\"><p>${b(\"savedPaymentMethodsEmpty\",{id:\"savedPaymentMethodsEmpty\"})}</p></div>`}}"
|
|
259
230
|
},
|
|
260
231
|
{
|
|
261
232
|
"kind": "variable",
|
|
262
|
-
"name": "
|
|
263
|
-
"default": "class extends v{constructor(){super(...arguments);this.errorMessage=\"\";this.handleDismiss=()=>{this.dispatchEvent(new CustomEvent(\"close-error\",{bubbles:!0,composed:!0}))}}render(){return
|
|
233
|
+
"name": "Ze",
|
|
234
|
+
"default": "class extends v{constructor(){super(...arguments);this.errorMessage=\"\";this.handleDismiss=()=>{this.dispatchEvent(new CustomEvent(\"close-error\",{bubbles:!0,composed:!0}))}}render(){return p`<div class=\"error-message\"><div class=\"error-content\"><primer-icon name=\"warning\" size=\"sm\" color=\"var(--primer-color-red-500)\" ></primer-icon><p>${this.errorMessage}</p></div><button @click=${this.handleDismiss} aria-label=${b(\"closeErrorMessage\",{id:\"closeErrorMessage\"})} ><primer-icon name=\"close\" size=\"sm\"></primer-icon></button></div>`}}"
|
|
264
235
|
},
|
|
265
236
|
{
|
|
266
237
|
"kind": "variable",
|
|
267
|
-
"name": "
|
|
268
|
-
"default": "class extends v{constructor(){super(...arguments);this._userAssignedProps=new Set;this._internalButtonText=\"\";this.headlessInstance=null;this.sdkState=null;this.vaultItemContext=null;this.vaultManager=null;this.clientOptions=null;this.variant=\"primary\";this.disabled=!1;this.handleClick=async e=>{if(e.preventDefault(),!this.isButtonDisabled)try{await this.vaultManager?.startVaultedPaymentFlow()}catch(
|
|
238
|
+
"name": "ee",
|
|
239
|
+
"default": "class extends v{constructor(){super(...arguments);this._userAssignedProps=new Set;this._internalButtonText=\"\";this.headlessInstance=null;this.sdkState=null;this.vaultItemContext=null;this.vaultManager=null;this.clientOptions=null;this.variant=\"primary\";this.disabled=!1;this.handleClick=async e=>{if(e.preventDefault(),!this.isButtonDisabled)try{await this.vaultManager?.startVaultedPaymentFlow()}catch(a){let i=new CustomEvent(\"primer-vault-payment-error\",{bubbles:!0,composed:!0,detail:{error:a}});this.dispatchEvent(i)}}}get buttonText(){return this._userAssignedProps.has(\"buttonText\")?this._internalButtonText:b(\"pay\",{id:\"pay\"})}set buttonText(e){let a=this.buttonText;e!==\"\"?(this._userAssignedProps.add(\"buttonText\"),this._internalButtonText=e):(this._userAssignedProps.delete(\"buttonText\"),this._internalButtonText=\"\"),this.requestUpdate(\"buttonText\",a)}get isButtonDisabled(){return!!(this.disabled||!this.vaultItemContext?.selectedVaultedPaymentMethod||this.vaultManager?.isLoading)}render(){let e=this.clientOptions?.submitButton?.amountVisible?this.headlessInstance?.getUIOrderAmount():null,a=e?` ${e}`:g;return p`<primer-button buttonType=\"submit\" variant=${this.variant} @click=${this.handleClick} .disabled=${this.isButtonDisabled} .loading=${this.sdkState?.isProcessing} data-submit >${this.buttonText}${a}</primer-button>`}}"
|
|
269
240
|
},
|
|
270
241
|
{
|
|
271
242
|
"kind": "variable",
|
|
272
|
-
"name": "
|
|
273
|
-
"default": "class extends v{constructor(){super();this.vaultManagerFormContext=null;this.vaultManagerCvvContext=null;this.computedStyles=null;this.paymentMethod=null;this.cvvError=null;this.cvvInputIsDirty=!1;this.cvvInputIsBlurred=!1;this.cvvInput=null;this.isFocused=!1;this._setupCVVIframe=new D(this,{task:([e,
|
|
243
|
+
"name": "J",
|
|
244
|
+
"default": "class extends v{constructor(){super();this.vaultManagerFormContext=null;this.vaultManagerCvvContext=null;this.computedStyles=null;this.paymentMethod=null;this.cvvError=null;this.cvvInputIsDirty=!1;this.cvvInputIsBlurred=!1;this.cvvInput=null;this.isFocused=!1;this._setupCVVIframe=new D(this,{task:([e,a])=>!e||!a||e.paymentMethodType!==\"PAYMENT_CARD\"||!e.paymentInstrumentData?.network||a.createCvvInput===null?_:{network:e.paymentInstrumentData.network,createCvvInput:a.createCvvInput},args:()=>[this.paymentMethod,this.vaultManagerFormContext]});this.cvvContainerId=`cvv-container-${Math.random().toString(36).substring(2,9)}`,new D(this,{task:async([e])=>{if(!e)return _;await this.updateComplete;let a=this.renderRoot.querySelector(`#${this.cvvContainerId}`);if(!a)return;let i=xr(this.computedStyles),n=i?{input:{base:i}}:void 0,o={cardNetwork:e.network,container:a,name:\"cvv\",placeholder:\"123\",style:n,ariaLabel:b(\"CVV\",{id:\"cardCVV\"})};this.cvvInput=await e.createCvvInput?.(o)??null,this.cvvInput&&(this.cvvInput.focus(),this.cvvError=this.cvvInput.metadata.errorCode||null,this.vaultManagerCvvContext?.setCvvInput(this.cvvInput),this.cvvInput.addListener(\"change\",()=>{this.onCvvInputChange()}),this.cvvInput.addListener(\"blur\",()=>{this.onBlur()}),this.cvvInput.addListener(\"focus\",()=>{this.onFocus()}))},args:()=>[this._setupCVVIframe.value]})}disconnectedCallback(){super.disconnectedCallback(),this.cvvInput&&(this.cvvInput.remove(),this.cvvInput=null,this.cvvError=null,this.vaultManagerCvvContext?.setCvvInput(null))}onCvvInputChange(){!this.cvvInput||!this.vaultManagerCvvContext||(this.cvvInputIsDirty=!0,this.cvvError=this.cvvInput.metadata.errorCode||null)}onBlur(){this.cvvInput&&(this.cvvInputIsBlurred=!0,this.cvvError=this.cvvInput.metadata.errorCode||null,this.isFocused=!1)}onFocus(){this.isFocused=!0}render(){return this._setupCVVIframe.render({error:()=>g,complete:()=>p`<div class=\"cvv-input-container\"><primer-input-wrapper .focusWithin=${this.isFocused} .hasError=${!!this.cvvError&&(this.vaultManagerCvvContext?.formIsDirty||this.cvvInputIsDirty&&this.cvvInputIsBlurred)} ><slot name=\"label\" slot=\"label\"><primer-input-label>CVV</primer-input-label></slot><div slot=\"input\" id=\"${this.cvvContainerId}\"></div>${L(this.cvvError&&(this.vaultManagerCvvContext?.formIsDirty||this.cvvInputIsDirty&&this.cvvInputIsBlurred),()=>p`<primer-input-error slot=\"error\">${b(this.cvvError,{id:this.cvvError})}</primer-input-error>`)}</primer-input-wrapper></div>`})}}"
|
|
274
245
|
},
|
|
275
246
|
{
|
|
276
247
|
"kind": "variable",
|
|
277
|
-
"name": "
|
|
278
|
-
"default": "class extends v{constructor(){super(...arguments);this.assetConfig=null}render(){if(!this.assetConfig)return
|
|
248
|
+
"name": "qe",
|
|
249
|
+
"default": "class extends v{constructor(){super(...arguments);this.assetConfig=null}render(){if(!this.assetConfig)return g;let e=this.assetConfig.description,a=this.assetConfig.icon,i=L(this.assetConfig.icon,()=>p`<img class=\"payment-method-icon\" src=${a} alt=${e} />`,()=>p`<div class=\"payment-method-icon payment-method-icon-generic\"><primer-icon name=\"payment-card\" size=\"sm\"></primer-icon></div>`);return this.assetConfig.type===\"paypal\"?p`<span class=\"payment-method-card\"><div class=\"payment-method-row\"><span class=\"payment-method-header\" >${this.assetConfig.fullName}</span ></div><div class=\"payment-method-row\"><span class=\"flex\">${i}<span class=\"payment-method-subtitle\" >${this.assetConfig.paymentMethodType}</span ></span></div></span>`:this.assetConfig.type===\"other\"&&this.assetConfig.paymentMethodType!==\"ACH\"?p`<div class=\"payment-method-card-other\"><div class=\"left-column\"><div class=\"payment-method-header\">${this.assetConfig.fullName}</div><div class=\"flex\">${i}<span class=\"payment-method-subtitle\" >${this.assetConfig.paymentMethodType}</span ></div></div><div class=\"payment-method-right-column-text\">${this.assetConfig.email||`\\u2022\\u2022\\u2022\\u2022 ${this.assetConfig.last4}`}</div></div>`:this.assetConfig.type===\"other\"&&this.assetConfig.paymentMethodType===\"ACH\"?p`<span class=\"payment-method-card\"><div class=\"payment-method-row\"><span class=\"payment-method-header\" >${this.assetConfig.fullName}</span ><span class=\"payment-method-header cell-2\" >•••• ${this.assetConfig.last4}</span ></div><div class=\"payment-method-row\"><span class=\"flex\">${i}<span class=\"payment-method-subtitle\" >${this.assetConfig.bankName}</span ></span><span class=\"payment-method-subtitle cell-2\" >${this.assetConfig.accountType}</span ></div></span>`:this.assetConfig.type===\"card\"?p`<span class=\"payment-method-card\"><div class=\"payment-method-row\"><span class=\"payment-method-header\" >${this.assetConfig.cardholderName}</span ><span class=\"payment-method-header cell-2\" >•••• ${this.assetConfig.last4}</span ></div><div class=\"payment-method-row\"><span class=\"flex\">${i}<span class=\"payment-method-subtitle\" >${this.assetConfig.network}</span ></span><span class=\"payment-method-subtitle cell-2\" >${this.assetConfig.expiresDate}</span ></div></span>`:g}}"
|
|
279
250
|
},
|
|
280
251
|
{
|
|
281
252
|
"kind": "variable",
|
|
282
|
-
"name": "
|
|
283
|
-
"default": "class extends v{constructor(){super(...arguments);this.hideLabels=!1;this.disabled=!1;this.hasAssignedContent=!1;this.selectedCardNetwork=null;this.formErrorMessage=null;this.paymentMethodSelectionSent=!1;this.paymentManagers=new Map;this.clientOptions=null;this.headlessUtils=null;this.analyticsUtils=null;this.contextEventsController=null;this.cardFormProvider=new
|
|
253
|
+
"name": "te",
|
|
254
|
+
"default": "class extends v{constructor(){super(...arguments);this.hideLabels=!1;this.disabled=!1;this.hasAssignedContent=!1;this.selectedCardNetwork=null;this.formErrorMessage=null;this.paymentMethodSelectionSent=!1;this.paymentManagers=new Map;this.clientOptions=null;this.headlessUtils=null;this.analyticsUtils=null;this.contextEventsController=null;this.cardFormProvider=new $(this,{context:Zt,initialValue:null});this.eventsController=new Ft(this);this._contextCardSubmitListener=null;this._isHandlingContextEvent=!1;this.inputControllers=new Map;this.setupCardFormTask=new D(this,{task:([e])=>{if(!e?.manager)return _;let{manager:a}=e,i=a.createHostedInputs(),{cardNumberInput:n,expiryInput:o,cvvInput:s}=i;return this.cardFormProvider.setValue({cardholderNameInput:i.cardholderNameInput,cardNumberInput:n,expiryInput:o,cvvInput:s,setCardholderName:l=>{a.setCardholderName(l),this.shouldRequireCardholderName&&a.validate?.().then(c=>{let y=c?.validationErrors?.find(A=>A.name===_l.cardholderName),h=this.inputControllers.get(\"cardholderName\");h&&h.updateMetaFromValidation({valid:!1,error:y?.message||y?.error||null,errorCode:y?.message||y?.error||null})})},setCardNetwork:l=>{this.selectedCardNetwork=l},validate:()=>a.validate(),submit:l=>a.submit(l),hideLabels:this.hideLabels,disabled:this.disabled,setSubmissionState:l=>{this.inputControllers.forEach(c=>{c.setSubmitted(l)})},propagateValidationErrors:l=>{l&&l.forEach(c=>{let m=c.field||c.name,y=c.message||c.error,h=_l[m];if(h){let A=this.inputControllers.get(h);if(A){let C={valid:!1,error:y,errorCode:y};A.updateMetaFromValidation(C)}}})},registerInputController:(l,c)=>{this.inputControllers.set(l,c)},unregisterInputController:l=>{this.inputControllers.delete(l)},onUserInteraction:()=>{this.sendPaymentMethodSelectionEvent(),this.checkAndSendPaymentDetailsEnteredEvent()}}),!0},args:()=>[this.paymentManagers.get(\"PAYMENT_CARD\")]});this.paymentDetailsEnteredSent=!1;this.handleSlotButtonClick=e=>{let i=e.target.closest(\"button, primer-button\");if(!i)return;let n=i;this.isSubmitButton(n)&&(e.preventDefault(),this.submitCardPayment())};this.handleDirectSubmit=e=>{e.stopPropagation(),this.submitCardPayment()};this.handleContextCardSubmit=e=>{if(!this._isHandlingContextEvent){this._isHandlingContextEvent=!0;try{e.target!==this&&(e.stopPropagation(),this.submitCardPayment())}finally{this._isHandlingContextEvent=!1}}};this.onSlotChange=e=>{let i=e.target.assignedNodes({flatten:!0});this.hasAssignedContent=i.length>0};this.handleFormSubmit=e=>{e.preventDefault(),e.stopPropagation(),this.submitCardPayment()}}updated(e){if(super.updated(e),(e.has(\"hideLabels\")||e.has(\"disabled\"))&&this.cardFormProvider.value&&this.cardFormProvider.setValue({...this.cardFormProvider.value,hideLabels:this.hideLabels,disabled:this.disabled}),e.has(\"contextEventsController\")){let a=e.get(\"contextEventsController\");a?.host&&this._contextCardSubmitListener&&a.host.removeEventListener(\"primer:card-submit\",this._contextCardSubmitListener),this.setupContextEventListeners()}}get shouldShowCardholderName(){let e=this.clientOptions?.card?.cardholderName;return typeof e?.visible==\"boolean\"?e.visible:!0}get shouldRequireCardholderName(){if(!this.shouldShowCardholderName)return!1;let e=this.clientOptions?.card?.cardholderName;return typeof e?.required==\"boolean\"?e.required:!0}sendPaymentMethodSelectionEvent(){this.paymentMethodSelectionSent||(this.paymentMethodSelectionSent=!0,Q({eventName:\"PAYMENT_METHOD_SELECTION\",paymentMethod:\"PAYMENT_CARD\"}))}checkAndSendPaymentDetailsEnteredEvent(){if(this.paymentDetailsEnteredSent)return;let e=this.inputControllers.get(\"cardNumber\"),a=this.inputControllers.get(\"expire\"),i=this.inputControllers.get(\"cvv\"),n=e?.meta?.dirty===!0,o=a?.meta?.dirty===!0,s=i?.meta?.dirty===!0,l=!0;this.shouldRequireCardholderName&&(l=this.inputControllers.get(\"cardholderName\")?.meta?.dirty===!0),n&&o&&s&&l&&(this.sendPaymentDetailsEnteredEvent(),this.paymentDetailsEnteredSent=!0)}sendPaymentDetailsEnteredEvent(){Q({eventName:\"PAYMENT_DETAILS_ENTERED\",paymentMethod:\"PAYMENT_CARD\"})}connectedCallback(){super.connectedCallback(),this.addEventListener(\"click\",this.handleSlotButtonClick),this.addEventListener(\"primer:card-submit\",this.handleDirectSubmit),this._contextCardSubmitListener=e=>{this.handleContextCardSubmit(e)},this.setupContextEventListeners()}disconnectedCallback(){this.removeEventListener(\"click\",this.handleSlotButtonClick),this.removeEventListener(\"primer:card-submit\",this.handleDirectSubmit),this.cleanupContextEventListeners(),super.disconnectedCallback()}setupContextEventListeners(){this.contextEventsController?.host&&this._contextCardSubmitListener&&this.contextEventsController.host.addEventListener(\"primer:card-submit\",this._contextCardSubmitListener)}cleanupContextEventListeners(){this.contextEventsController?.host&&this._contextCardSubmitListener&&this.contextEventsController.host.removeEventListener(\"primer:card-submit\",this._contextCardSubmitListener)}isSubmitButton(e){let a=e.tagName.toLowerCase(),i=a===\"button\",n=a===\"primer-button\";return i&&(e.getAttribute(\"type\")===\"submit\"||e.hasAttribute(\"data-submit\"))||n&&(e.getAttribute(\"type\")===\"submit\"||e.hasAttribute(\"data-submit\"))}async submitCardPayment(){let e=this.cardFormProvider.value;if(!e||this.disabled)return;this.formErrorMessage=null,e.setSubmissionState?.(!0);let a=this.querySelector(\"primer-billing-address\")||this.renderRoot.querySelector(\"primer-billing-address\"),i=!0;a&&(i=await a.validateForSubmission());let n=await e.validate?.();if(n?.valid&&i){if(a&&!await a.submitToSDK()){let c=b(\"tokenizationError\",{id:\"tokenizationError\"});this.formErrorMessage=c,this.eventsController.dispatchFormSubmitErrors([{field:\"billingAddress\",name:\"billingAddress\",error:\"BILLING_ADDRESS_SUBMISSION_FAILED\",message:c}]);return}let o=this.selectedCardNetwork?{cardNetwork:this.selectedCardNetwork}:void 0;await e.submit?.(o);let s={success:!0};this.eventsController.dispatchFormSubmitSuccess(s)}else{let o=n?.validationErrors;e.propagateValidationErrors?.(o||[]),this.cardFormProvider.setValue({...e,errors:o}),this.eventsController.dispatchFormSubmitErrors(o)}}render(){return this.setupCardFormTask.status===yt.ERROR||this.setupCardFormTask.status===yt.INITIAL?g:p`<form @submit=${this.handleFormSubmit}><slot name=\"card-form-content\" @slotchange=${this.onSlotChange}></slot>${this.setupCardFormTask.render({complete:()=>L(this.hasAssignedContent,()=>g,()=>p`<div class=\"card-form\"><primer-input-card-number></primer-input-card-number><div class=\"card-form-row\"><primer-input-card-expiry></primer-input-card-expiry><primer-input-cvv></primer-input-cvv></div>${L(this.shouldShowCardholderName,()=>p`<primer-input-card-holder-name></primer-input-card-holder-name>`,()=>g)}<primer-billing-address></primer-billing-address></div><primer-card-form-submit></primer-card-form-submit><primer-error-message message=\"${this.formErrorMessage||\"\"}\" ?visible=\"${!!this.formErrorMessage}\" ></primer-error-message>`)})}</form>`}}"
|
|
284
255
|
},
|
|
285
256
|
{
|
|
286
257
|
"kind": "variable",
|
|
287
|
-
"name": "
|
|
288
|
-
"default": "class extends
|
|
258
|
+
"name": "ot",
|
|
259
|
+
"default": "class extends ue{constructor(){super();this.config={inputType:\"cardNumber\",containerSelector:\"#cardNumber\",errorName:\"cardNumber-card\",translations:{label:{id:\"cardNumber\",defaultMessage:\"Card Number\"},placeholder:\"4111 1111 1111 1111\",ariaLabel:{id:\"cardNumber\",defaultMessage:\"Card Number\"}}};this.handleNetworkSelected=e=>{let{network:a}=e.detail;this.cardFormContext&&this.cardFormContext.setCardNetwork(a)};this.childUpdated()}renderInput(){if(this.hostedInputController.setupTask.status===yt.ERROR)return g;let e=this.getError();return p`<primer-input-wrapper .focusWithin=\"${this.hostedInputController.meta.active}\" .hasError=${!!e} >${L(!this.cardFormContext?.hideLabels,()=>p`<primer-input-label slot=\"label\" >${this.label}</primer-input-label >`,()=>g)}<div slot=\"input\" class=\"card-number-container\" aria-label=\"${this.ariaLabel}\" ><div id=\"${this.config.containerSelector.substring(1)}\"></div><div class=\"network-selector-container\"><primer-card-network-selector @network-selected=${this.handleNetworkSelected} ></primer-card-network-selector></div></div>${L(e,a=>p`<primer-input-error slot=\"error\">${b(a,{id:a})}</primer-input-error>`,()=>g)}</primer-input-wrapper>`}render(){return this.renderInput()}}"
|
|
289
260
|
},
|
|
290
261
|
{
|
|
291
262
|
"kind": "variable",
|
|
292
|
-
"name": "
|
|
293
|
-
"default": "class extends
|
|
263
|
+
"name": "st",
|
|
264
|
+
"default": "class extends ue{constructor(){super();this.config={inputType:\"cvv\",containerSelector:\"#cvv\",errorName:\"cvv-card\",translations:{label:\"CVV\",placeholder:\"123\"}};this.childUpdated()}render(){return this.renderInput()}}"
|
|
294
265
|
},
|
|
295
266
|
{
|
|
296
267
|
"kind": "variable",
|
|
297
|
-
"name": "
|
|
298
|
-
"default": "class extends
|
|
268
|
+
"name": "lt",
|
|
269
|
+
"default": "class extends ue{constructor(){super();this.config={inputType:\"expire\",containerSelector:\"#expiry\",errorName:\"expiryDate-card\",translations:{label:{id:\"cardExpiry\",defaultMessage:\"Expiry Date\"},placeholder:{id:\"cardExpiryPlaceholder\",defaultMessage:\"MM/YY\"},ariaLabel:{id:\"cardExpiry\",defaultMessage:\"Expiry Date\"}}};this.childUpdated()}render(){return this.renderInput()}}"
|
|
299
270
|
},
|
|
300
271
|
{
|
|
301
272
|
"kind": "variable",
|
|
302
|
-
"name": "
|
|
303
|
-
"default": "class extends
|
|
273
|
+
"name": "dt",
|
|
274
|
+
"default": "class extends ue{constructor(){super();this.config={inputType:\"cardholderName\",containerSelector:\"#cardFormName\",errorName:\"cardholderName\",translations:{label:{id:\"cardholderNameLabel\",defaultMessage:\"Cardholder Name\"},placeholder:{id:\"cardholderNamePlaceholder\",defaultMessage:\"Name on card\"},ariaLabel:{id:\"cardholderNameLabel\",defaultMessage:\"Cardholder Name\"}},onInput:e=>this.handleInput(e)};this.childUpdated()}handleInput(e){this.cardFormContext?.setCardholderName?.(e)}render(){return this.renderInput()}}"
|
|
304
275
|
},
|
|
305
276
|
{
|
|
306
277
|
"kind": "variable",
|
|
307
|
-
"name": "
|
|
308
|
-
"default": "class extends v{constructor(){super(...arguments);this._userAssignedProps=new Set;this._internalButtonText=\"\";this.headlessUtils=null;this.clientOptions=null;this.sdkState=null;this.cardFormContext=null;this.analyticsUtils=null;this.contextEventsController=null;this.variant=\"primary\";this.disabled=!1;this.handleClick=e=>{if(e.preventDefault(),this.disabled)return;
|
|
278
|
+
"name": "Z",
|
|
279
|
+
"default": "class extends v{constructor(){super(...arguments);this._userAssignedProps=new Set;this._internalButtonText=\"\";this.headlessUtils=null;this.clientOptions=null;this.sdkState=null;this.cardFormContext=null;this.analyticsUtils=null;this.contextEventsController=null;this.variant=\"primary\";this.disabled=!1;this.handleClick=e=>{if(e.preventDefault(),this.disabled)return;Q({eventName:\"PAYMENT_SUBMITTED\",paymentMethod:\"PAYMENT_CARD\"});let a=new CustomEvent(\"primer:card-submit\",{bubbles:!0,composed:!0,detail:{source:\"primer-card-form-submit\"}});this.dispatchEvent(a)}}get buttonText(){return this._userAssignedProps.has(\"buttonText\")?this._internalButtonText:b(\"pay\",{id:\"pay\"})}set buttonText(e){let a=this.buttonText;e!==\"\"?(this._userAssignedProps.add(\"buttonText\"),this._internalButtonText=e):(this._userAssignedProps.delete(\"buttonText\"),this._internalButtonText=\"\"),this.requestUpdate(\"buttonText\",a)}get submitButtonConfig(){return this.clientOptions?.submitButton??null}get shouldShowBuiltInButton(){return this.submitButtonConfig?.useBuiltInButton??!0}render(){if(!this.shouldShowBuiltInButton)return g;let e=this.submitButtonConfig?.amountVisible?this.headlessUtils?.getUIOrderAmount():null,a=e?` ${e}`:g,i=this.disabled||this.cardFormContext?.disabled||!1;return p`<primer-button type=\"submit\" variant=${this.variant} ?disabled=${i} @click=${this.handleClick} .loading=${!!this.sdkState?.isProcessing} data-submit >${this.buttonText}${a}</primer-button>`}}"
|
|
309
280
|
},
|
|
310
281
|
{
|
|
311
282
|
"kind": "variable",
|
|
312
|
-
"name": "
|
|
313
|
-
"default": "class extends v{constructor(){super(...arguments);this.cardNetworks=null;this.headlessUtils=null;this.selectedCardNetwork=null;this.isDropdownOpen=!1;this.focusedNetworkIndex=0;this.isKeyboardNavigation=!1;this.buttonRef=
|
|
283
|
+
"name": "pe",
|
|
284
|
+
"default": "class extends v{constructor(){super(...arguments);this.cardNetworks=null;this.headlessUtils=null;this.selectedCardNetwork=null;this.isDropdownOpen=!1;this.focusedNetworkIndex=0;this.isKeyboardNavigation=!1;this.buttonRef=Bt();this.dropdownRef=Bt();this.networkOptionRefs=[];this.toggleDropdown=e=>{this.isKeyboardNavigation=!1,e.stopPropagation(),this.getSelectableNetworks().length>1&&(this.isDropdownOpen=!this.isDropdownOpen,this.isDropdownOpen&&(this.focusedNetworkIndex=this.getSelectedNetworkIndex()))};this.handleClickOutside=e=>{this.isDropdownOpen&&(this.contains(e.target)||(this.isDropdownOpen=!1,this.isKeyboardNavigation=!1))};this.handleMouseMove=()=>{this.isKeyboardNavigation&&(this.isKeyboardNavigation=!1)};this.handleKeyDown=e=>{if(!(!(this.getSelectableNetworks().length>1)||!(this.contains(e.target)||this===e.target||this.isDropdownOpen&&e.target===document.body)))switch(this.isKeyboardNavigation=!0,e.key){case\"ArrowDown\":e.preventDefault(),this.isDropdownOpen?(this.focusedNetworkIndex=(this.focusedNetworkIndex+1)%this.getSelectableNetworks().length,this.focusNetworkOption()):(this.isDropdownOpen=!0,this.focusedNetworkIndex=this.getSelectedNetworkIndex());break;case\"ArrowUp\":e.preventDefault(),this.isDropdownOpen?(this.focusedNetworkIndex=(this.focusedNetworkIndex-1+this.getSelectableNetworks().length)%this.getSelectableNetworks().length,this.focusNetworkOption()):(this.isDropdownOpen=!0,this.focusedNetworkIndex=this.getSelectedNetworkIndex());break;case\"Enter\":case\" \":this.isDropdownOpen&&this.focusedNetworkIndex>=0?(e.preventDefault(),this.selectNetwork(e,this.getSelectableNetworks()[this.focusedNetworkIndex])):!this.isDropdownOpen&&this.buttonRef.value===document.activeElement&&(e.preventDefault(),this.isDropdownOpen=!0,this.focusedNetworkIndex=this.getSelectedNetworkIndex());break;case\"Escape\":this.isDropdownOpen&&(e.preventDefault(),this.isDropdownOpen=!1,this.buttonRef.value?.focus());break;case\"Tab\":this.isDropdownOpen&&(this.isDropdownOpen=!1);break}};this.handleDocumentKeyDown=e=>{this.isDropdownOpen&&this.handleKeyDown(e)}}getNetworkIconUrl(e){return this.headlessUtils?.getCardNetworkAsset(e.network)?.cardUrl}getSelectableNetworks(){return this.cardNetworks?.selectableCardNetworks||[]}getDetectedNetwork(){return this.selectedCardNetwork??(this.cardNetworks?.detectedCardNetwork||null)}getSelectedNetworkIndex(){let e=this.getDetectedNetwork();if(!e)return 0;let a=this.getSelectableNetworks().findIndex(i=>i.network===e.network);return a>=0?a:0}selectNetwork(e,a){e.stopPropagation(),this.selectedCardNetwork=a,this.isDropdownOpen=!1,this.buttonRef.value?.focus(),this.cardNetworks&&this.dispatchEvent(new CustomEvent(\"network-selected\",{detail:{network:a.network},bubbles:!0,composed:!0}))}focusNetworkOption(){requestAnimationFrame(()=>{this.networkOptionRefs[this.focusedNetworkIndex]&&this.networkOptionRefs[this.focusedNetworkIndex].focus()})}setNetworkOptionRef(e,a){this.networkOptionRefs[a]=e}connectedCallback(){super.connectedCallback(),setTimeout(()=>{document.addEventListener(\"click\",this.handleClickOutside),document.addEventListener(\"mousemove\",this.handleMouseMove),this.addEventListener(\"keydown\",this.handleKeyDown),document.addEventListener(\"keydown\",this.handleDocumentKeyDown)},0)}disconnectedCallback(){document.removeEventListener(\"click\",this.handleClickOutside),document.removeEventListener(\"keydown\",this.handleDocumentKeyDown),document.removeEventListener(\"mousemove\",this.handleMouseMove),this.removeEventListener(\"keydown\",this.handleKeyDown),super.disconnectedCallback()}render(){if(this.cardNetworks?.isLoading)return p`<primer-spinner size=\"small\" compact></primer-spinner>`;let e=this.getSelectableNetworks();if(!this.getDetectedNetwork()&&e.length===0)return p`<primer-icon name=\"payment-card\" size=\"sm\"></primer-icon>`;let a=this.getDetectedNetwork()||(e.length>0?e[0]:null);if(!a)return p`<primer-icon name=\"payment-card\" size=\"sm\"></primer-icon>`;let i=e.length>1;return p`<button ${bt(this.buttonRef)} class=\"network-selector\" @click=${this.toggleDropdown} @keydown=${n=>{(n.key===\" \"||n.key===\"Enter\")&&i&&(n.preventDefault(),this.isDropdownOpen=!this.isDropdownOpen,this.isDropdownOpen&&(this.focusedNetworkIndex=this.getSelectedNetworkIndex()))}} aria-label=${i?`Selected card network: ${a.displayName}. Click to change.`:`Card network: ${a.displayName}`} aria-expanded=${i?this.isDropdownOpen:g} aria-haspopup=${i?\"true\":g} aria-controls=${i?\"network-dropdown\":g} ><img class=\"network-icon\" src=${this.getNetworkIconUrl(a)} alt=${a.displayName} />${L(i,()=>p`<primer-icon class=\"caret ${this.isDropdownOpen?\"open\":\"\"}\" size=\"sm\" name=\"chevron-down\" ></primer-icon>`,()=>g)}</button>${L(this.isDropdownOpen,()=>p`<div ${bt(this.dropdownRef)} id=\"network-dropdown\" class=\"dropdown open\" role=\"listbox\" aria-label=\"Select card network\" >${e.map((n,o)=>p`<div ${bt(s=>this.setNetworkOptionRef(s,o))} class=\"network-option ${this.isKeyboardNavigation&&o===this.focusedNetworkIndex?\"focused\":\"\"}\" @click=${s=>this.selectNetwork(s,n)} @keydown=${s=>{(s.key===\"Enter\"||s.key===\" \")&&this.selectNetwork(s,n)}} role=\"option\" aria-selected=${n.network===a.network} tabindex=\"${o===this.focusedNetworkIndex?\"0\":\"-1\"}\" ><img class=\"network-option-icon\" src=${this.getNetworkIconUrl(n)} alt=${n.displayName} /><span class=\"network-name\">${n.displayName}</span>${L(n.network===a.network,()=>p`<primer-icon class=\"checkmark\" name=\"checkmark\" size=\"sm\" ></primer-icon>`,()=>g)}</div>`)}</div>`,()=>g)} `}}"
|
|
314
285
|
},
|
|
315
286
|
{
|
|
316
287
|
"kind": "variable",
|
|
317
|
-
"name": "
|
|
318
|
-
"default": "class extends v{constructor(){super(...arguments);this.vaultManager=null}render(){if(this.vaultManager?.isLoading)return
|
|
288
|
+
"name": "_e",
|
|
289
|
+
"default": "class extends v{constructor(){super(...arguments);this.vaultManager=null;this.contextEventsController=null;this.hasSlottedToggle=!1;this.isExpanded=!1;this._isHandlingContextEvent=!1;this._contextToggleListener=null;this.handleToggleSlotChange=e=>{let i=e.target.assignedNodes({flatten:!0});this.hasSlottedToggle=i.length>0};this.handleSlotButtonClick=e=>{let i=e.target.closest(\"button, primer-button\");if(!i)return;let n=i;this.isToggleButton(n)&&(e.preventDefault(),this.toggleAccordion())};this.handleDirectToggle=e=>{let a=e.detail?.action;a===\"expand\"?this.expand():a===\"collapse\"?this.collapse():this.toggleAccordion()};this.handleContextToggle=e=>{if(!this._isHandlingContextEvent){this._isHandlingContextEvent=!0;try{if(e.target!==this){e.stopPropagation();let a=e.detail?.action;a===\"expand\"?this.expand():a===\"collapse\"?this.collapse():this.toggleAccordion()}}finally{this._isHandlingContextEvent=!1}}}}isToggleButton(e){let a=e.tagName.toLowerCase(),i=a===\"button\",n=a===\"primer-button\";return i&&(e.getAttribute(\"type\")===\"button\"||e.hasAttribute(\"data-toggle\"))||n&&e.hasAttribute(\"data-toggle\")}toggleAccordion(){this.hasSlottedToggle?(this.isExpanded=!this.isExpanded,this.dispatchExpandedEvent(this.isExpanded)):this.collapsableElement&&(this.collapsableElement.isExpanded?this.collapsableElement.collapse():this.collapsableElement.expand())}dispatchExpandedEvent(e){this.dispatchEvent(new CustomEvent(\"show-other-payments-toggled\",{bubbles:!0,composed:!0,detail:{expanded:e}}))}expand(){this.hasSlottedToggle?this.isExpanded||(this.isExpanded=!0,this.dispatchExpandedEvent(!0)):this.collapsableElement?.expand()}collapse(){this.hasSlottedToggle?this.isExpanded&&(this.isExpanded=!1,this.dispatchExpandedEvent(!1)):this.collapsableElement?.collapse()}setupContextEventListeners(){this.contextEventsController?.host&&this._contextToggleListener&&this.contextEventsController.host.addEventListener(\"primer:show-other-payments-toggle\",this._contextToggleListener)}cleanupContextEventListeners(){this.contextEventsController?.host&&this._contextToggleListener&&this.contextEventsController.host.removeEventListener(\"primer:show-other-payments-toggle\",this._contextToggleListener)}connectedCallback(){super.connectedCallback(),this.isExpanded=this.vaultManager?.vaultedPaymentMethods.length===0,this.addEventListener(\"click\",this.handleSlotButtonClick),this.addEventListener(\"primer:show-other-payments-toggle\",this.handleDirectToggle),this._contextToggleListener=e=>{this.handleContextToggle(e)},this.setupContextEventListeners()}disconnectedCallback(){this.removeEventListener(\"click\",this.handleSlotButtonClick),this.removeEventListener(\"primer:show-other-payments-toggle\",this.handleDirectToggle),this.cleanupContextEventListeners(),super.disconnectedCallback()}render(){if(this.vaultManager?.isLoading)return g;let e=this.vaultManager?.showEmptyState||this.vaultManager?.vaultedPaymentMethods.length;return!this.vaultManager||!this.vaultManager.enabled||!e?p`<slot name=\"other-payments\"></slot>`:p`<div class=\"other-payment-methods-container\"><slot name=\"show-other-payments-toggle-button\" @slotchange=${this.handleToggleSlotChange} ></slot>${L(!this.hasSlottedToggle,()=>p`<primer-collapsable buttonVariant=\"secondary\" .expanded=\"${this.vaultManager?.vaultedPaymentMethods.length===0}\" .header=\"${b(\"navigateToPaymentMethods\",{id:\"navigateToPaymentMethods\"})}\" ><div class=\"other-payment-methods-content\"><slot name=\"other-payments\"></slot></div></primer-collapsable>`,()=>p`<div class=\"collapsable-wrapper ${this.isExpanded?\"expanded\":\"\"}\" role=\"region\" aria-labelledby=\"custom-toggle-button\" ><div class=\"collapsable-content\"><div class=\"other-payment-methods-content\"><slot name=\"other-payments\"></slot></div></div></div>`)}</div>`}}"
|
|
319
290
|
},
|
|
320
291
|
{
|
|
321
292
|
"kind": "variable",
|
|
322
|
-
"name": "
|
|
323
|
-
"default": "class extends v{render(){return
|
|
293
|
+
"name": "qt",
|
|
294
|
+
"default": "class extends v{render(){return p`<primer-checkout-state type=\"complete\"></primer-checkout-state>`}}"
|
|
324
295
|
},
|
|
325
296
|
{
|
|
326
297
|
"kind": "variable",
|
|
327
|
-
"name": "
|
|
328
|
-
"default": "class extends v{constructor(){super(...arguments);this.sdkState=null}render(){return
|
|
298
|
+
"name": "Dt",
|
|
299
|
+
"default": "class extends v{constructor(){super(...arguments);this.sdkState=null}render(){return p`<primer-checkout-state type=\"failure\" description=${this.sdkState?.primerJsError?.message||\"\"} ></primer-checkout-state>`}}"
|
|
329
300
|
},
|
|
330
301
|
{
|
|
331
302
|
"kind": "variable",
|
|
332
|
-
"name": "
|
|
333
|
-
"default": "class extends v{constructor(){super(...arguments);this.showProcessingErrors=!0}get shouldShowError(){return!this.sdkState||this.sdkState.isProcessing?!1:!!(this.sdkState.paymentFailure&&this.showProcessingErrors)}render(){return this.sdkState?
|
|
303
|
+
"name": "ct",
|
|
304
|
+
"default": "class extends v{constructor(){super(...arguments);this.showProcessingErrors=!0}get shouldShowError(){return!this.sdkState||this.sdkState.isProcessing?!1:!!(this.sdkState.paymentFailure&&this.showProcessingErrors)}render(){return this.sdkState?p`<primer-error-message message=\"${b(this.sdkState.paymentFailure?.message??\"\",{id:\"tokenizationError\"})}\" ?visible=\"${this.shouldShowError}\" ></primer-error-message>`:g}}"
|
|
334
305
|
},
|
|
335
306
|
{
|
|
336
307
|
"kind": "variable",
|
|
337
|
-
"name": "
|
|
338
|
-
"default": "class extends v{constructor(){super(...arguments);this.hasAssignedContent=!1;this.onSlotChange=e=>{let
|
|
308
|
+
"name": "Qe",
|
|
309
|
+
"default": "class extends v{constructor(){super(...arguments);this.hasAssignedContent=!1;this.onSlotChange=e=>{let i=e.target.assignedNodes({flatten:!0});this.hasAssignedContent=i.length>0,this.requestUpdate()};this.paymentMethods=null;this.sdkState=null;this.clientOptions=null}render(){return this.sdkState?.isSuccessful?p`<slot name=\"checkout-complete\"><primer-checkout-complete></primer-checkout-complete></slot>`:p`<slot name=\"payments\" @slotchange=${this.onSlotChange}></slot>${L(this.hasAssignedContent,()=>g,()=>p`<div class=${ie({\"primer-is-processing\":!!this.sdkState?.isProcessing})} ><primer-vault-manager></primer-vault-manager><primer-show-other-payments><div slot=\"other-payments\" class=\"primer-main-list\">${this.paymentMethods?.toArray().map(e=>p`<primer-payment-method type=${e.type} ?disabled=${this.clientOptions?.disabledPayments===!0} ></primer-payment-method>`)}</div></primer-show-other-payments><primer-error-message-container></primer-error-message-container></div>`)} `}}"
|
|
339
310
|
},
|
|
340
311
|
{
|
|
341
312
|
"kind": "function",
|
|
342
|
-
"name": "
|
|
313
|
+
"name": "zw"
|
|
343
314
|
}
|
|
344
315
|
],
|
|
345
316
|
"exports": [
|
|
346
317
|
{
|
|
347
318
|
"kind": "custom-element-definition",
|
|
348
|
-
"name": "
|
|
319
|
+
"name": "r",
|
|
349
320
|
"declaration": {
|
|
350
321
|
"name": "t",
|
|
351
322
|
"module": "dist/primer-loader.js"
|
|
@@ -353,7 +324,7 @@
|
|
|
353
324
|
},
|
|
354
325
|
{
|
|
355
326
|
"kind": "custom-element-definition",
|
|
356
|
-
"name": "
|
|
327
|
+
"name": "r",
|
|
357
328
|
"declaration": {
|
|
358
329
|
"name": "t",
|
|
359
330
|
"module": "dist/primer-loader.js"
|
|
@@ -363,7 +334,7 @@
|
|
|
363
334
|
"kind": "js",
|
|
364
335
|
"name": "AchPayment",
|
|
365
336
|
"declaration": {
|
|
366
|
-
"name": "
|
|
337
|
+
"name": "Te",
|
|
367
338
|
"module": "dist/primer-loader.js"
|
|
368
339
|
}
|
|
369
340
|
},
|
|
@@ -371,7 +342,7 @@
|
|
|
371
342
|
"kind": "js",
|
|
372
343
|
"name": "ApplePay",
|
|
373
344
|
"declaration": {
|
|
374
|
-
"name": "
|
|
345
|
+
"name": "We",
|
|
375
346
|
"module": "dist/primer-loader.js"
|
|
376
347
|
}
|
|
377
348
|
},
|
|
@@ -387,7 +358,7 @@
|
|
|
387
358
|
"kind": "js",
|
|
388
359
|
"name": "Blik",
|
|
389
360
|
"declaration": {
|
|
390
|
-
"name": "
|
|
361
|
+
"name": "be",
|
|
391
362
|
"module": "dist/primer-loader.js"
|
|
392
363
|
}
|
|
393
364
|
},
|
|
@@ -395,7 +366,7 @@
|
|
|
395
366
|
"kind": "js",
|
|
396
367
|
"name": "Button",
|
|
397
368
|
"declaration": {
|
|
398
|
-
"name": "
|
|
369
|
+
"name": "fe",
|
|
399
370
|
"module": "dist/primer-loader.js"
|
|
400
371
|
}
|
|
401
372
|
},
|
|
@@ -403,7 +374,7 @@
|
|
|
403
374
|
"kind": "js",
|
|
404
375
|
"name": "CardForm",
|
|
405
376
|
"declaration": {
|
|
406
|
-
"name": "
|
|
377
|
+
"name": "te",
|
|
407
378
|
"module": "dist/primer-loader.js"
|
|
408
379
|
}
|
|
409
380
|
},
|
|
@@ -411,7 +382,7 @@
|
|
|
411
382
|
"kind": "js",
|
|
412
383
|
"name": "CardFormCVV",
|
|
413
384
|
"declaration": {
|
|
414
|
-
"name": "
|
|
385
|
+
"name": "st",
|
|
415
386
|
"module": "dist/primer-loader.js"
|
|
416
387
|
}
|
|
417
388
|
},
|
|
@@ -419,7 +390,7 @@
|
|
|
419
390
|
"kind": "js",
|
|
420
391
|
"name": "CardFormCardNetworkSelector",
|
|
421
392
|
"declaration": {
|
|
422
|
-
"name": "
|
|
393
|
+
"name": "pe",
|
|
423
394
|
"module": "dist/primer-loader.js"
|
|
424
395
|
}
|
|
425
396
|
},
|
|
@@ -427,7 +398,7 @@
|
|
|
427
398
|
"kind": "js",
|
|
428
399
|
"name": "CardFormCardNumber",
|
|
429
400
|
"declaration": {
|
|
430
|
-
"name": "
|
|
401
|
+
"name": "ot",
|
|
431
402
|
"module": "dist/primer-loader.js"
|
|
432
403
|
}
|
|
433
404
|
},
|
|
@@ -435,7 +406,7 @@
|
|
|
435
406
|
"kind": "js",
|
|
436
407
|
"name": "CardFormError",
|
|
437
408
|
"declaration": {
|
|
438
|
-
"name": "
|
|
409
|
+
"name": "rt",
|
|
439
410
|
"module": "dist/primer-loader.js"
|
|
440
411
|
}
|
|
441
412
|
},
|
|
@@ -443,7 +414,7 @@
|
|
|
443
414
|
"kind": "js",
|
|
444
415
|
"name": "CardFormExpiry",
|
|
445
416
|
"declaration": {
|
|
446
|
-
"name": "
|
|
417
|
+
"name": "lt",
|
|
447
418
|
"module": "dist/primer-loader.js"
|
|
448
419
|
}
|
|
449
420
|
},
|
|
@@ -451,7 +422,7 @@
|
|
|
451
422
|
"kind": "js",
|
|
452
423
|
"name": "CardFormName",
|
|
453
424
|
"declaration": {
|
|
454
|
-
"name": "
|
|
425
|
+
"name": "dt",
|
|
455
426
|
"module": "dist/primer-loader.js"
|
|
456
427
|
}
|
|
457
428
|
},
|
|
@@ -459,7 +430,7 @@
|
|
|
459
430
|
"kind": "js",
|
|
460
431
|
"name": "CardFormSubmit",
|
|
461
432
|
"declaration": {
|
|
462
|
-
"name": "
|
|
433
|
+
"name": "Z",
|
|
463
434
|
"module": "dist/primer-loader.js"
|
|
464
435
|
}
|
|
465
436
|
},
|
|
@@ -467,7 +438,7 @@
|
|
|
467
438
|
"kind": "js",
|
|
468
439
|
"name": "Collapsable",
|
|
469
440
|
"declaration": {
|
|
470
|
-
"name": "
|
|
441
|
+
"name": "Se",
|
|
471
442
|
"module": "dist/primer-loader.js"
|
|
472
443
|
}
|
|
473
444
|
},
|
|
@@ -475,7 +446,7 @@
|
|
|
475
446
|
"kind": "js",
|
|
476
447
|
"name": "Dialog",
|
|
477
448
|
"declaration": {
|
|
478
|
-
"name": "
|
|
449
|
+
"name": "Be",
|
|
479
450
|
"module": "dist/primer-loader.js"
|
|
480
451
|
}
|
|
481
452
|
},
|
|
@@ -483,7 +454,7 @@
|
|
|
483
454
|
"kind": "js",
|
|
484
455
|
"name": "DynamicPayment",
|
|
485
456
|
"declaration": {
|
|
486
|
-
"name": "
|
|
457
|
+
"name": "Re",
|
|
487
458
|
"module": "dist/primer-loader.js"
|
|
488
459
|
}
|
|
489
460
|
},
|
|
@@ -491,7 +462,7 @@
|
|
|
491
462
|
"kind": "js",
|
|
492
463
|
"name": "ErrorMessage",
|
|
493
464
|
"declaration": {
|
|
494
|
-
"name": "
|
|
465
|
+
"name": "ze",
|
|
495
466
|
"module": "dist/primer-loader.js"
|
|
496
467
|
}
|
|
497
468
|
},
|
|
@@ -499,7 +470,7 @@
|
|
|
499
470
|
"kind": "js",
|
|
500
471
|
"name": "ErrorMessageContainer",
|
|
501
472
|
"declaration": {
|
|
502
|
-
"name": "
|
|
473
|
+
"name": "ct",
|
|
503
474
|
"module": "dist/primer-loader.js"
|
|
504
475
|
}
|
|
505
476
|
},
|
|
@@ -507,7 +478,7 @@
|
|
|
507
478
|
"kind": "js",
|
|
508
479
|
"name": "GooglePay",
|
|
509
480
|
"declaration": {
|
|
510
|
-
"name": "
|
|
481
|
+
"name": "je",
|
|
511
482
|
"module": "dist/primer-loader.js"
|
|
512
483
|
}
|
|
513
484
|
},
|
|
@@ -515,7 +486,7 @@
|
|
|
515
486
|
"kind": "js",
|
|
516
487
|
"name": "InitializedPayments",
|
|
517
488
|
"declaration": {
|
|
518
|
-
"name": "
|
|
489
|
+
"name": "Qa",
|
|
519
490
|
"module": "dist/primer-loader.js"
|
|
520
491
|
}
|
|
521
492
|
},
|
|
@@ -523,7 +494,7 @@
|
|
|
523
494
|
"kind": "js",
|
|
524
495
|
"name": "InitializedVaultedPayments",
|
|
525
496
|
"declaration": {
|
|
526
|
-
"name": "
|
|
497
|
+
"name": "Xa",
|
|
527
498
|
"module": "dist/primer-loader.js"
|
|
528
499
|
}
|
|
529
500
|
},
|
|
@@ -531,7 +502,7 @@
|
|
|
531
502
|
"kind": "js",
|
|
532
503
|
"name": "Input",
|
|
533
504
|
"declaration": {
|
|
534
|
-
"name": "
|
|
505
|
+
"name": "F",
|
|
535
506
|
"module": "dist/primer-loader.js"
|
|
536
507
|
}
|
|
537
508
|
},
|
|
@@ -539,7 +510,7 @@
|
|
|
539
510
|
"kind": "js",
|
|
540
511
|
"name": "InputLabel",
|
|
541
512
|
"declaration": {
|
|
542
|
-
"name": "
|
|
513
|
+
"name": "at",
|
|
543
514
|
"module": "dist/primer-loader.js"
|
|
544
515
|
}
|
|
545
516
|
},
|
|
@@ -547,7 +518,7 @@
|
|
|
547
518
|
"kind": "js",
|
|
548
519
|
"name": "InputWrapper",
|
|
549
520
|
"declaration": {
|
|
550
|
-
"name": "
|
|
521
|
+
"name": "Ye",
|
|
551
522
|
"module": "dist/primer-loader.js"
|
|
552
523
|
}
|
|
553
524
|
},
|
|
@@ -555,7 +526,7 @@
|
|
|
555
526
|
"kind": "js",
|
|
556
527
|
"name": "PayPal",
|
|
557
528
|
"declaration": {
|
|
558
|
-
"name": "
|
|
529
|
+
"name": "Je",
|
|
559
530
|
"module": "dist/primer-loader.js"
|
|
560
531
|
}
|
|
561
532
|
},
|
|
@@ -563,7 +534,7 @@
|
|
|
563
534
|
"kind": "js",
|
|
564
535
|
"name": "PaymentMethod",
|
|
565
536
|
"declaration": {
|
|
566
|
-
"name": "
|
|
537
|
+
"name": "De",
|
|
567
538
|
"module": "dist/primer-loader.js"
|
|
568
539
|
}
|
|
569
540
|
},
|
|
@@ -571,7 +542,7 @@
|
|
|
571
542
|
"kind": "js",
|
|
572
543
|
"name": "PaymentMethodContainer",
|
|
573
544
|
"declaration": {
|
|
574
|
-
"name": "
|
|
545
|
+
"name": "Le",
|
|
575
546
|
"module": "dist/primer-loader.js"
|
|
576
547
|
}
|
|
577
548
|
},
|
|
@@ -579,7 +550,7 @@
|
|
|
579
550
|
"kind": "js",
|
|
580
551
|
"name": "PaymentMethodContentComponent",
|
|
581
552
|
"declaration": {
|
|
582
|
-
"name": "
|
|
553
|
+
"name": "qe",
|
|
583
554
|
"module": "dist/primer-loader.js"
|
|
584
555
|
}
|
|
585
556
|
},
|
|
@@ -587,7 +558,7 @@
|
|
|
587
558
|
"kind": "js",
|
|
588
559
|
"name": "Portal",
|
|
589
560
|
"declaration": {
|
|
590
|
-
"name": "
|
|
561
|
+
"name": "vt",
|
|
591
562
|
"module": "dist/primer-loader.js"
|
|
592
563
|
}
|
|
593
564
|
},
|
|
@@ -595,7 +566,7 @@
|
|
|
595
566
|
"kind": "js",
|
|
596
567
|
"name": "PortalDialog",
|
|
597
568
|
"declaration": {
|
|
598
|
-
"name": "
|
|
569
|
+
"name": "ce",
|
|
599
570
|
"module": "dist/primer-loader.js"
|
|
600
571
|
}
|
|
601
572
|
},
|
|
@@ -603,7 +574,7 @@
|
|
|
603
574
|
"kind": "js",
|
|
604
575
|
"name": "PrimerCheckoutComplete",
|
|
605
576
|
"declaration": {
|
|
606
|
-
"name": "
|
|
577
|
+
"name": "qt",
|
|
607
578
|
"module": "dist/primer-loader.js"
|
|
608
579
|
}
|
|
609
580
|
},
|
|
@@ -611,7 +582,7 @@
|
|
|
611
582
|
"kind": "js",
|
|
612
583
|
"name": "PrimerCheckoutComponent",
|
|
613
584
|
"declaration": {
|
|
614
|
-
"name": "
|
|
585
|
+
"name": "Ee",
|
|
615
586
|
"module": "dist/primer-loader.js"
|
|
616
587
|
}
|
|
617
588
|
},
|
|
@@ -619,7 +590,7 @@
|
|
|
619
590
|
"kind": "js",
|
|
620
591
|
"name": "PrimerCheckoutFailure",
|
|
621
592
|
"declaration": {
|
|
622
|
-
"name": "
|
|
593
|
+
"name": "Dt",
|
|
623
594
|
"module": "dist/primer-loader.js"
|
|
624
595
|
}
|
|
625
596
|
},
|
|
@@ -627,7 +598,7 @@
|
|
|
627
598
|
"kind": "js",
|
|
628
599
|
"name": "PrimerCheckoutState",
|
|
629
600
|
"declaration": {
|
|
630
|
-
"name": "
|
|
601
|
+
"name": "it",
|
|
631
602
|
"module": "dist/primer-loader.js"
|
|
632
603
|
}
|
|
633
604
|
},
|
|
@@ -635,7 +606,7 @@
|
|
|
635
606
|
"kind": "js",
|
|
636
607
|
"name": "PrimerIcon",
|
|
637
608
|
"declaration": {
|
|
638
|
-
"name": "
|
|
609
|
+
"name": "$e",
|
|
639
610
|
"module": "dist/primer-loader.js"
|
|
640
611
|
}
|
|
641
612
|
},
|
|
@@ -643,7 +614,7 @@
|
|
|
643
614
|
"kind": "js",
|
|
644
615
|
"name": "PrimerKlarna",
|
|
645
616
|
"declaration": {
|
|
646
|
-
"name": "
|
|
617
|
+
"name": "ne",
|
|
647
618
|
"module": "dist/primer-loader.js"
|
|
648
619
|
}
|
|
649
620
|
},
|
|
@@ -651,7 +622,7 @@
|
|
|
651
622
|
"kind": "js",
|
|
652
623
|
"name": "PrimerMain",
|
|
653
624
|
"declaration": {
|
|
654
|
-
"name": "
|
|
625
|
+
"name": "Qe",
|
|
655
626
|
"module": "dist/primer-loader.js"
|
|
656
627
|
}
|
|
657
628
|
},
|
|
@@ -659,7 +630,7 @@
|
|
|
659
630
|
"kind": "js",
|
|
660
631
|
"name": "RedirectPayment",
|
|
661
632
|
"declaration": {
|
|
662
|
-
"name": "
|
|
633
|
+
"name": "xe",
|
|
663
634
|
"module": "dist/primer-loader.js"
|
|
664
635
|
}
|
|
665
636
|
},
|
|
@@ -667,7 +638,7 @@
|
|
|
667
638
|
"kind": "js",
|
|
668
639
|
"name": "Select",
|
|
669
640
|
"declaration": {
|
|
670
|
-
"name": "
|
|
641
|
+
"name": "ve",
|
|
671
642
|
"module": "dist/primer-loader.js"
|
|
672
643
|
}
|
|
673
644
|
},
|
|
@@ -675,7 +646,7 @@
|
|
|
675
646
|
"kind": "js",
|
|
676
647
|
"name": "ShowOtherPayments",
|
|
677
648
|
"declaration": {
|
|
678
|
-
"name": "
|
|
649
|
+
"name": "_e",
|
|
679
650
|
"module": "dist/primer-loader.js"
|
|
680
651
|
}
|
|
681
652
|
},
|
|
@@ -683,7 +654,7 @@
|
|
|
683
654
|
"kind": "js",
|
|
684
655
|
"name": "Spinner",
|
|
685
656
|
"declaration": {
|
|
686
|
-
"name": "
|
|
657
|
+
"name": "He",
|
|
687
658
|
"module": "dist/primer-loader.js"
|
|
688
659
|
}
|
|
689
660
|
},
|
|
@@ -691,7 +662,7 @@
|
|
|
691
662
|
"kind": "js",
|
|
692
663
|
"name": "VaultCvvInput",
|
|
693
664
|
"declaration": {
|
|
694
|
-
"name": "
|
|
665
|
+
"name": "J",
|
|
695
666
|
"module": "dist/primer-loader.js"
|
|
696
667
|
}
|
|
697
668
|
},
|
|
@@ -707,7 +678,7 @@
|
|
|
707
678
|
"kind": "js",
|
|
708
679
|
"name": "VaultEmptyState",
|
|
709
680
|
"declaration": {
|
|
710
|
-
"name": "
|
|
681
|
+
"name": "nt",
|
|
711
682
|
"module": "dist/primer-loader.js"
|
|
712
683
|
}
|
|
713
684
|
},
|
|
@@ -715,7 +686,7 @@
|
|
|
715
686
|
"kind": "js",
|
|
716
687
|
"name": "VaultErrorMessage",
|
|
717
688
|
"declaration": {
|
|
718
|
-
"name": "
|
|
689
|
+
"name": "Ze",
|
|
719
690
|
"module": "dist/primer-loader.js"
|
|
720
691
|
}
|
|
721
692
|
},
|
|
@@ -723,7 +694,7 @@
|
|
|
723
694
|
"kind": "js",
|
|
724
695
|
"name": "VaultManager",
|
|
725
696
|
"declaration": {
|
|
726
|
-
"name": "
|
|
697
|
+
"name": "W",
|
|
727
698
|
"module": "dist/primer-loader.js"
|
|
728
699
|
}
|
|
729
700
|
},
|
|
@@ -731,7 +702,7 @@
|
|
|
731
702
|
"kind": "js",
|
|
732
703
|
"name": "VaultManagerHeader",
|
|
733
704
|
"declaration": {
|
|
734
|
-
"name": "
|
|
705
|
+
"name": "Oe",
|
|
735
706
|
"module": "dist/primer-loader.js"
|
|
736
707
|
}
|
|
737
708
|
},
|
|
@@ -739,7 +710,7 @@
|
|
|
739
710
|
"kind": "js",
|
|
740
711
|
"name": "VaultPaymentMethodItem",
|
|
741
712
|
"declaration": {
|
|
742
|
-
"name": "
|
|
713
|
+
"name": "Ce",
|
|
743
714
|
"module": "dist/primer-loader.js"
|
|
744
715
|
}
|
|
745
716
|
},
|
|
@@ -747,7 +718,7 @@
|
|
|
747
718
|
"kind": "js",
|
|
748
719
|
"name": "VaultPaymentSubmit",
|
|
749
720
|
"declaration": {
|
|
750
|
-
"name": "
|
|
721
|
+
"name": "ee",
|
|
751
722
|
"module": "dist/primer-loader.js"
|
|
752
723
|
}
|
|
753
724
|
},
|
|
@@ -755,7 +726,7 @@
|
|
|
755
726
|
"kind": "js",
|
|
756
727
|
"name": "injectDarkTheme",
|
|
757
728
|
"declaration": {
|
|
758
|
-
"name": "
|
|
729
|
+
"name": "Mu",
|
|
759
730
|
"module": "dist/primer-loader.js"
|
|
760
731
|
}
|
|
761
732
|
},
|
|
@@ -763,7 +734,7 @@
|
|
|
763
734
|
"kind": "js",
|
|
764
735
|
"name": "injectLightTheme",
|
|
765
736
|
"declaration": {
|
|
766
|
-
"name": "
|
|
737
|
+
"name": "Au",
|
|
767
738
|
"module": "dist/primer-loader.js"
|
|
768
739
|
}
|
|
769
740
|
},
|
|
@@ -771,7 +742,7 @@
|
|
|
771
742
|
"kind": "js",
|
|
772
743
|
"name": "injectLoaderStyles",
|
|
773
744
|
"declaration": {
|
|
774
|
-
"name": "
|
|
745
|
+
"name": "Wo",
|
|
775
746
|
"module": "dist/primer-loader.js"
|
|
776
747
|
}
|
|
777
748
|
},
|
|
@@ -779,7 +750,7 @@
|
|
|
779
750
|
"kind": "js",
|
|
780
751
|
"name": "injectThemeStyles",
|
|
781
752
|
"declaration": {
|
|
782
|
-
"name": "
|
|
753
|
+
"name": "Jo",
|
|
783
754
|
"module": "dist/primer-loader.js"
|
|
784
755
|
}
|
|
785
756
|
},
|
|
@@ -787,12 +758,41 @@
|
|
|
787
758
|
"kind": "js",
|
|
788
759
|
"name": "loadPrimer",
|
|
789
760
|
"declaration": {
|
|
790
|
-
"name": "
|
|
761
|
+
"name": "zw",
|
|
791
762
|
"module": "dist/primer-loader.js"
|
|
792
763
|
}
|
|
793
764
|
}
|
|
794
765
|
]
|
|
795
766
|
},
|
|
767
|
+
{
|
|
768
|
+
"kind": "javascript-module",
|
|
769
|
+
"path": "e2e/utils.ts",
|
|
770
|
+
"declarations": [
|
|
771
|
+
{
|
|
772
|
+
"kind": "variable",
|
|
773
|
+
"name": "test",
|
|
774
|
+
"default": "chromaticTest"
|
|
775
|
+
}
|
|
776
|
+
],
|
|
777
|
+
"exports": [
|
|
778
|
+
{
|
|
779
|
+
"kind": "js",
|
|
780
|
+
"name": "expect",
|
|
781
|
+
"declaration": {
|
|
782
|
+
"name": "expect",
|
|
783
|
+
"package": "@chromatic-com/playwright"
|
|
784
|
+
}
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
"kind": "js",
|
|
788
|
+
"name": "test",
|
|
789
|
+
"declaration": {
|
|
790
|
+
"name": "test",
|
|
791
|
+
"module": "e2e/utils.ts"
|
|
792
|
+
}
|
|
793
|
+
}
|
|
794
|
+
]
|
|
795
|
+
},
|
|
796
796
|
{
|
|
797
797
|
"kind": "javascript-module",
|
|
798
798
|
"path": "src/consts.ts",
|
|
@@ -1211,6 +1211,44 @@
|
|
|
1211
1211
|
],
|
|
1212
1212
|
"description": "Handle external primer:card-submit events by forwarding them through the events controller\nUses AbortController signal to prevent circular event loops more safely"
|
|
1213
1213
|
},
|
|
1214
|
+
{
|
|
1215
|
+
"kind": "method",
|
|
1216
|
+
"name": "handleExternalVaultSubmit",
|
|
1217
|
+
"privacy": "private",
|
|
1218
|
+
"return": {
|
|
1219
|
+
"type": {
|
|
1220
|
+
"text": "void"
|
|
1221
|
+
}
|
|
1222
|
+
},
|
|
1223
|
+
"parameters": [
|
|
1224
|
+
{
|
|
1225
|
+
"name": "event",
|
|
1226
|
+
"type": {
|
|
1227
|
+
"text": "CustomEvent"
|
|
1228
|
+
}
|
|
1229
|
+
}
|
|
1230
|
+
],
|
|
1231
|
+
"description": "Handle external primer:vault-submit events by forwarding them through the events controller\nUses AbortController signal to prevent circular event loops more safely"
|
|
1232
|
+
},
|
|
1233
|
+
{
|
|
1234
|
+
"kind": "method",
|
|
1235
|
+
"name": "handleExternalShowOtherPaymentsToggle",
|
|
1236
|
+
"privacy": "private",
|
|
1237
|
+
"return": {
|
|
1238
|
+
"type": {
|
|
1239
|
+
"text": "void"
|
|
1240
|
+
}
|
|
1241
|
+
},
|
|
1242
|
+
"parameters": [
|
|
1243
|
+
{
|
|
1244
|
+
"name": "event",
|
|
1245
|
+
"type": {
|
|
1246
|
+
"text": "CustomEvent"
|
|
1247
|
+
}
|
|
1248
|
+
}
|
|
1249
|
+
],
|
|
1250
|
+
"description": "Handle external primer:show-other-payments-toggle events by forwarding them through the events controller\nUses AbortController signal to prevent circular event loops more safely"
|
|
1251
|
+
},
|
|
1214
1252
|
{
|
|
1215
1253
|
"kind": "method",
|
|
1216
1254
|
"name": "checkLoadingStateChange",
|
|
@@ -1629,241 +1667,115 @@
|
|
|
1629
1667
|
},
|
|
1630
1668
|
{
|
|
1631
1669
|
"kind": "javascript-module",
|
|
1632
|
-
"path": "
|
|
1670
|
+
"path": "dist/chunks/ar.KRXB3WQO.js",
|
|
1633
1671
|
"declarations": [
|
|
1634
1672
|
{
|
|
1635
1673
|
"kind": "variable",
|
|
1636
|
-
"name": "
|
|
1637
|
-
"
|
|
1638
|
-
"text": "string"
|
|
1639
|
-
},
|
|
1640
|
-
"default": "'?settings=eyJjbGllbnRTZXNzaW9uQ29uZmlnIjp7ImN1c3RvbWVySWQiOiJDdXN0b21lcjEyMyIsIm9yZGVySWQiOiIxMjU3NyIsImFtb3VudCI6MTA1MCwiY3VycmVuY3lDb2RlIjoiRVVSIiwibWV0YWRhdGEiOnsiZXhwcmVzc0NoZWNrb3V0IjoidHJ1ZSJ9LCJvcmRlciI6eyJzaGlwcGluZyI6eyJhbW91bnQiOjUwLCJtZXRob2RJZCI6IlJlZ3VsYXIiLCJtZXRob2ROYW1lIjoiUmVndWxhciA1MCIsIm1ldGhvZERlc2NyaXB0aW9uIjoiUmVndWxhciJ9LCJjb3VudHJ5Q29kZSI6IkZSIiwibGluZUl0ZW1zIjpbeyJpdGVtSWQiOiJwcmltZXItaG9vZGllLWdyYXkiLCJkZXNjcmlwdGlvbiI6IlByaW1lciBIb29kaWUiLCJhbW91bnQiOjk1MCwicXVhbnRpdHkiOjF9LHsiaXRlbUlkIjoicHJpbWVyLWhvb2RpZS1ibHVlIiwiZGVzY3JpcHRpb24iOiJQcmltZXIgQmx1ZSIsImFtb3VudCI6NTAsInF1YW50aXR5IjoxfV19LCJjdXN0b21lciI6eyJiaWxsaW5nQWRkcmVzcyI6eyJmaXJzdE5hbWUiOiJ0ZXN0dCIsImxhc3ROYW1lIjoidGVzdCIsInBvc3RhbENvZGUiOiI1MTY2MiIsImFkZHJlc3NMaW5lMSI6ImFrc2psa2FqbCIsImFkZHJlc3NMaW5lMiI6ImpmamthaGsiLCJjb3VudHJ5Q29kZSI6IlBMIiwiY2l0eSI6Indyb2NsYXciLCJzdGF0ZSI6InRlc3QifSwic2hpcHBpbmdBZGRyZXNzIjp7fSwibmF0aW9uYWxEb2N1bWVudElkIjoiOTAxMTIxMTIzNDU2NyJ9LCJwYXltZW50TWV0aG9kIjp7InZhdWx0T25TdWNjZXNzIjpmYWxzZSwidmF1bHRPbjNEUyI6ZmFsc2UsInZhdWx0T25BZ3JlZW1lbnQiOmZhbHNlLCJvcmRlcmVkQWxsb3dlZENhcmROZXR3b3JrcyI6WyJWSVNBIiwiTUFTVEVSQ0FSRCIsIkFNRVgiLCJNQUVTVFJPIiwiVU5JT05QQVkiLCJDQVJURVNfQkFOQ0FJUkVTIiwiREFOS09SVCIsIkRJTkVSU19DTFVCIiwiRElTQ09WRVIiLCJFTlJPVVRFIiwiRUxPIiwiSElQRVIiLCJJTlRFUkFDIiwiSkNCIiwiTUlSIiwiT1RIRVIiXX19LCJjbGllbnRPcHRpb25zIjp7ImxvY2FsZSI6ImVuIiwiYXBpVmVyc2lvbiI6IjIuNCIsInJlZGlyZWN0Ijp7ImZvcmNlUmVkaXJlY3QiOmZhbHNlfSwidmF1bHQiOnsidmlzaWJsZSI6ZmFsc2V9LCJjYXJkIjp7InByZWZlcnJlZEZsb3ciOiJFTUJFRERFRF9JTl9IT01FIn19LCJhcGlDb25maWciOnsiYXBpS2V5IjoiZXlKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUo5LmV5SnpkV0lpT2lJM05XUmpOekF4TWkwM09EVmpMVFEwTTJFdE9EQmlNUzB3WlRGbU9EaG1aRFJtWVdRaUxDSnBZWFFpT2pFM05UazBPRGd4TkRJc0ltdHBaQ0k2SW5ZeElpd2lhblJwSWpvaVlXWXhZemcxWW1VdE16UmhOaTAwWWpGakxUa3pObVl0WWpnME5tVXlOV1k1TnpFeEluMC5CaElodFpBcGotdWJJckJ3bW1zR1U4dGlCdWNEMU93WFpySmcxdXRRRzZjIiwiYXBpVmVyc2lvbiI6IjIuNCIsImVudiI6IkNVU1RPTV9TQU5EQk9YIn0sImhlYWRsZXNzT3B0aW9ucyI6eyJsb2NhbGUiOiJmci1GUiIsInN0cmlwZSI6eyJwdWJsaXNoYWJsZUtleSI6InBrX3Rlc3RfNTFPOHpmUUtVSzZiWElkQzJ4UHZTUzZVdnJpRTlrd3B2dHR3QjdIOVBBemhOQVpvR3pMZ2lET3lkNFdvb296ZVdIeG9ScktvNmIyVmpaWXhOQ01YM1c3YmswMHJNRGl2amF1In0sInZhdWx0Ijp7ImVuYWJsZWQiOnRydWV9fSwibGl0Q29tcG9uZW50c09wdGlvbnMiOnsic2RrQ29yZSI6dHJ1ZX19'"
|
|
1641
|
-
},
|
|
1642
|
-
{
|
|
1643
|
-
"kind": "variable",
|
|
1644
|
-
"name": "CONFIGURATION_RESPONSE",
|
|
1645
|
-
"type": {
|
|
1646
|
-
"text": "object"
|
|
1647
|
-
},
|
|
1648
|
-
"default": "{ coreUrl: 'https://api.sandbox.primer.io', pciUrl: 'https://sdk.api.sandbox.primer.io', binDataUrl: 'https://bin-data.api.sandbox.core.primer.io', assetsUrl: 'https://assets.sandbox.core.primer.io', checkoutModules: [ { type: 'BILLING_ADDRESS', options: { firstName: false, lastName: false, city: true, countryCode: true, postalCode: true, addressLine1: true, addressLine2: true, state: false, }, }, ], clientSession: { clientSessionId: '0ad5b471-5b80-436b-ad03-57850585e3fd', order: { orderId: '12577', currencyCode: 'EUR', countryCode: 'FR', totalOrderAmount: 1050, merchantAmount: 1050, lineItems: [ { itemId: 'primer-hoodie-gray', description: 'Primer Hoodie', amount: 950, quantity: 1, }, { itemId: 'primer-hoodie-blue', description: 'Primer Blue', amount: 50, quantity: 1, }, ], shipping: { amount: 50, methodId: 'Regular', methodName: 'Regular 50', methodDescription: 'Regular', }, }, customer: { customerId: 'Customer123', billingAddress: { firstName: 'testt', lastName: 'test', postalCode: '51662', addressLine1: 'aksjlkajl', addressLine2: 'jfjkahk', countryCode: 'PL', city: 'wroclaw', state: 'test', }, shippingAddress: {}, nationalDocumentId: '9011211234567', }, paymentMethod: { vaultOnSuccess: false, orderedAllowedCardNetworks: [ 'VISA', 'MASTERCARD', 'AMEX', 'MAESTRO', 'UNIONPAY', 'CARTES_BANCAIRES', 'DANKORT', 'DINERS_CLUB', 'DISCOVER', 'ENROUTE', 'ELO', 'HIPER', 'INTERAC', 'JCB', 'MIR', 'OTHER', ], vaultOnAgreement: false, }, }, primerAccountId: '75dc7012-785c-443a-80b1-0e1f88fd4fad', env: 'SANDBOX', paymentMethods: [ { id: '42e32c6e-7faa-4f5a-97d0-9c4f7b848ae1', type: 'APPLE_PAY', options: { merchantId: '75dc7012785c443a80b10e1f88fd4fad', merchantName: 'Primer', merchantDomains: [], }, implementationType: 'NATIVE_SDK', name: 'Apple Pay', displayMetadata: { button: { iconUrl: { dark: 'https://assets.sandbox.core.primer.io/APPLE_PAY/apple-pay-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/APPLE_PAY/apple-pay-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, }, implementation: {}, }, { type: 'PAYMENT_CARD', options: { threeDSecureProvider: '3DSECUREIO', threeDSecureEnabled: true, }, implementationType: 'NATIVE_SDK', name: 'Card', displayMetadata: { button: { iconUrl: { dark: 'https://assets.sandbox.core.primer.io/PAYMENT_CARD/payment-card-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/PAYMENT_CARD/payment-card-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay by card', textColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, ], styleDefaults: {}, }"
|
|
1649
|
-
},
|
|
1650
|
-
{
|
|
1651
|
-
"kind": "variable",
|
|
1652
|
-
"name": "CARD_NUMBER",
|
|
1653
|
-
"type": {
|
|
1654
|
-
"text": "string"
|
|
1655
|
-
},
|
|
1656
|
-
"default": "'4242 4242 4242 4242'"
|
|
1657
|
-
},
|
|
1658
|
-
{
|
|
1659
|
-
"kind": "function",
|
|
1660
|
-
"name": "mockBinData",
|
|
1661
|
-
"parameters": [
|
|
1662
|
-
{
|
|
1663
|
-
"name": "page",
|
|
1664
|
-
"type": {
|
|
1665
|
-
"text": "Page"
|
|
1666
|
-
}
|
|
1667
|
-
}
|
|
1668
|
-
]
|
|
1669
|
-
},
|
|
1670
|
-
{
|
|
1671
|
-
"kind": "function",
|
|
1672
|
-
"name": "mockPaymentInstruments",
|
|
1673
|
-
"parameters": [
|
|
1674
|
-
{
|
|
1675
|
-
"name": "page",
|
|
1676
|
-
"type": {
|
|
1677
|
-
"text": "Page"
|
|
1678
|
-
}
|
|
1679
|
-
}
|
|
1680
|
-
]
|
|
1681
|
-
},
|
|
1682
|
-
{
|
|
1683
|
-
"kind": "function",
|
|
1684
|
-
"name": "mockPayments",
|
|
1685
|
-
"parameters": [
|
|
1686
|
-
{
|
|
1687
|
-
"name": "page",
|
|
1688
|
-
"type": {
|
|
1689
|
-
"text": "Page"
|
|
1690
|
-
}
|
|
1691
|
-
}
|
|
1692
|
-
]
|
|
1674
|
+
"name": "o",
|
|
1675
|
+
"default": "e"
|
|
1693
1676
|
}
|
|
1694
1677
|
],
|
|
1695
1678
|
"exports": [
|
|
1696
1679
|
{
|
|
1697
1680
|
"kind": "js",
|
|
1698
|
-
"name": "
|
|
1681
|
+
"name": "templates",
|
|
1699
1682
|
"declaration": {
|
|
1700
|
-
"name": "
|
|
1701
|
-
"module": "
|
|
1683
|
+
"name": "o",
|
|
1684
|
+
"module": "dist/chunks/ar.KRXB3WQO.js"
|
|
1702
1685
|
}
|
|
1703
|
-
}
|
|
1686
|
+
}
|
|
1687
|
+
]
|
|
1688
|
+
},
|
|
1689
|
+
{
|
|
1690
|
+
"kind": "javascript-module",
|
|
1691
|
+
"path": "dist/chunks/bg.6SKJRXIR.js",
|
|
1692
|
+
"declarations": [
|
|
1704
1693
|
{
|
|
1705
|
-
"kind": "
|
|
1706
|
-
"name": "
|
|
1707
|
-
"
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
},
|
|
1712
|
-
{
|
|
1713
|
-
"kind": "js",
|
|
1714
|
-
"name": "CARD_NUMBER",
|
|
1715
|
-
"declaration": {
|
|
1716
|
-
"name": "CARD_NUMBER",
|
|
1717
|
-
"module": "e2e/mocks/billing-address.ts"
|
|
1718
|
-
}
|
|
1719
|
-
},
|
|
1720
|
-
{
|
|
1721
|
-
"kind": "js",
|
|
1722
|
-
"name": "mockBinData",
|
|
1723
|
-
"declaration": {
|
|
1724
|
-
"name": "mockBinData",
|
|
1725
|
-
"module": "e2e/mocks/billing-address.ts"
|
|
1726
|
-
}
|
|
1727
|
-
},
|
|
1728
|
-
{
|
|
1729
|
-
"kind": "js",
|
|
1730
|
-
"name": "mockPaymentInstruments",
|
|
1731
|
-
"declaration": {
|
|
1732
|
-
"name": "mockPaymentInstruments",
|
|
1733
|
-
"module": "e2e/mocks/billing-address.ts"
|
|
1734
|
-
}
|
|
1735
|
-
},
|
|
1694
|
+
"kind": "variable",
|
|
1695
|
+
"name": "o",
|
|
1696
|
+
"default": "e"
|
|
1697
|
+
}
|
|
1698
|
+
],
|
|
1699
|
+
"exports": [
|
|
1736
1700
|
{
|
|
1737
1701
|
"kind": "js",
|
|
1738
|
-
"name": "
|
|
1702
|
+
"name": "templates",
|
|
1739
1703
|
"declaration": {
|
|
1740
|
-
"name": "
|
|
1741
|
-
"module": "
|
|
1704
|
+
"name": "o",
|
|
1705
|
+
"module": "dist/chunks/bg.6SKJRXIR.js"
|
|
1742
1706
|
}
|
|
1743
1707
|
}
|
|
1744
1708
|
]
|
|
1745
1709
|
},
|
|
1746
1710
|
{
|
|
1747
1711
|
"kind": "javascript-module",
|
|
1748
|
-
"path": "
|
|
1712
|
+
"path": "dist/chunks/ca.SANDLFEK.js",
|
|
1749
1713
|
"declarations": [
|
|
1750
1714
|
{
|
|
1751
1715
|
"kind": "variable",
|
|
1752
|
-
"name": "
|
|
1753
|
-
"
|
|
1754
|
-
"text": "string"
|
|
1755
|
-
},
|
|
1756
|
-
"default": "'?settings=eyJjbGllbnRTZXNzaW9uQ29uZmlnIjp7ImN1c3RvbWVySWQiOiJFdWxlciBpcyB0aGUgYmVzdCIsIm9yZGVySWQiOiI3NDUyNyIsImFtb3VudCI6NjAwLCJjdXJyZW5jeUNvZGUiOiJFVVIiLCJtZXRhZGF0YSI6eyJzY2VuYXJpbyI6IkdPT0dMRV9QQVkifSwib3JkZXIiOnsiZmVlcyI6W3sidHlwZSI6IlNVUkNIQVJHRSIsImFtb3VudCI6MH1dLCJjb3VudHJ5Q29kZSI6IkRFIiwibGluZUl0ZW1zIjpbeyJpdGVtSWQiOiJwcmltZXItaG9vZGllLWdyYXkiLCJkZXNjcmlwdGlvbiI6IlByaW1lciBIb29kaWUiLCJhbW91bnQiOjYwMCwicXVhbnRpdHkiOjF9XX0sImN1c3RvbWVyIjp7ImJpbGxpbmdBZGRyZXNzIjp7ImZpcnN0TmFtZSI6IkNhcmQiLCJsYXN0TmFtZSI6IkhvbGRlciBOYW1lIiwicG9zdGFsQ29kZSI6Ijk0MDQzIiwiYWRkcmVzc0xpbmUxIjoiMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSIsImNvdW50cnlDb2RlIjoiVVMiLCJjaXR5IjoiTW91bnRhaW4gVmlldyIsInN0YXRlIjoiQ0EifX0sInBheW1lbnRNZXRob2QiOnsidmF1bHRPblN1Y2Nlc3MiOmZhbHNlLCJ2YXVsdE9uM0RTIjpmYWxzZSwib3B0aW9ucyI6eyJQQVlQQUwiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJQQVlNRU5UX0NBUkQiOnsibmV0d29ya3MiOnsiVklTQSI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIk1BU1RFUkNBUkQiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19fX0sIkFEWUVOX0lERUFMIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fSwiUEFZX05MX1BBWVBBTCI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIkFQUExFX1BBWSI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIkFEWUVOX1NPRk9SVCI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIkdPT0dMRV9QQVkiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19fSwib3JkZXJlZEFsbG93ZWRDYXJkTmV0d29ya3MiOlsiVklTQSIsIk1BU1RFUkNBUkQiLCJBTUVYIiwiTUFFU1RSTyIsIlVOSU9OUEFZIiwiQ0FSVEVTX0JBTkNBSVJFUyIsIkRBTktPUlQiLCJESU5FUlNfQ0xVQiIsIkRJU0NPVkVSIiwiRU5ST1VURSIsIkVMTyIsIkhJUEVSIiwiSU5URVJBQyIsIkpDQiIsIk1JUiIsIk9USEVSIl19fSwiY2xpZW50T3B0aW9ucyI6eyJjYXJkIjp7InByZWZlcnJlZEZsb3ciOiJFTUJFRERFRF9JTl9IT01FIn0sImRpcmVjdERlYml0Ijp7ImN1c3RvbWVyQ291bnRyeUNvZGUiOiJGUiIsImNvbXBhbnlOYW1lIjoiUHJpbWVyIEFQSSBMVEQiLCJjb21wYW55QWRkcmVzcyI6IjEyMyBGYWtlIFN0LCBMb25kb24sIEVDMkEgOFhZIn0sInJlZGlyZWN0Ijp7ImZvcmNlUmVkaXJlY3QiOmZhbHNlfSwiZ29vZ2xlUGF5Ijp7ImNhcHR1cmVCaWxsaW5nQWRkcmVzcyI6dHJ1ZX19LCJhcGlDb25maWciOnsiYXBpS2V5IjoiMmI4NTM3YjItNDc4Yy00MzE1LTg4ZmItZjE5NTQ1MDBiNWZhIiwiYXBpVmVyc2lvbiI6IjIuMyIsImVudiI6IkNVU1RPTV9TQU5EQk9YIn0sImhlYWRsZXNzT3B0aW9ucyI6e30sImxpdENvbXBvbmVudHNPcHRpb25zIjp7InNka0NvcmUiOmZhbHNlfX0='"
|
|
1757
|
-
},
|
|
1758
|
-
{
|
|
1759
|
-
"kind": "variable",
|
|
1760
|
-
"name": "CONFIGURATION_RESPONSE",
|
|
1761
|
-
"type": {
|
|
1762
|
-
"text": "object"
|
|
1763
|
-
},
|
|
1764
|
-
"default": "{ coreUrl: 'https://api.sandbox.primer.io', pciUrl: 'https://sdk.api.sandbox.primer.io', binDataUrl: 'https://bin-data.api.sandbox.core.primer.io', assetsUrl: 'https://assets.sandbox.core.primer.io', checkoutModules: [ { type: 'TAX_CALCULATION', requestUrl: '/sales-tax/calculate', }, { type: 'CARD_INFORMATION', }, ], clientSession: { clientSessionId: '0d5f31b6-5848-49ce-9625-3254d5dd8a78', order: { orderId: '74527', currencyCode: 'EUR', countryCode: 'DE', totalOrderAmount: 600, merchantAmount: 600, lineItems: [ { itemId: 'primer-hoodie-gray', description: 'Primer Hoodie', amount: 600, quantity: 1, }, ], fees: [ { type: 'SURCHARGE', amount: 0, }, ], }, customer: { customerId: 'Euler is the best', billingAddress: { firstName: 'Card', lastName: 'Holder Name', postalCode: '94043', addressLine1: '1600 Amphitheatre Parkway', countryCode: 'US', city: 'Mountain View', state: 'CA', }, }, paymentMethod: { vaultOnSuccess: false, options: [ { type: 'PAYPAL', surcharge: 0, }, { type: 'PAYMENT_CARD', networks: [ { type: 'VISA', surcharge: 0, }, { type: 'MASTERCARD', surcharge: 0, }, ], }, { type: 'ADYEN_IDEAL', surcharge: 0, }, { type: 'PAY_NL_PAYPAL', surcharge: 0, }, { type: 'APPLE_PAY', surcharge: 0, }, { type: 'ADYEN_SOFORT', surcharge: 0, }, { type: 'GOOGLE_PAY', surcharge: 0, }, ], orderedAllowedCardNetworks: [ 'VISA', 'MASTERCARD', 'AMEX', 'MAESTRO', 'UNIONPAY', 'CARTES_BANCAIRES', 'DANKORT', 'DINERS_CLUB', 'DISCOVER', 'ENROUTE', 'ELO', 'HIPER', 'INTERAC', 'JCB', 'MIR', 'OTHER', ], vaultOnAgreement: false, }, }, primerAccountId: '84100a01-523f-4347-ac44-e8a3e7083d9a', env: 'SANDBOX', paymentMethods: [ { id: 'e787b281-e4f9-4494-96e8-188917540654', type: 'ADYEN_IDEAL', options: { merchantId: 'PrimerJbTestECOM', merchantAccountId: '4ad980f3-ccc7-5e8e-9a9c-81cd6f5214d4', }, processorConfigId: '9319ad4e-cd51-4517-9d46-bc7be244752a', implementationType: 'WEB_REDIRECT', name: 'iDeal', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/IDEAL/ideal-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/IDEAL/ideal-logo@3x.png', light: 'https://assets.sandbox.core.primer.io/IDEAL/ideal-logo@3x.png', }, backgroundColor: { colored: '#CC0066', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, popup: { width: 1050, height: 1300, }, }, forceRedirect: false, implementation: {}, }, { id: 'e1b5e078-081c-4075-a3cc-5ebc779d36f2', type: 'KLARNA', options: { merchantId: 'Primer', merchantAccountId: 'b6902742-384a-5dfa-b1ff-7dcd02880dc3', clientId: 'Primer', }, processorConfigId: 'b70c2b11-e37f-41fe-9797-d3900f343a36', implementationType: 'NATIVE_SDK', name: 'Klarna', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/KLARNA/klarna-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/KLARNA/klarna-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/KLARNA/klarna-logo-light@3x.png', }, backgroundColor: { colored: '#FFB3C7', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { colored: '#FFB3C7', dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: '4e9497d8-1503-4541-8ead-d88151ffa257', type: 'XFERS_PAYNOW', options: { merchantId: 'testi', merchantAccountId: '6fb12703-1795-55ac-875e-2e8476cb8390', }, processorConfigId: '545e5533-b575-4c61-aebe-dec49a836f1b', implementationType: 'NATIVE_SDK', name: 'Xfers', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/XFERS/xfers-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/XFERS/xfers-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/XFERS/xfers-logo-light@3x.png', }, backgroundColor: { colored: '#941C80', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { colored: '#028BF4', dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: '9e407fb0-a2f8-4636-a5bc-f404ac757c68', type: 'PAYPAL', options: { merchantId: 'sb-iyjg882920702@business.example.com', merchantAccountId: 'e584f5c7-3c7f-5b58-b187-8e641b0cdce4', clientId: 'AXsZfsyf2jtpTpLQARwSeBurtfT6WiRjHQt1PodMf94gPH0iLwglSdSJ7ZAQT3tCHNZQL--VlrVfwscv', intent: 'authorize', }, processorConfigId: '573b0c98-d588-4223-973f-513a5b5a6177', implementationType: 'NATIVE_SDK', name: 'PayPal', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/PAYPAL/paypal-logo@3x.png', }, backgroundColor: { colored: '#0070BA', }, cornerRadius: 4, }, }, forceRedirect: false, implementation: {}, }, { id: 'c657ae04-c230-4be4-9615-9b822743e5e4', type: 'APPLE_PAY', options: { merchantId: '84100a01523f4347ac44e8a3e7083d9a', merchantName: 'DX QA Account', merchantDomains: [], }, implementationType: 'NATIVE_SDK', name: 'Apple Pay', displayMetadata: { button: { iconUrl: { dark: 'https://assets.sandbox.core.primer.io/APPLE_PAY/apple-pay-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/APPLE_PAY/apple-pay-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, }, implementation: {}, }, { id: '527ee4ff-2c66-4234-829f-d20480f3aa09', type: 'GOOGLE_PAY', options: { merchantId: '06134396481468734566', merchantName: 'Primer', type: 'GOOGLE_PAY', }, implementationType: 'NATIVE_SDK', name: 'Google Pay', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/GOOGLE_PAY/google-pay-logo-dark@3x.png', dark: 'https://assets.sandbox.core.primer.io/GOOGLE_PAY/google-pay-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/GOOGLE_PAY/google-pay-logo-light@3x.png', }, backgroundColor: { colored: '#000000', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 1, dark: 1, light: 1, }, borderColor: { colored: '#8E8E93', dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { type: 'PAYMENT_CARD', options: { threeDSecureProvider: '3DSECUREIO', threeDSecureEnabled: true, }, implementationType: 'NATIVE_SDK', name: 'Card', displayMetadata: { button: { iconUrl: { dark: 'https://assets.sandbox.core.primer.io/PAYMENT_CARD/payment-card-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/PAYMENT_CARD/payment-card-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay by card', textColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, ], styleDefaults: {}, }"
|
|
1716
|
+
"name": "i",
|
|
1717
|
+
"default": "e"
|
|
1765
1718
|
}
|
|
1766
1719
|
],
|
|
1767
1720
|
"exports": [
|
|
1768
1721
|
{
|
|
1769
1722
|
"kind": "js",
|
|
1770
|
-
"name": "
|
|
1771
|
-
"declaration": {
|
|
1772
|
-
"name": "settings",
|
|
1773
|
-
"module": "e2e/mocks/card-3ds.ts"
|
|
1774
|
-
}
|
|
1775
|
-
},
|
|
1776
|
-
{
|
|
1777
|
-
"kind": "js",
|
|
1778
|
-
"name": "CONFIGURATION_RESPONSE",
|
|
1723
|
+
"name": "templates",
|
|
1779
1724
|
"declaration": {
|
|
1780
|
-
"name": "
|
|
1781
|
-
"module": "
|
|
1725
|
+
"name": "i",
|
|
1726
|
+
"module": "dist/chunks/ca.SANDLFEK.js"
|
|
1782
1727
|
}
|
|
1783
1728
|
}
|
|
1784
1729
|
]
|
|
1785
1730
|
},
|
|
1786
1731
|
{
|
|
1787
1732
|
"kind": "javascript-module",
|
|
1788
|
-
"path": "
|
|
1733
|
+
"path": "dist/chunks/chunk.DV3REKZU.js",
|
|
1789
1734
|
"declarations": [
|
|
1790
|
-
{
|
|
1791
|
-
"kind": "variable",
|
|
1792
|
-
"name": "settings",
|
|
1793
|
-
"type": {
|
|
1794
|
-
"text": "string"
|
|
1795
|
-
},
|
|
1796
|
-
"default": "'?settings=eyJjbGllbnRTZXNzaW9uQ29uZmlnIjp7ImN1c3RvbWVySWQiOiJhaXJ3YWxsZXgtY3VzdG9tZXItaWQtZGVtbyIsIm9yZGVySWQiOiIzNDc3NSIsImFtb3VudCI6MTAwMCwiY3VycmVuY3lDb2RlIjoiRVVSIiwibWV0YWRhdGEiOnsid29ya2Zsb3ciOiJhaXJ3YWxsZXgifSwib3JkZXIiOnsiY291bnRyeUNvZGUiOiJHQiIsImxpbmVJdGVtcyI6W3siaXRlbUlkIjoicHJpbWVyLWhvb2RpZS1ncmF5IiwiZGVzY3JpcHRpb24iOiJQcmltZXIgSG9vZGllIiwiYW1vdW50IjoxMDAwLCJxdWFudGl0eSI6MX1dfSwiY3VzdG9tZXIiOnt9LCJwYXltZW50TWV0aG9kIjp7InZhdWx0T25TdWNjZXNzIjpmYWxzZSwidmF1bHRPbjNEUyI6ZmFsc2UsIm9wdGlvbnMiOnsiUEFZUEFMIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fSwiUEFZTUVOVF9DQVJEIjp7Im5ldHdvcmtzIjp7IlZJU0EiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJNQVNURVJDQVJEIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fX19LCJBRFlFTl9JREVBTCI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIlBBWV9OTF9QQVlQQUwiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJBUFBMRV9QQVkiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJBRFlFTl9TT0ZPUlQiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJHT09HTEVfUEFZIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fX0sIm9yZGVyZWRBbGxvd2VkQ2FyZE5ldHdvcmtzIjpbIlZJU0EiLCJNQVNURVJDQVJEIiwiQU1FWCIsIk1BRVNUUk8iLCJVTklPTlBBWSIsIkNBUlRFU19CQU5DQUlSRVMiLCJEQU5LT1JUIiwiRElORVJTX0NMVUIiLCJESVNDT1ZFUiIsIkVOUk9VVEUiLCJFTE8iLCJISVBFUiIsIklOVEVSQUMiLCJKQ0IiLCJNSVIiLCJPVEhFUiJdfX0sImNsaWVudE9wdGlvbnMiOnsiY29udGFpbmVyIjoiI2NvbnRhaW5lciIsImNhcmQiOnsicHJlZmVycmVkRmxvdyI6IkVNQkVEREVEX0lOX0hPTUUifSwiZGlyZWN0RGViaXQiOnsiY3VzdG9tZXJDb3VudHJ5Q29kZSI6IkZSIiwiY29tcGFueU5hbWUiOiJQcmltZXIgQVBJIExURCIsImNvbXBhbnlBZGRyZXNzIjoiMTIzIEZha2UgU3QsIExvbmRvbiwgRUMyQSA4WFkifSwicmVkaXJlY3QiOnsiZm9yY2VSZWRpcmVjdCI6ZmFsc2V9LCJnb29nbGVQYXkiOnsiY2FwdHVyZUJpbGxpbmdBZGRyZXNzIjp0cnVlfX0sImFwaUNvbmZpZyI6eyJhcGlLZXkiOiJjY2VlMmJlOC1kZjA4LTRjNzktODU2ZC00MDA4NTM0OWU5ZGEiLCJhcGlWZXJzaW9uIjoiMi4yIiwiZW52IjoiQ1VTVE9NX1NUQUdJTkcifSwiaGVhZGxlc3NPcHRpb25zIjp7fSwibGl0Q29tcG9uZW50c09wdGlvbnMiOnsic2RrQ29yZSI6ZmFsc2V9fQ=='"
|
|
1797
|
-
},
|
|
1798
|
-
{
|
|
1799
|
-
"kind": "variable",
|
|
1800
|
-
"name": "CONFIGURATION_RESPONSE",
|
|
1801
|
-
"type": {
|
|
1802
|
-
"text": "object"
|
|
1803
|
-
},
|
|
1804
|
-
"default": "{ coreUrl: 'https://api.staging.primer.io', pciUrl: 'https://sdk.api.staging.primer.io', binDataUrl: 'https://bin-data.api.staging.core.primer.io', assetsUrl: 'https://assets.staging.core.primer.io', checkoutModules: [ { type: 'CARD_INFORMATION', options: { cardHolderName: true, cardholderName: true, }, }, { type: 'TAX_CALCULATION', requestUrl: '/sales-tax/calculate', }, ], clientSession: { clientSessionId: '7430ecc6-a520-4353-bf03-030bb09ba4b7', order: { orderId: '34775', currencyCode: 'EUR', countryCode: 'GB', totalOrderAmount: 1000, merchantAmount: 1000, lineItems: [ { itemId: 'primer-hoodie-gray', description: 'Primer Hoodie', amount: 1000, quantity: 1, }, ], }, customer: { customerId: 'airwallex-customer-id-demo', }, paymentMethod: { vaultOnSuccess: false, options: [ { type: 'PAYPAL', surcharge: 0, }, { type: 'PAYMENT_CARD', networks: [ { type: 'VISA', surcharge: 0, }, { type: 'MASTERCARD', surcharge: 0, }, ], }, { type: 'ADYEN_IDEAL', surcharge: 0, }, { type: 'PAY_NL_PAYPAL', surcharge: 0, }, { type: 'APPLE_PAY', surcharge: 0, }, { type: 'ADYEN_SOFORT', surcharge: 0, }, { type: 'GOOGLE_PAY', surcharge: 0, }, ], orderedAllowedCardNetworks: [ 'VISA', 'MASTERCARD', 'AMEX', 'MAESTRO', 'UNIONPAY', 'CARTES_BANCAIRES', 'DANKORT', 'DINERS_CLUB', 'DISCOVER', 'ENROUTE', 'ELO', 'HIPER', 'INTERAC', 'JCB', 'MIR', 'OTHER', ], vaultOnAgreement: false, }, }, primerAccountId: 'd634b2c6-17d8-4347-bac0-df642c2d6469', env: 'STAGING', paymentMethods: [ { id: 'd2862cfb-05a8-4304-9d80-6652450d19d7', type: 'AFTERPAY', options: { merchantId: 'wont-work', merchantAccountId: '04070052-bcd7-5d2f-92d0-70d1c9b30ce0', }, processorConfigId: '2805ab6e-6b0b-40e2-9d65-1e5c800a530e', implementationType: 'WEB_REDIRECT', name: 'Afterpay', displayMetadata: { button: { iconUrl: { colored: 'https://assets.staging.core.primer.io/AFTERPAY/afterpay-cash-app-logo-dark@3x.png', dark: 'https://assets.staging.core.primer.io/AFTERPAY/afterpay-cash-app-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/AFTERPAY/afterpay-cash-app-logo-dark@3x.png', }, backgroundColor: { colored: '#000000', dark: '#000000', light: '#000000', }, cornerRadius: 4, borderWidth: { colored: 1, dark: 1, light: 1, }, borderColor: { colored: '#000000', dark: '#FFFFFF', light: '#000000', }, textColor: { dark: '#FFFFFF', light: '#FFFFFF', }, iconPositionRelativeToText: 'END', }, }, forceRedirect: false, implementation: {}, }, { id: 'f4105e92-bf54-4652-a7ac-63a2adf3a96d', type: 'ALMA', options: { merchantId: '9b7d77ef-4862-4900-902c-8ff623476826', merchantAccountId: 'e11ef8e1-10a8-542d-924d-ae0546a03d35', }, processorConfigId: '9b7d77ef-4862-4900-902c-8ff623476826', implementationType: 'WEB_REDIRECT', name: 'Alma', displayMetadata: { button: { iconUrl: { colored: 'https://assets.staging.core.primer.io/ALMA/alma-logo-dark@3x.png', dark: 'https://assets.staging.core.primer.io/ALMA/alma-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/ALMA/alma-logo@3x.png', }, backgroundColor: { colored: '#FA5022', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 1, dark: 1, light: 1, }, borderColor: { colored: '#FA5022', dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, { id: '588df103-82e2-4888-bf49-63f0182e516e', type: 'BRAINTREE_VENMO', options: { merchantId: 'primer', merchantAccountId: '4dd30736-e360-5562-994a-b9de0dc2c2da', }, processorConfigId: '99b3dd12-2d18-48b4-a700-acd8f7943bcb', implementationType: 'WEB_REDIRECT', name: 'Venmo', displayMetadata: { button: { iconUrl: { colored: 'https://assets.staging.core.primer.io/VENMO/venmo-logo@3x.png', dark: 'https://assets.staging.core.primer.io/VENMO/venmo-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/VENMO/venmo-logo-light@3x.png', }, backgroundColor: { colored: '#008CFF', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, { id: '4cc272a3-69eb-46b6-9938-cd672d7a7cbd', type: 'ADYEN_MULTIBANCO', options: { merchantId: 'PrimerJbTestECOM', merchantAccountId: '2e2d6a59-730f-52da-8fa6-a3766f4fa1f0', }, processorConfigId: '254dd1d0-211a-4039-850f-a378dc3c3f5a', implementationType: 'NATIVE_SDK', name: 'Multibanco', displayMetadata: { button: { iconUrl: { colored: 'https://assets.staging.core.primer.io/MULTIBANCO/multibanco-logo@3x.png', dark: 'https://assets.staging.core.primer.io/MULTIBANCO/multibanco-logo@3x.png', light: 'https://assets.staging.core.primer.io/MULTIBANCO/multibanco-logo-light@3x.png', }, backgroundColor: { colored: '#000000', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: { headless: { supportedManagerCategories: ['RAW_DATA'], }, events: [ { eventType: 'ON_START', uiAction: { actionType: 'NAVIGATE', screenId: 'start_screen', }, }, { eventType: 'ON_REQUIRED_ACTION_RECEIVED', uiAction: { actionType: 'NAVIGATE', screenId: 'voucher_screen', }, }, { eventType: 'ON_ERROR', uiAction: { actionType: 'NAVIGATE', screenId: 'error_screen', }, }, ], screens: [ { screenId: 'start_screen', isBackButtonEnabled: true, isShareButtonEnabled: false, orientation: 'VERTICAL', components: [ { style: { margin: { top: 'S', }, textStyle: 'TITLE', }, }, {}, ], }, { screenId: 'voucher_screen', isBackButtonEnabled: true, isShareButtonEnabled: true, orientation: 'VERTICAL', components: [ { style: { margin: { top: 'S', }, textStyle: 'TITLE', }, }, { orientation: 'HORIZONTAL', components: [ { style: { margin: { top: 'S', }, alignmentInParent: 'RIGHT', textStyle: 'TITLE', }, }, { style: { margin: { top: 'S', }, alignmentInParent: 'LEFT', textStyle: 'TITLE', }, }, ], alignment: 'FILL', distribution: 'FILL', }, { orientation: 'HORIZONTAL', components: [ { style: { margin: { top: 'S', }, alignmentInParent: 'RIGHT', textStyle: 'TITLE', }, }, { style: { margin: { top: 'S', }, alignmentInParent: 'LEFT', textStyle: 'TITLE', }, }, {}, ], alignment: 'FILL', distribution: 'FILL', }, ], }, { screenId: 'error_screen', isBackButtonEnabled: false, isShareButtonEnabled: false, orientation: 'VERTICAL', components: [{}], }, ], }, }, { id: '642bb622-b133-4445-904e-0e844967d4bb', type: 'FINTECTURE_IMMEDIATE_TRANSFER', options: { merchantId: '15808a62-2ac5-458b-b1b6-0ca0bce2d690', merchantAccountId: '55bbc227-ddf7-57f9-a0e8-4ebde5505ce5', }, processorConfigId: '15808a62-2ac5-458b-b1b6-0ca0bce2d690', implementationType: 'WEB_REDIRECT', name: 'Fintecture Immediate Transfer', displayMetadata: { button: { iconUrl: { dark: 'https://assets.staging.core.primer.io/FINTECTURE/inverted@3x.png', light: 'https://assets.staging.core.primer.io/FINTECTURE/default@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay by Immediate transfer', textColor: { dark: '#FFFFFF', light: '#000000', }, iconPositionRelativeToText: 'START', }, }, forceRedirect: true, implementation: {}, }, { id: '8f057fb9-2737-44f4-aca8-7021ca5689bc', type: 'APPLE_PAY', options: { merchantId: 'd634b2c617d84347bac0df642c2d6469', merchantName: 'Connections', merchantDomains: [], }, implementationType: 'NATIVE_SDK', name: 'Apple Pay', displayMetadata: { button: { iconUrl: { dark: 'https://assets.staging.core.primer.io/APPLE_PAY/apple-pay-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/APPLE_PAY/apple-pay-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, }, implementation: {}, }, { id: '418673aa-954f-4f3e-89e9-d447574a1e14', type: 'SIPS_CPAY', options: { merchantId: '789b21f7-bd18-42f7-8ce8-a0d7320ec3ad', merchantAccountId: '946e95a0-63d0-5afd-9389-c4aea5a9b1fa', }, processorConfigId: '789b21f7-bd18-42f7-8ce8-a0d7320ec3ad', implementationType: 'WEB_REDIRECT', name: 'Cpay', displayMetadata: { button: { iconUrl: { colored: 'https://assets.staging.core.primer.io/CPAY/cpay-logo@3x.png', dark: 'https://assets.staging.core.primer.io/CPAY/cpay-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/CPAY/cpay-logo-light@3x.png', }, backgroundColor: { colored: '#FFFFFF', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#000000', }, }, popup: { width: 830, height: 1000, }, }, forceRedirect: false, implementation: {}, }, { id: 'ba29b47f-bd66-46d6-a3e3-aa27c3b1d110', type: 'ADYEN_ALIPAY', options: { merchantId: 'PrimerJbTestECOM', merchantAccountId: '2e2d6a59-730f-52da-8fa6-a3766f4fa1f0', }, processorConfigId: '254dd1d0-211a-4039-850f-a378dc3c3f5a', implementationType: 'WEB_REDIRECT', name: 'Alipay', displayMetadata: { button: { iconUrl: { colored: 'https://assets.staging.core.primer.io/ALIPAY/alipay-logo@3x.png', dark: 'https://assets.staging.core.primer.io/ALIPAY/alipay-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/ALIPAY/alipay-logo-light@3x.png', }, backgroundColor: { colored: '#31B1F0', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, { id: 'd5b11ef6-c0da-4b85-9095-cc260ddeb009', type: 'ADYEN_VIPPS', options: { merchantId: 'PrimerJbTestECOM', merchantAccountId: '2e2d6a59-730f-52da-8fa6-a3766f4fa1f0', }, processorConfigId: '254dd1d0-211a-4039-850f-a378dc3c3f5a', implementationType: 'WEB_REDIRECT', name: 'Vipps', displayMetadata: { button: { iconUrl: { colored: 'https://assets.staging.core.primer.io/VIPPS/vipps-logo@3x.png', dark: 'https://assets.staging.core.primer.io/VIPPS/vipps-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/VIPPS/vipps-logo-light@3x.png', }, backgroundColor: { colored: '#FF5B24', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: 'd180c74e-3616-4ada-b9ae-b9ad1c554efe', type: 'TRIPLE_A', options: { merchantId: '13eb240b-3da3-43a4-b8a8-1648d6c8cf99', merchantAccountId: 'ebac4f47-a9be-5523-94a9-6b381619ce07', }, processorConfigId: '13eb240b-3da3-43a4-b8a8-1648d6c8cf99', implementationType: 'WEB_REDIRECT', name: 'Triple-A', displayMetadata: { button: { iconUrl: { dark: 'https://assets.staging.core.primer.io/TRIPLE_A/triplea-logo@3x.png', light: 'https://assets.staging.core.primer.io/TRIPLE_A/triplea-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay with Crypto', textColor: { dark: '#FFFFFF', light: '#000000', }, iconPositionRelativeToText: 'END', }, popup: { width: 830, height: 1000, }, }, forceRedirect: false, implementation: {}, }, { id: 'fe2aa1da-6cad-41dc-885f-ea5483f49441', type: 'PAYPAL', options: { merchantId: 'sb-gmcgm25177732@business.example.com', merchantAccountId: 'bc5908a7-3b62-5696-804b-274eaa68fc3e', clientId: 'AcTGoAPNhwfbSPbiVYSlrUGwTBGijs6GvFGci2R3QI1jlu5ewofPFq0yZDm-Rka07c1FtY4DVnsRerPK', intent: 'authorize', }, processorConfigId: '0a5952b4-cbdf-49b6-a982-022bc0bd0f7f', implementationType: 'NATIVE_SDK', name: 'PayPal', displayMetadata: { button: { iconUrl: { colored: 'https://assets.staging.core.primer.io/PAYPAL/paypal-logo@3x.png', }, backgroundColor: { colored: '#0070BA', }, cornerRadius: 4, }, }, forceRedirect: false, implementation: {}, }, { id: '5f36bcaa-6479-4f4a-87ab-b526348c520f', type: 'GOOGLE_PAY', options: { merchantId: '06134396481468734566', merchantName: 'Primer', type: 'GOOGLE_PAY', }, implementationType: 'NATIVE_SDK', name: 'Google Pay', displayMetadata: { button: { iconUrl: { colored: 'https://assets.staging.core.primer.io/GOOGLE_PAY/google-pay-logo-dark@3x.png', dark: 'https://assets.staging.core.primer.io/GOOGLE_PAY/google-pay-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/GOOGLE_PAY/google-pay-logo-light@3x.png', }, backgroundColor: { colored: '#000000', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 1, dark: 1, light: 1, }, borderColor: { colored: '#8E8E93', dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: '4bf74ad3-1d02-43f8-9d4e-f9825e5b48c5', type: 'PAYMENT_CARD', options: { merchantId: 'test', merchantAccountId: '46c7a690-924b-5b5e-a651-6a962f926b07', }, processorConfigId: 'e4dd8fc6-293f-4208-9160-fbfbfd6b0a4c', implementationType: 'NATIVE_SDK', name: 'Card', displayMetadata: { button: { iconUrl: { dark: 'https://assets.staging.core.primer.io/PAYMENT_CARD/payment-card-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/PAYMENT_CARD/payment-card-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay by card', textColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, { type: 'PAYMENT_CARD', options: { threeDSecureProvider: '3DSECUREIO', threeDSecureEnabled: true, }, implementationType: 'NATIVE_SDK', name: 'Card', displayMetadata: { button: { iconUrl: { dark: 'https://assets.staging.core.primer.io/PAYMENT_CARD/payment-card-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/PAYMENT_CARD/payment-card-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay by card', textColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, { id: '4bf74ad3-1d02-43f8-9d4e-f9825e5b48c5', type: 'PAYMENT_CARD', options: { merchantId: 'test', merchantAccountId: '46c7a690-924b-5b5e-a651-6a962f926b07', }, processorConfigId: 'e4dd8fc6-293f-4208-9160-fbfbfd6b0a4c', implementationType: 'NATIVE_SDK', name: 'Card', displayMetadata: { button: { iconUrl: { dark: 'https://assets.staging.core.primer.io/PAYMENT_CARD/payment-card-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/PAYMENT_CARD/payment-card-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay by card', textColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, { type: 'PAYMENT_CARD', options: { threeDSecureProvider: '3DSECUREIO', threeDSecureEnabled: true, }, implementationType: 'NATIVE_SDK', name: 'Card', displayMetadata: { button: { iconUrl: { dark: 'https://assets.staging.core.primer.io/PAYMENT_CARD/payment-card-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/PAYMENT_CARD/payment-card-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay by card', textColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, ], styleDefaults: {}, }"
|
|
1805
|
-
},
|
|
1806
|
-
{
|
|
1807
|
-
"kind": "variable",
|
|
1808
|
-
"name": "SUCCESSFUL_CARD_NUMBER",
|
|
1809
|
-
"type": {
|
|
1810
|
-
"text": "string"
|
|
1811
|
-
},
|
|
1812
|
-
"default": "'4035 5010 0000 0008'"
|
|
1813
|
-
},
|
|
1814
|
-
{
|
|
1815
|
-
"kind": "variable",
|
|
1816
|
-
"name": "FAILURE_CARD_NUMBER",
|
|
1817
|
-
"type": {
|
|
1818
|
-
"text": "string"
|
|
1819
|
-
},
|
|
1820
|
-
"default": "'4242 4242 4242 4242'"
|
|
1821
|
-
},
|
|
1822
1735
|
{
|
|
1823
1736
|
"kind": "function",
|
|
1824
|
-
"name": "
|
|
1737
|
+
"name": "k",
|
|
1825
1738
|
"parameters": [
|
|
1826
1739
|
{
|
|
1827
|
-
"name": "
|
|
1828
|
-
"type": {
|
|
1829
|
-
"text": "Page"
|
|
1830
|
-
}
|
|
1740
|
+
"name": "c"
|
|
1831
1741
|
}
|
|
1832
1742
|
]
|
|
1833
1743
|
},
|
|
1834
1744
|
{
|
|
1835
|
-
"kind": "
|
|
1836
|
-
"name": "
|
|
1837
|
-
"
|
|
1838
|
-
{
|
|
1839
|
-
"name": "page",
|
|
1840
|
-
"type": {
|
|
1841
|
-
"text": "Page"
|
|
1842
|
-
}
|
|
1843
|
-
}
|
|
1844
|
-
]
|
|
1745
|
+
"kind": "variable",
|
|
1746
|
+
"name": "b",
|
|
1747
|
+
"default": "c[a]"
|
|
1845
1748
|
},
|
|
1846
1749
|
{
|
|
1847
1750
|
"kind": "function",
|
|
1848
|
-
"name": "
|
|
1751
|
+
"name": "l",
|
|
1849
1752
|
"parameters": [
|
|
1850
1753
|
{
|
|
1851
|
-
"name": "
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1754
|
+
"name": "c"
|
|
1755
|
+
},
|
|
1756
|
+
{
|
|
1757
|
+
"name": "a"
|
|
1758
|
+
},
|
|
1759
|
+
{
|
|
1760
|
+
"name": "b"
|
|
1761
|
+
},
|
|
1762
|
+
{
|
|
1763
|
+
"name": "e"
|
|
1855
1764
|
}
|
|
1856
1765
|
]
|
|
1857
1766
|
},
|
|
1858
1767
|
{
|
|
1859
1768
|
"kind": "function",
|
|
1860
|
-
"name": "
|
|
1769
|
+
"name": "m",
|
|
1861
1770
|
"parameters": [
|
|
1862
1771
|
{
|
|
1863
|
-
"name": "
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1772
|
+
"name": "c"
|
|
1773
|
+
},
|
|
1774
|
+
{
|
|
1775
|
+
"name": "a"
|
|
1776
|
+
},
|
|
1777
|
+
{
|
|
1778
|
+
"name": "b"
|
|
1867
1779
|
}
|
|
1868
1780
|
]
|
|
1869
1781
|
}
|
|
@@ -1871,312 +1783,146 @@
|
|
|
1871
1783
|
"exports": [
|
|
1872
1784
|
{
|
|
1873
1785
|
"kind": "js",
|
|
1874
|
-
"name": "
|
|
1875
|
-
"declaration": {
|
|
1876
|
-
"name": "settings",
|
|
1877
|
-
"module": "e2e/mocks/card-basic.ts"
|
|
1878
|
-
}
|
|
1879
|
-
},
|
|
1880
|
-
{
|
|
1881
|
-
"kind": "js",
|
|
1882
|
-
"name": "CONFIGURATION_RESPONSE",
|
|
1883
|
-
"declaration": {
|
|
1884
|
-
"name": "CONFIGURATION_RESPONSE",
|
|
1885
|
-
"module": "e2e/mocks/card-basic.ts"
|
|
1886
|
-
}
|
|
1887
|
-
},
|
|
1888
|
-
{
|
|
1889
|
-
"kind": "js",
|
|
1890
|
-
"name": "SUCCESSFUL_CARD_NUMBER",
|
|
1891
|
-
"declaration": {
|
|
1892
|
-
"name": "SUCCESSFUL_CARD_NUMBER",
|
|
1893
|
-
"module": "e2e/mocks/card-basic.ts"
|
|
1894
|
-
}
|
|
1895
|
-
},
|
|
1896
|
-
{
|
|
1897
|
-
"kind": "js",
|
|
1898
|
-
"name": "FAILURE_CARD_NUMBER",
|
|
1899
|
-
"declaration": {
|
|
1900
|
-
"name": "FAILURE_CARD_NUMBER",
|
|
1901
|
-
"module": "e2e/mocks/card-basic.ts"
|
|
1902
|
-
}
|
|
1903
|
-
},
|
|
1904
|
-
{
|
|
1905
|
-
"kind": "js",
|
|
1906
|
-
"name": "mockPaymentInstruments",
|
|
1907
|
-
"declaration": {
|
|
1908
|
-
"name": "mockPaymentInstruments",
|
|
1909
|
-
"module": "e2e/mocks/card-basic.ts"
|
|
1910
|
-
}
|
|
1911
|
-
},
|
|
1912
|
-
{
|
|
1913
|
-
"kind": "js",
|
|
1914
|
-
"name": "mockPayments",
|
|
1786
|
+
"name": "a",
|
|
1915
1787
|
"declaration": {
|
|
1916
|
-
"name": "
|
|
1917
|
-
"module": "
|
|
1788
|
+
"name": "k",
|
|
1789
|
+
"module": "dist/chunks/chunk.DV3REKZU.js"
|
|
1918
1790
|
}
|
|
1919
1791
|
},
|
|
1920
1792
|
{
|
|
1921
1793
|
"kind": "js",
|
|
1922
|
-
"name": "
|
|
1794
|
+
"name": "b",
|
|
1923
1795
|
"declaration": {
|
|
1924
|
-
"name": "
|
|
1925
|
-
"module": "
|
|
1796
|
+
"name": "l",
|
|
1797
|
+
"module": "dist/chunks/chunk.DV3REKZU.js"
|
|
1926
1798
|
}
|
|
1927
1799
|
},
|
|
1928
1800
|
{
|
|
1929
1801
|
"kind": "js",
|
|
1930
|
-
"name": "
|
|
1802
|
+
"name": "c",
|
|
1931
1803
|
"declaration": {
|
|
1932
|
-
"name": "
|
|
1933
|
-
"module": "
|
|
1804
|
+
"name": "m",
|
|
1805
|
+
"module": "dist/chunks/chunk.DV3REKZU.js"
|
|
1934
1806
|
}
|
|
1935
1807
|
}
|
|
1936
1808
|
]
|
|
1937
1809
|
},
|
|
1938
1810
|
{
|
|
1939
1811
|
"kind": "javascript-module",
|
|
1940
|
-
"path": "
|
|
1812
|
+
"path": "dist/chunks/chunk.QMLIEEKM.js",
|
|
1941
1813
|
"declarations": [
|
|
1942
1814
|
{
|
|
1943
1815
|
"kind": "variable",
|
|
1944
|
-
"name": "
|
|
1945
|
-
"type": {
|
|
1946
|
-
"text": "string"
|
|
1947
|
-
},
|
|
1948
|
-
"default": "'?settings=eyJjbGllbnRTZXNzaW9uQ29uZmlnIjp7ImN1c3RvbWVySWQiOiJFdWxlciBpcyB0aGUgYmVzdCIsIm9yZGVySWQiOiI0NTg1OCIsImFtb3VudCI6NjAwLCJjdXJyZW5jeUNvZGUiOiJFVVIiLCJtZXRhZGF0YSI6eyJzY2VuYXJpbyI6IkdPT0dMRV9QQVkifSwib3JkZXIiOnsiY291bnRyeUNvZGUiOiJERSIsImxpbmVJdGVtcyI6W3siaXRlbUlkIjoicHJpbWVyLWhvb2RpZS1ncmF5IiwiZGVzY3JpcHRpb24iOiJQcmltZXIgSG9vZGllIiwiYW1vdW50Ijo2MDAsInF1YW50aXR5IjoxfV19LCJjdXN0b21lciI6e30sInBheW1lbnRNZXRob2QiOnsidmF1bHRPblN1Y2Nlc3MiOmZhbHNlLCJ2YXVsdE9uM0RTIjpmYWxzZSwib3B0aW9ucyI6eyJQQVlQQUwiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJQQVlNRU5UX0NBUkQiOnsibmV0d29ya3MiOnsiVklTQSI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIk1BU1RFUkNBUkQiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19fX0sIkFEWUVOX0lERUFMIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fSwiUEFZX05MX1BBWVBBTCI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIkFQUExFX1BBWSI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIkFEWUVOX1NPRk9SVCI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIkdPT0dMRV9QQVkiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19fSwib3JkZXJlZEFsbG93ZWRDYXJkTmV0d29ya3MiOlsiVklTQSIsIk1BU1RFUkNBUkQiLCJBTUVYIiwiTUFFU1RSTyIsIlVOSU9OUEFZIiwiQ0FSVEVTX0JBTkNBSVJFUyIsIkRBTktPUlQiLCJESU5FUlNfQ0xVQiIsIkRJU0NPVkVSIiwiRU5ST1VURSIsIkVMTyIsIkhJUEVSIiwiSU5URVJBQyIsIkpDQiIsIk1JUiIsIk9USEVSIl19fSwiY2xpZW50T3B0aW9ucyI6eyJjYXJkIjp7InByZWZlcnJlZEZsb3ciOiJFTUJFRERFRF9JTl9IT01FIn0sImRpcmVjdERlYml0Ijp7ImN1c3RvbWVyQ291bnRyeUNvZGUiOiJGUiIsImNvbXBhbnlOYW1lIjoiUHJpbWVyIEFQSSBMVEQiLCJjb21wYW55QWRkcmVzcyI6IjEyMyBGYWtlIFN0LCBMb25kb24sIEVDMkEgOFhZIn0sInJlZGlyZWN0Ijp7ImZvcmNlUmVkaXJlY3QiOmZhbHNlfSwiZ29vZ2xlUGF5Ijp7ImNhcHR1cmVCaWxsaW5nQWRkcmVzcyI6dHJ1ZX19LCJhcGlDb25maWciOnsiYXBpS2V5IjoiMmI4NTM3YjItNDc4Yy00MzE1LTg4ZmItZjE5NTQ1MDBiNWZhIiwiYXBpVmVyc2lvbiI6IjIuMyIsImVudiI6IkNVU1RPTV9TQU5EQk9YIn0sImhlYWRsZXNzT3B0aW9ucyI6e30sImxpdENvbXBvbmVudHNPcHRpb25zIjp7InNka0NvcmUiOmZhbHNlfX0='"
|
|
1949
|
-
},
|
|
1950
|
-
{
|
|
1951
|
-
"kind": "variable",
|
|
1952
|
-
"name": "CONFIGURATION_RESPONSE",
|
|
1816
|
+
"name": "t",
|
|
1953
1817
|
"type": {
|
|
1954
1818
|
"text": "object"
|
|
1955
1819
|
},
|
|
1956
|
-
"default": "{ coreUrl: 'https://api.sandbox.primer.io', pciUrl: 'https://sdk.api.sandbox.primer.io', binDataUrl: 'https://bin-data.api.sandbox.core.primer.io', assetsUrl: 'https://assets.sandbox.core.primer.io', checkoutModules: [ { type: 'TAX_CALCULATION', requestUrl: '/sales-tax/calculate', }, { type: 'CARD_INFORMATION', }, ], clientSession: { clientSessionId: 'ff9ecd24-537f-4928-a8e4-5534d2375200', order: { orderId: '45858', currencyCode: 'EUR', countryCode: 'DE', totalOrderAmount: 600, merchantAmount: 600, lineItems: [ { itemId: 'primer-hoodie-gray', description: 'Primer Hoodie', amount: 600, quantity: 1, }, ], }, customer: { customerId: 'Euler is the best', }, paymentMethod: { vaultOnSuccess: false, options: [ { type: 'PAYPAL', surcharge: 0, }, { type: 'PAYMENT_CARD', networks: [ { type: 'VISA', surcharge: 0, }, { type: 'MASTERCARD', surcharge: 0, }, ], }, { type: 'ADYEN_IDEAL', surcharge: 0, }, { type: 'PAY_NL_PAYPAL', surcharge: 0, }, { type: 'APPLE_PAY', surcharge: 0, }, { type: 'ADYEN_SOFORT', surcharge: 0, }, { type: 'GOOGLE_PAY', surcharge: 0, }, ], orderedAllowedCardNetworks: [ 'VISA', 'MASTERCARD', 'AMEX', 'MAESTRO', 'UNIONPAY', 'CARTES_BANCAIRES', 'DANKORT', 'DINERS_CLUB', 'DISCOVER', 'ENROUTE', 'ELO', 'HIPER', 'INTERAC', 'JCB', 'MIR', 'OTHER', ], vaultOnAgreement: false, }, }, primerAccountId: '84100a01-523f-4347-ac44-e8a3e7083d9a', env: 'SANDBOX', paymentMethods: [ { id: 'e787b281-e4f9-4494-96e8-188917540654', type: 'ADYEN_IDEAL', options: { merchantId: 'PrimerJbTestECOM', merchantAccountId: '4ad980f3-ccc7-5e8e-9a9c-81cd6f5214d4', }, processorConfigId: '9319ad4e-cd51-4517-9d46-bc7be244752a', implementationType: 'WEB_REDIRECT', name: 'iDeal', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/IDEAL/ideal-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/IDEAL/ideal-logo@3x.png', light: 'https://assets.sandbox.core.primer.io/IDEAL/ideal-logo@3x.png', }, backgroundColor: { colored: '#CC0066', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, popup: { width: 1050, height: 1300, }, }, forceRedirect: false, implementation: {}, }, { id: 'e1b5e078-081c-4075-a3cc-5ebc779d36f2', type: 'KLARNA', options: { merchantId: 'Primer', merchantAccountId: 'b6902742-384a-5dfa-b1ff-7dcd02880dc3', clientId: 'Primer', }, processorConfigId: 'b70c2b11-e37f-41fe-9797-d3900f343a36', implementationType: 'NATIVE_SDK', name: 'Klarna', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/KLARNA/klarna-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/KLARNA/klarna-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/KLARNA/klarna-logo-light@3x.png', }, backgroundColor: { colored: '#FFB3C7', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { colored: '#FFB3C7', dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: '4e9497d8-1503-4541-8ead-d88151ffa257', type: 'XFERS_PAYNOW', options: { merchantId: 'testi', merchantAccountId: '6fb12703-1795-55ac-875e-2e8476cb8390', }, processorConfigId: '545e5533-b575-4c61-aebe-dec49a836f1b', implementationType: 'NATIVE_SDK', name: 'Xfers', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/XFERS/xfers-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/XFERS/xfers-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/XFERS/xfers-logo-light@3x.png', }, backgroundColor: { colored: '#941C80', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { colored: '#028BF4', dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: '9e407fb0-a2f8-4636-a5bc-f404ac757c68', type: 'PAYPAL', options: { merchantId: 'sb-iyjg882920702@business.example.com', merchantAccountId: 'e584f5c7-3c7f-5b58-b187-8e641b0cdce4', clientId: 'AXsZfsyf2jtpTpLQARwSeBurtfT6WiRjHQt1PodMf94gPH0iLwglSdSJ7ZAQT3tCHNZQL--VlrVfwscv', intent: 'authorize', }, processorConfigId: '573b0c98-d588-4223-973f-513a5b5a6177', implementationType: 'NATIVE_SDK', name: 'PayPal', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/PAYPAL/paypal-logo@3x.png', }, backgroundColor: { colored: '#0070BA', }, cornerRadius: 4, }, }, forceRedirect: false, implementation: {}, }, { id: 'c657ae04-c230-4be4-9615-9b822743e5e4', type: 'APPLE_PAY', options: { merchantId: '84100a01523f4347ac44e8a3e7083d9a', merchantName: 'DX QA Account', merchantDomains: [], }, implementationType: 'NATIVE_SDK', name: 'Apple Pay', displayMetadata: { button: { iconUrl: { dark: 'https://assets.sandbox.core.primer.io/APPLE_PAY/apple-pay-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/APPLE_PAY/apple-pay-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, }, implementation: {}, }, { id: '527ee4ff-2c66-4234-829f-d20480f3aa09', type: 'GOOGLE_PAY', options: { merchantId: '06134396481468734566', merchantName: 'Primer', type: 'GOOGLE_PAY', }, implementationType: 'NATIVE_SDK', name: 'Google Pay', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/GOOGLE_PAY/google-pay-logo-dark@3x.png', dark: 'https://assets.sandbox.core.primer.io/GOOGLE_PAY/google-pay-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/GOOGLE_PAY/google-pay-logo-light@3x.png', }, backgroundColor: { colored: '#000000', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 1, dark: 1, light: 1, }, borderColor: { colored: '#8E8E93', dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { type: 'PAYMENT_CARD', options: { threeDSecureProvider: '3DSECUREIO', threeDSecureEnabled: true, }, implementationType: 'NATIVE_SDK', name: 'Card', displayMetadata: { button: { iconUrl: { dark: 'https://assets.sandbox.core.primer.io/PAYMENT_CARD/payment-card-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/PAYMENT_CARD/payment-card-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay by card', textColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, ], styleDefaults: {}, }"
|
|
1820
|
+
"default": "{accountHolder:\"Account Holder\",accountHolderEmail:\"me@domain.com\",accountHolderEmailErrorInvalid:\"Provided email is not valid\",accountHolderEmailErrorRequired:\"Account holder email is required\",accountHolderName:\"Account holder name\",accountHolderNameErrorRequired:\"Account holder name is required\",accountHolderNameLabel:\"Account holder name\",accountHolderNamePlaceholder:\"Account holder name\",addCard:\"Add Card\",additionalCardFees:\"Additional card fees may apply\",address:\"Address\",addressLine1:\"Address line 1\",addressLine1ErrorRequired:\"Address line 1 is required\",addressLine1Placeholder:\"Address line 1\",addressLine2:\"Address line 2\",addressLine2ErrorRequired:\"Address line 2 is required\",addressLine2Placeholder:\"Address line 2\",amount:\"Amount\",applePayFailedToTokenize:\"Failed to tokenize\",applePayMissingFirstNameOrLastName:\"Missing first name or last name\",bankHolderNameErrorRequired:\"Account holder name is required\",bankListErrorRequired:\"Bank is required\",bankListLabel:\"List of banks\",bankNameErrorRequired:\"Bank name is required\",bankNameLabel:\"Select your bank from the list\",bankNetworkErrorButton:\"Load again\",bankNetworkErrorTitle:\"Failed to load banks. Check your connection and try again.\",bankSearchInputPlaceholder:\"Search bank\",bankSelectTitle:\"Select your bank\",billingAddressLabel:\"Billing address\",cancel:\"Cancel\",cardCVV:\"CVV\",cardDescription:\"Card description (optional)\",cardDescriptionPlaceholder:\"My favourite card\",cardEndingWith:\"Card ending with\",cardExpired:\"Card has expired\",cardExpiry:\"Expiry (MM/YY)\",cardExpiryPlaceholder:\"MM/YY\",cardholderName:\"Name on card\",cardholderNameErrorRequired:\"Name on card is required\",cardholderNameLabel:\"Name on card\",cardholderNamePlaceholder:\"Full name\",cardIncomplete:\"Card number is incomplete\",cardInvalid:\"Card number is invalid\",cardNameContainsNumbers:\"Name cannot contain numbers\",cardNameLength:\"Name must have between 2 and 45 characters\",cardNameRequired:\"Name on card is required\",cardNumber:\"Card number\",cardRequired:\"Card number is required\",checkSuccessTitle:\"Your payment was successful!\",checkoutWith:\"Checkout with\",chooseAnotherPaymentMethod:\"Choose another payment method\",city:\"City\",cityErrorRequired:\"City is required\",cityLabel:\"City\",cityPlaceholder:\"Cape Town\",completeYourPayment:\"Complete your payment\",completeYourPaymentInTheApp:\"Complete your payment in %s\",confirm:\"Confirm\",confirmCardDeletion:\"Confirm - Delete Card\",confirmPayPalDeletion:\"Confirm - Delete PayPal\",confirmVaultedPaymentMethodDeletion:\"Yes, delete it\",countryCodeErrorRequired:\"Country is required\",countryCodeLabel:\"Country code\",countryCodePlaceholder:\"Country code\",countrySelectPlaceholder:\"Select a country\",creditOrDebitCard:\"Credit or debit card\",creditTransfer:\"Credit Transfer\",cvvIncomplete:\"CVV number is incomplete\",cvvInvalid3:\"CVV must be 3 digits\",cvvInvalid4:\"CVV must be 4 digits\",cvvRequired:\"CVV number is required\",delete:\"Delete\",digits:\"digits\",directDebit:\"Direct debit\",directDebitMandateTitle:\"SEPA Core Direct Debit Mandate\",directDebitSmallPrint:\"By signing this mandate form, you authorise (A) {companyName} to send instructions to your bank to debit your account and (B) your bank to debit your account in accordance with the instruction from {companyName}\",directDebitSuccessDescription:\"{companyName} will appear on your bank statement when payments are taken against the Direct Debit\",directDebitSuccessReference:\"Reference\",directDebitSuccessTitle:\"Direct Debit set up successfully\",dueAt:\"Due at\",dummyApmDescription:\"This is a mocked flow for sandbox. Choose the result you want to test from the list below:\",duplicatePaymentMethodError:\"This payment method is already saved.\",editPaymentMethods:\"Edit saved payment methods\",email:\"Email\",entity:\"Entity\",expiresAt:\"Expires at\",expiryIncomplete:\"Expiry date is incomplete\",expiryInvalid:\"Expiry date is invalid\",expiryMonthInvalid:\"Expiry date month is invalid\",expiryRequired:\"Expiry date is required\",expiryYearInvalid:\"Expiry date year is invalid\",fee_label_fallback:\"Fee\",firstNameErrorRequired:\"First name is required\",firstNameLabel:\"First name\",firstNamePlaceholder:\"First name\",forgetPaymentMethods:\"Forget payment methods\",forgetPayPal:\"Forget PayPal account\",forgetSavedCard:\"Forget saved card ending in {last4Digits}\",fullName:\"First and last name\",getCodeFromBankingApp:\"Get the code from your banking app\",giftCard:\"Gift card\",iban:\"IBAN\",ibanErrorInvalid:\"IBAN is invalid\",ibanErrorRequired:\"IBAN is required\",ibanPlaceholder:\"e.g. GB60 BARC 2000 0055 7799 11\",invalid:\"Invalid\",item_label_fallback:\"Item\",lastNameErrorRequired:\"Last name is required\",lastNameLabel:\"Last name\",lastNamePlaceholder:\"Last name\",loading:\"Loading...\",managePaymentMethods:\"Manage your payment methods\",multibancoFirstStep:\"Payment details for a Multibanco Reference will be created.\",multibancoPayWith:\"Pay with Multibanco\",multibancoPleaseMakePayment:\"Please make the payment at a Multibanco ATM, or through your home banking app.\",multibancoSecondStep:\"Go to a Multibanco ATM or login to your home banking app, then select \\u201CPay for Services\\u201D.\",multibancoThirdStep:\"Enter the Entity, Reference and Amount.\",navigateToPaymentMethods:\"Show other ways to pay\",newPaymentMethod:\"Add a new payment method\",noAdditionalFees:\"No additional fees\",otherWaysToPay:\"Other ways to pay\",pay_with_ach:\"Pay with ACH\",pay_with:\"Pay with\",pay:\"Pay\",payByCard:\"Pay by card\",payByImmediateTransfer:\"Pay by Immediate transfer\",payBySmartTransfer:\"Pay by Bank transfer\",payInInstallments:\"Pay in installments\",paymentMethodPopupLoadingScreenText:\"Hold on! {paymentMethodName} is loading.\",paymentMethodPopupOverlayBringBackThePaymentPage:\"Bring back the payment page\",paymentMethodPopupOverlayClose:\"Close\",paymentMethodPopupOverlayDescription:\"Having trouble viewing the {paymentMethodName} payment page? We'll help you find it!\",paymentMethodPopupOverlayNonFocusDescription:\"Open the {paymentMethodName} payment page to review your payment.\",paymentMethodTypeKlarna:\"Pay later\",paymentMethodTypeKlarnaAccount:\"Pay over time\",paymentMethodTypeKlarnaPaynow:\"Pay now\",payViaBankTransfer:\"Pay via bank transfer\",payWithAch:\"Pay with ACH\",payWithCard:\"Or pay with card\",payWithCrypto:\"Pay with crypto\",pleaseTransferFunds:\"Please Transfer funds to the provided DBS bank account using your Singapore based bank account via FAST (preferred), MEPS or GIRO.\",postalCode:\"Postal code\",postalCodeErrorRequired:\"Postal code is required\",postalCodeLabel:\"Postal code\",postalCodePlaceholder:\"90210\",previouslyUsed:\"Previously used:\",qrCode:\"QR Code\",reference:\"Reference\",required:\"Required\",retry_button:\"Retry\",savedPaymentMethodsEmpty:\"Enter your card details below to add a new payment method\",savePaymentMethod:\"Save payment method\",scanToPay:\"Scan to pay or take a screenshot\",sepaCreditTransfer:\"SEPA Credit Transfer\",sepaDirectDebit:\"SEPA Direct Debit\",session_complete_payment_cancellation_title:\"Payment cancelled\",session_complete_payment_failure_title:\"Payment failed\",session_complete_payment_success_title:\"Payment authorized\",setUpDirectDebit:\"Set up Direct Debit\",shipping_address_unsupported_error:\"We do not ship to this address\",shipping:\"Shipping\",showPaymentDetails:\"Show payment details\",sixDigitCodeErrorNumeric:\"Six digit code should only contain numbers\",sixDigitCodeErrorRequired:\"Six digit code is required\",sixDigitCodeErrorTooShort:\"Code is too short\",sixDigitCodeLabel:\"Six digit code\",sixDigitCodePlaceholder:\"123456\",something_went_wrong_error:\"Something went wrong. Please try again.\",stateErrorRequired:\"State, Region or County is required\",stateLabel:\"State / Region / County\",statePlaceholder:\"State / Region / County\",street:\"Street\",streetPlaceholder:\"My street\",stripe_ach_mandate_accept_button:\"Accept\",stripe_ach_mandate_cancel_payment_button:\"Cancel payment\",stripe_ach_mandate_not_accepted_description:\"Mandate was not accepted\",stripe_ach_mandate_template_web:`By clicking Accept, you authorize {merchantName} to debit the selected bank account for any amount owed for charges arising from your use of {merchantName}\\u2019s services and/or purchase of products from {merchantName}, pursuant to {merchantName}\\u2019s website and terms, until this authorization is revoked. You may amend or cancel this authorization at any time by providing notice to {merchantName} with 30 (thirty) days notice. If you use {merchantName}\\u2019s services or purchase additional products periodically pursuant to {merchantName}\\u2019s terms, you authorize {merchantName} to debit your bank account periodically. Payments that fall outside the regular debits authorized above will only be debited after your authorization is obtained.`,stripe_ach_payment_request_cancelled:\"Please try again or select another bank\",stripe_ach_payment_request_completed_successfully:\"You have now authorized your bank account to be debited. You will be notified via email once the payment has been collected successfully.\",stripe_ach_user_details_collection_continue_button:\"Continue\",stripe_ach_user_details_collection_data_usage_label:\"We'll only use this to keep you updated about your payment\",stripe_ach_user_details_collection_email_address_label:\"Email address\",stripe_ach_user_details_collection_first_name_label:\"First name\",stripe_ach_user_details_collection_invalid_email_address:\"The email address you entered doesn't look like a real email address. Please make sure it includes an '@' and a domain (like '@example.com').\",stripe_ach_user_details_collection_invalid_first_name:\"Please enter a valid first name. Avoid using numbers or special characters.\",stripe_ach_user_details_collection_invalid_last_name:\"Please enter a valid last name. Avoid using numbers or special characters.\",stripe_ach_user_details_collection_last_name_label:\"Last name\",stripe_ach_user_details_collection_subtitle_label:\"Your personal details\",suburb:\"Suburb\",suburbPlaceholder:\"My suburb\",telephoneNumberErrorRequired:\"Phone number is required\",telephoneNumberErrorTooShort:\"Phone number is too short\",telephoneNumberLabel:\"Phone number\",telephoneNumberPlaceholder:\"123xxxxxx\",timeOnDate:\"{time} on {date}\",tokenizationError:\"Your payment could not be processed. Please try another payment method.\",unsupportedCardType:\"Unsupported card type\",uploadScreenshot:\"Upload the screenshot in your banking app\",yourBankDetails:\"Your bank details\"}"
|
|
1957
1821
|
}
|
|
1958
1822
|
],
|
|
1959
1823
|
"exports": [
|
|
1960
1824
|
{
|
|
1961
1825
|
"kind": "js",
|
|
1962
|
-
"name": "
|
|
1826
|
+
"name": "a",
|
|
1963
1827
|
"declaration": {
|
|
1964
|
-
"name": "
|
|
1965
|
-
"module": "
|
|
1828
|
+
"name": "t",
|
|
1829
|
+
"module": "dist/chunks/chunk.QMLIEEKM.js"
|
|
1966
1830
|
}
|
|
1967
|
-
}
|
|
1831
|
+
}
|
|
1832
|
+
]
|
|
1833
|
+
},
|
|
1834
|
+
{
|
|
1835
|
+
"kind": "javascript-module",
|
|
1836
|
+
"path": "dist/chunks/cs.FC4I5M3C.js",
|
|
1837
|
+
"declarations": [
|
|
1838
|
+
{
|
|
1839
|
+
"kind": "variable",
|
|
1840
|
+
"name": "n",
|
|
1841
|
+
"default": "e"
|
|
1842
|
+
}
|
|
1843
|
+
],
|
|
1844
|
+
"exports": [
|
|
1968
1845
|
{
|
|
1969
1846
|
"kind": "js",
|
|
1970
|
-
"name": "
|
|
1847
|
+
"name": "templates",
|
|
1971
1848
|
"declaration": {
|
|
1972
|
-
"name": "
|
|
1973
|
-
"module": "
|
|
1849
|
+
"name": "n",
|
|
1850
|
+
"module": "dist/chunks/cs.FC4I5M3C.js"
|
|
1974
1851
|
}
|
|
1975
1852
|
}
|
|
1976
1853
|
]
|
|
1977
1854
|
},
|
|
1978
1855
|
{
|
|
1979
1856
|
"kind": "javascript-module",
|
|
1980
|
-
"path": "
|
|
1857
|
+
"path": "dist/chunks/da.YI32NZ7B.js",
|
|
1981
1858
|
"declarations": [
|
|
1982
1859
|
{
|
|
1983
|
-
"kind": "
|
|
1984
|
-
"name": "
|
|
1985
|
-
"
|
|
1986
|
-
{
|
|
1987
|
-
"name": "page",
|
|
1988
|
-
"type": {
|
|
1989
|
-
"text": "Page"
|
|
1990
|
-
}
|
|
1991
|
-
},
|
|
1992
|
-
{
|
|
1993
|
-
"name": "config",
|
|
1994
|
-
"type": {
|
|
1995
|
-
"text": "unknown"
|
|
1996
|
-
}
|
|
1997
|
-
}
|
|
1998
|
-
]
|
|
1999
|
-
},
|
|
2000
|
-
{
|
|
2001
|
-
"kind": "function",
|
|
2002
|
-
"name": "mockConfigurationCallSTG",
|
|
2003
|
-
"parameters": [
|
|
2004
|
-
{
|
|
2005
|
-
"name": "page",
|
|
2006
|
-
"type": {
|
|
2007
|
-
"text": "Page"
|
|
2008
|
-
}
|
|
2009
|
-
},
|
|
2010
|
-
{
|
|
2011
|
-
"name": "config",
|
|
2012
|
-
"type": {
|
|
2013
|
-
"text": "unknown"
|
|
2014
|
-
}
|
|
2015
|
-
}
|
|
2016
|
-
]
|
|
1860
|
+
"kind": "variable",
|
|
1861
|
+
"name": "a",
|
|
1862
|
+
"default": "e"
|
|
2017
1863
|
}
|
|
2018
1864
|
],
|
|
2019
1865
|
"exports": [
|
|
2020
1866
|
{
|
|
2021
1867
|
"kind": "js",
|
|
2022
|
-
"name": "
|
|
2023
|
-
"declaration": {
|
|
2024
|
-
"name": "mockConfigurationCallSBX",
|
|
2025
|
-
"module": "e2e/mocks/shared.ts"
|
|
2026
|
-
}
|
|
2027
|
-
},
|
|
2028
|
-
{
|
|
2029
|
-
"kind": "js",
|
|
2030
|
-
"name": "mockConfigurationCallSTG",
|
|
1868
|
+
"name": "templates",
|
|
2031
1869
|
"declaration": {
|
|
2032
|
-
"name": "
|
|
2033
|
-
"module": "
|
|
1870
|
+
"name": "a",
|
|
1871
|
+
"module": "dist/chunks/da.YI32NZ7B.js"
|
|
2034
1872
|
}
|
|
2035
1873
|
}
|
|
2036
1874
|
]
|
|
2037
1875
|
},
|
|
2038
1876
|
{
|
|
2039
1877
|
"kind": "javascript-module",
|
|
2040
|
-
"path": "
|
|
1878
|
+
"path": "dist/chunks/de.7M7UFQB7.js",
|
|
2041
1879
|
"declarations": [
|
|
2042
1880
|
{
|
|
2043
1881
|
"kind": "variable",
|
|
2044
|
-
"name": "
|
|
2045
|
-
"
|
|
2046
|
-
"text": "string"
|
|
2047
|
-
},
|
|
2048
|
-
"default": "'?settings=eyJjbGllbnRTZXNzaW9uQ29uZmlnIjp7ImN1c3RvbWVySWQiOiJFdWxlciBpcyB0aGUgYmVzdCIsIm9yZGVySWQiOiIwODkzNTcwMTgyNTM2NyIsImFtb3VudCI6NjAwLCJjdXJyZW5jeUNvZGUiOiJFVVIiLCJtZXRhZGF0YSI6eyJzY2VuYXJpbyI6IkdPT0dMRV9QQVkifSwib3JkZXIiOnsiZmVlcyI6W3sidHlwZSI6IlNVUkNIQVJHRSIsImFtb3VudCI6MH1dLCJjb3VudHJ5Q29kZSI6IkRFIiwibGluZUl0ZW1zIjpbeyJpdGVtSWQiOiJwcmltZXItaG9vZGllLWdyYXkiLCJkZXNjcmlwdGlvbiI6IlByaW1lciBIb29kaWUiLCJhbW91bnQiOjYwMCwicXVhbnRpdHkiOjF9XX0sImN1c3RvbWVyIjp7ImJpbGxpbmdBZGRyZXNzIjp7ImZpcnN0TmFtZSI6IkNhcmQiLCJsYXN0TmFtZSI6IkhvbGRlciBOYW1lIiwicG9zdGFsQ29kZSI6Ijk0MDQzIiwiYWRkcmVzc0xpbmUxIjoiMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSIsImNvdW50cnlDb2RlIjoiVVMiLCJjaXR5IjoiTW91bnRhaW4gVmlldyIsInN0YXRlIjoiQ0EifX0sInBheW1lbnRNZXRob2QiOnsidmF1bHRPblN1Y2Nlc3MiOmZhbHNlLCJ2YXVsdE9uM0RTIjpmYWxzZSwidmF1bHRPbkFncmVlbWVudCI6ZmFsc2UsIm9wdGlvbnMiOnsiUEFZUEFMIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fSwiUEFZTUVOVF9DQVJEIjp7Im5ldHdvcmtzIjp7IlZJU0EiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJNQVNURVJDQVJEIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fX19LCJBRFlFTl9JREVBTCI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIlBBWV9OTF9QQVlQQUwiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJBUFBMRV9QQVkiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJBRFlFTl9TT0ZPUlQiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJHT09HTEVfUEFZIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fX0sIm9yZGVyZWRBbGxvd2VkQ2FyZE5ldHdvcmtzIjpbIlZJU0EiLCJNQVNURVJDQVJEIiwiQU1FWCIsIk1BRVNUUk8iLCJVTklPTlBBWSIsIkNBUlRFU19CQU5DQUlSRVMiLCJEQU5LT1JUIiwiRElORVJTX0NMVUIiLCJESVNDT1ZFUiIsIkVOUk9VVEUiLCJFTE8iLCJISVBFUiIsIklOVEVSQUMiLCJKQ0IiLCJNSVIiLCJPVEhFUiJdfX0sImNsaWVudE9wdGlvbnMiOnsiY2FyZCI6eyJwcmVmZXJyZWRGbG93IjoiRU1CRURERURfSU5fSE9NRSJ9LCJkaXJlY3REZWJpdCI6eyJjdXN0b21lckNvdW50cnlDb2RlIjoiRlIiLCJjb21wYW55TmFtZSI6IlByaW1lciBBUEkgTFREIiwiY29tcGFueUFkZHJlc3MiOiIxMjMgRmFrZSBTdCwgTG9uZG9uLCBFQzJBIDhYWSJ9LCJyZWRpcmVjdCI6eyJmb3JjZVJlZGlyZWN0IjpmYWxzZX0sImdvb2dsZVBheSI6eyJjYXB0dXJlQmlsbGluZ0FkZHJlc3MiOnRydWV9LCJwYXlwYWwiOnsicGF5bWVudEZsb3ciOiJQUkVGRVJfVkFVTFQifX0sImFwaUNvbmZpZyI6eyJhcGlLZXkiOiJmMzA4ODVmMC04MjljLTRmMGEtYjIyMi1iN2Y1OWQzNzZlYWYiLCJhcGlWZXJzaW9uIjoiMi40IiwiZW52IjoiQ1VTVE9NX1NBTkRCT1gifSwiaGVhZGxlc3NPcHRpb25zIjp7fSwibGl0Q29tcG9uZW50c09wdGlvbnMiOnsicGF5cGFsIjp7InBheW1lbnRGbG93IjoiUFJFRkVSX1ZBVUxUIn0sInZhdWx0Ijp7ImVuYWJsZWQiOnRydWV9LCJzZGtDb3JlIjpmYWxzZX19'"
|
|
2049
|
-
},
|
|
2050
|
-
{
|
|
2051
|
-
"kind": "variable",
|
|
2052
|
-
"name": "CONFIGURATION_RESPONSE",
|
|
2053
|
-
"type": {
|
|
2054
|
-
"text": "object"
|
|
2055
|
-
},
|
|
2056
|
-
"default": "{ coreUrl: 'https://api.sandbox.primer.io', pciUrl: 'https://sdk.api.sandbox.primer.io', binDataUrl: 'https://bin-data.api.sandbox.core.primer.io', assetsUrl: 'https://assets.sandbox.core.primer.io', checkoutModules: [], clientSession: { clientSessionId: '3b40a6e3-8fa9-4f2d-90b5-2691e644ff81', order: { orderId: '089357018253670', currencyCode: 'EUR', countryCode: 'DE', totalOrderAmount: 600, merchantAmount: 600, lineItems: [ { itemId: 'primer-hoodie-gray', description: 'Primer Hoodie', amount: 600, quantity: 1, }, ], fees: [ { type: 'SURCHARGE', amount: 0, }, ], }, customer: { customerId: 'Euler is the best', billingAddress: { firstName: 'Card', lastName: 'Holder Name', postalCode: '94043', addressLine1: '1600 Amphitheatre Parkway', countryCode: 'US', city: 'Mountain View', state: 'CA', }, }, paymentMethod: { vaultOnSuccess: false, options: [ { type: 'PAYPAL', surcharge: 0, }, { type: 'PAYMENT_CARD', networks: [ { type: 'VISA', surcharge: 0, }, { type: 'MASTERCARD', surcharge: 0, }, ], }, { type: 'ADYEN_IDEAL', surcharge: 0, }, { type: 'PAY_NL_PAYPAL', surcharge: 0, }, { type: 'APPLE_PAY', surcharge: 0, }, { type: 'ADYEN_SOFORT', surcharge: 0, }, { type: 'GOOGLE_PAY', surcharge: 0, }, ], orderedAllowedCardNetworks: [ 'VISA', 'MASTERCARD', 'AMEX', 'MAESTRO', 'UNIONPAY', 'CARTES_BANCAIRES', 'DANKORT', 'DINERS_CLUB', 'DISCOVER', 'ENROUTE', 'ELO', 'HIPER', 'INTERAC', 'JCB', 'MIR', 'OTHER', ], vaultOnAgreement: false, }, }, primerAccountId: '166fd38f-d8a6-4f39-805f-62a6bbd64bee', env: 'SANDBOX', paymentMethods: [ { id: 'd3ced3db-ca91-44bb-889d-d1a687c2db17', type: 'RAPYD_GRABPAY', options: { merchantId: 'ffef08c0-5294-47d7-a103-dd5706f17b6c', merchantAccountId: 'e59b7dae-0cff-5fa9-8548-9fed83c1d5ec', }, processorConfigId: 'ffef08c0-5294-47d7-a103-dd5706f17b6c', implementationType: 'WEB_REDIRECT', name: 'GrabPay', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/GRABPAY/grabpay-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/GRABPAY/grabpay-logo@3x.png', light: 'https://assets.sandbox.core.primer.io/GRABPAY/grabpay-logo-light@3x.png', }, backgroundColor: { colored: '#01B14E', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: 'f37f1a42-1270-476e-a8d8-3698215596c2', type: 'RAPYD_GCASH', options: { merchantId: 'ffef08c0-5294-47d7-a103-dd5706f17b6c', merchantAccountId: 'e59b7dae-0cff-5fa9-8548-9fed83c1d5ec', }, processorConfigId: 'ffef08c0-5294-47d7-a103-dd5706f17b6c', implementationType: 'WEB_REDIRECT', name: 'GCash', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/GCASH/gcash-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/GCASH/gcash-logo@3x.png', light: 'https://assets.sandbox.core.primer.io/GCASH/gcash-logo-light@3x.png', }, backgroundColor: { colored: '#297BFA', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: '1bde0ef5-9ae7-41f8-b627-4ecaaddc76a5', type: 'RAPYD_PROMPTPAY', options: { merchantId: 'ffef08c0-5294-47d7-a103-dd5706f17b6c', merchantAccountId: 'e59b7dae-0cff-5fa9-8548-9fed83c1d5ec', }, processorConfigId: 'ffef08c0-5294-47d7-a103-dd5706f17b6c', implementationType: 'NATIVE_SDK', name: 'PromptPay', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/PROMPTPAY/promptpay-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/PROMPTPAY/promptpay-logo@3x.png', light: 'https://assets.sandbox.core.primer.io/PROMPTPAY/promptpay-logo-light@3x.png', }, backgroundColor: { colored: '#023C68', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: '2b0b7149-a4c2-4bf4-adb3-a56ec6e2f09f', type: 'ADYEN_IDEAL', options: { merchantId: 'Primerio254_SECOND_TEST', merchantAccountId: 'ddeca4e9-6cee-55f0-ae0d-ddb8d1100977', }, processorConfigId: 'af152714-66c6-48b9-a67e-314f5eb3ab15', implementationType: 'WEB_REDIRECT', name: 'iDeal', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/IDEAL/ideal-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/IDEAL/ideal-logo@3x.png', light: 'https://assets.sandbox.core.primer.io/IDEAL/ideal-logo@3x.png', }, backgroundColor: { colored: '#CC0066', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, popup: { width: 1050, height: 1300, }, }, forceRedirect: false, implementation: {}, }, { id: '6e7a8a26-7737-45dc-b4e5-721f0b180f2f', type: 'GOOGLE_PAY', options: { merchantId: 'test', merchantName: 'test', type: 'GOOGLE_PAY', }, implementationType: 'NATIVE_SDK', name: 'Google Pay', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/GOOGLE_PAY/google-pay-logo-dark@3x.png', dark: 'https://assets.sandbox.core.primer.io/GOOGLE_PAY/google-pay-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/GOOGLE_PAY/google-pay-logo-light@3x.png', }, backgroundColor: { colored: '#000000', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 1, dark: 1, light: 1, }, borderColor: { colored: '#8E8E93', dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: '2f32f120-d2a9-49d2-96d0-6b21546dec34', type: 'KLARNA', options: { merchantId: 'EG100723', merchantAccountId: '5cdd4a63-9762-5364-8ab8-30aa082a03b5', clientId: 'EG100723', }, processorConfigId: 'c65b140d-3faf-43af-ae3b-8d278b7d7221', implementationType: 'NATIVE_SDK', name: 'Klarna', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/KLARNA/klarna-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/KLARNA/klarna-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/KLARNA/klarna-logo-light@3x.png', }, backgroundColor: { colored: '#FFB3C7', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { colored: '#FFB3C7', dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: '9e550cea-749e-46d2-b01d-6867b34eec9a', type: 'PAYPAL', options: { merchantId: 'sb-gmcgm25177732@business.example.com', merchantAccountId: 'fc6c22da-065a-5a44-8c39-a4a1fcaf5723', clientId: 'AcTGoAPNhwfbSPbiVYSlrUGwTBGijs6GvFGci2R3QI1jlu5ewofPFq0yZDm-Rka07c1FtY4DVnsRerPK', intent: 'authorize', }, processorConfigId: '6b506d09-48b0-495c-ba32-49c6d2016cb0', implementationType: 'NATIVE_SDK', name: 'PayPal', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/PAYPAL/paypal-logo@3x.png', }, backgroundColor: { colored: '#0070BA', }, cornerRadius: 4, }, }, forceRedirect: false, implementation: {}, }, { type: 'PAYMENT_CARD', options: { threeDSecureProvider: '3DSECUREIO', threeDSecureEnabled: true, }, implementationType: 'NATIVE_SDK', name: 'Card', displayMetadata: { button: { iconUrl: { dark: 'https://assets.sandbox.core.primer.io/PAYMENT_CARD/payment-card-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/PAYMENT_CARD/payment-card-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay by card', textColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, ], styleDefaults: {}, }"
|
|
2057
|
-
},
|
|
2058
|
-
{
|
|
2059
|
-
"kind": "function",
|
|
2060
|
-
"name": "mockExchangeCall",
|
|
2061
|
-
"parameters": [
|
|
2062
|
-
{
|
|
2063
|
-
"name": "page",
|
|
2064
|
-
"type": {
|
|
2065
|
-
"text": "Page"
|
|
2066
|
-
}
|
|
2067
|
-
}
|
|
2068
|
-
]
|
|
2069
|
-
},
|
|
2070
|
-
{
|
|
2071
|
-
"kind": "function",
|
|
2072
|
-
"name": "mockPaymentsCall",
|
|
2073
|
-
"parameters": [
|
|
2074
|
-
{
|
|
2075
|
-
"name": "page",
|
|
2076
|
-
"type": {
|
|
2077
|
-
"text": "Page"
|
|
2078
|
-
}
|
|
2079
|
-
}
|
|
2080
|
-
]
|
|
1882
|
+
"name": "t",
|
|
1883
|
+
"default": "e"
|
|
2081
1884
|
}
|
|
2082
1885
|
],
|
|
2083
1886
|
"exports": [
|
|
2084
1887
|
{
|
|
2085
1888
|
"kind": "js",
|
|
2086
|
-
"name": "
|
|
2087
|
-
"declaration": {
|
|
2088
|
-
"name": "settings",
|
|
2089
|
-
"module": "e2e/mocks/vaulted-paypal.ts"
|
|
2090
|
-
}
|
|
2091
|
-
},
|
|
2092
|
-
{
|
|
2093
|
-
"kind": "js",
|
|
2094
|
-
"name": "CONFIGURATION_RESPONSE",
|
|
2095
|
-
"declaration": {
|
|
2096
|
-
"name": "CONFIGURATION_RESPONSE",
|
|
2097
|
-
"module": "e2e/mocks/vaulted-paypal.ts"
|
|
2098
|
-
}
|
|
2099
|
-
},
|
|
2100
|
-
{
|
|
2101
|
-
"kind": "js",
|
|
2102
|
-
"name": "mockExchangeCall",
|
|
2103
|
-
"declaration": {
|
|
2104
|
-
"name": "mockExchangeCall",
|
|
2105
|
-
"module": "e2e/mocks/vaulted-paypal.ts"
|
|
2106
|
-
}
|
|
2107
|
-
},
|
|
2108
|
-
{
|
|
2109
|
-
"kind": "js",
|
|
2110
|
-
"name": "mockPaymentsCall",
|
|
1889
|
+
"name": "templates",
|
|
2111
1890
|
"declaration": {
|
|
2112
|
-
"name": "
|
|
2113
|
-
"module": "
|
|
1891
|
+
"name": "t",
|
|
1892
|
+
"module": "dist/chunks/de.7M7UFQB7.js"
|
|
2114
1893
|
}
|
|
2115
1894
|
}
|
|
2116
1895
|
]
|
|
2117
1896
|
},
|
|
2118
1897
|
{
|
|
2119
1898
|
"kind": "javascript-module",
|
|
2120
|
-
"path": "
|
|
2121
|
-
"declarations": [],
|
|
2122
|
-
"exports": []
|
|
2123
|
-
},
|
|
2124
|
-
{
|
|
2125
|
-
"kind": "javascript-module",
|
|
2126
|
-
"path": "e2e/tests/card-basic.spec.ts",
|
|
2127
|
-
"declarations": [],
|
|
2128
|
-
"exports": []
|
|
2129
|
-
},
|
|
2130
|
-
{
|
|
2131
|
-
"kind": "javascript-module",
|
|
2132
|
-
"path": "e2e/tests/card-form-billing-address.spec.ts",
|
|
2133
|
-
"declarations": [],
|
|
2134
|
-
"exports": []
|
|
2135
|
-
},
|
|
2136
|
-
{
|
|
2137
|
-
"kind": "javascript-module",
|
|
2138
|
-
"path": "e2e/tests/disabled-payments.spec.ts",
|
|
1899
|
+
"path": "dist/chunks/el.XSGTYDZR.js",
|
|
2139
1900
|
"declarations": [
|
|
2140
1901
|
{
|
|
2141
1902
|
"kind": "variable",
|
|
2142
|
-
"name": "
|
|
2143
|
-
"
|
|
2144
|
-
"text": "string"
|
|
2145
|
-
},
|
|
2146
|
-
"default": "'?settings=eyJjbGllbnRTZXNzaW9uQ29uZmlnIjp7ImN1c3RvbWVySWQiOiJhaXJ3YWxsZXgtY3VzdG9tZXItaWQtZGVtbyIsIm9yZGVySWQiOiIzNDc3NSIsImFtb3VudCI6MTAwMCwiY3VycmVuY3lDb2RlIjoiRVVSIiwibWV0YWRhdGEiOnsid29ya2Zsb3ciOiJhaXJ3YWxsZXgifSwib3JkZXIiOnsiY291bnRyeUNvZGUiOiJHQiIsImxpbmVJdGVtcyI6W3siaXRlbUlkIjoicHJpbWVyLWhvb2RpZS1ncmF5IiwiZGVzY3JpcHRpb24iOiJQcmltZXIgSG9vZGllIiwiYW1vdW50IjoxMDAwLCJxdWFudGl0eSI6MX1dfSwiY3VzdG9tZXIiOnt9LCJwYXltZW50TWV0aG9kIjp7InZhdWx0T25TdWNjZXNzIjpmYWxzZSwidmF1bHRPbjNEUyI6ZmFsc2UsIm9wdGlvbnMiOnsiUEFZUEFMIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fSwiUEFZTUVOVF9DQVJEIjp7Im5ldHdvcmtzIjp7IlZJU0EiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJNQVNURVJDQVJEIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fX19LCJBRFlFTl9JREVBTCI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIlBBWV9OTF9QQVlQQUwiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJBUFBMRV9QQVkiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJBRFlFTl9TT0ZPUlQiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJHT09HTEVfUEFZIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fX0sIm9yZGVyZWRBbGxvd2VkQ2FyZE5ldHdvcmtzIjpbIlZJU0EiLCJNQVNURVJDQVJEIiwiQU1FWCIsIk1BRVNUUk8iLCJVTklPTlBBWSIsIkNBUlRFU19CQU5DQUlSRVMiLCJEQU5LT1JUIiwiRElORVJTX0NMVUIiLCJESVNDT1ZFUiIsIkVOUk9VVEUiLCJFTE8iLCJISVBFUiIsIklOVEVSQUMiLCJKQ0IiLCJNSVIiLCJPVEhFUiJdfX0sImNsaWVudE9wdGlvbnMiOnsiY29udGFpbmVyIjoiI2NvbnRhaW5lciIsImNhcmQiOnsicHJlZmVycmVkRmxvdyI6IkVNQkVEREVEX0lOX0hPTUUifSwiZGlyZWN0RGViaXQiOnsiY3VzdG9tZXJDb3VudHJ5Q29kZSI6IkZSIiwiY29tcGFueU5hbWUiOiJQcmltZXIgQVBJIExURCIsImNvbXBhbnlBZGRyZXNzIjoiMTIzIEZha2UgU3QsIExvbmRvbiwgRUMyQSA4WFkifSwicmVkaXJlY3QiOnsiZm9yY2VSZWRpcmVjdCI6ZmFsc2V9LCJnb29nbGVQYXkiOnsiY2FwdHVyZUJpbGxpbmdBZGRyZXNzIjp0cnVlfX0sImFwaUNvbmZpZyI6eyJhcGlLZXkiOiJjY2VlMmJlOC1kZjA4LTRjNzktODU2ZC00MDA4NTM0OWU5ZGEiLCJhcGlWZXJzaW9uIjoiMi4yIiwiZW52IjoiQ1VTVE9NX1NUQUdJTkcifSwiaGVhZGxlc3NPcHRpb25zIjp7fSwibGl0Q29tcG9uZW50c09wdGlvbnMiOnsiZGlzYWJsZWRQYXltZW50cyI6ZmFsc2UsInNka0NvcmUiOmZhbHNlfX0='"
|
|
1903
|
+
"name": "o",
|
|
1904
|
+
"default": "e"
|
|
2147
1905
|
}
|
|
2148
1906
|
],
|
|
2149
1907
|
"exports": [
|
|
2150
1908
|
{
|
|
2151
1909
|
"kind": "js",
|
|
2152
|
-
"name": "
|
|
1910
|
+
"name": "templates",
|
|
2153
1911
|
"declaration": {
|
|
2154
|
-
"name": "
|
|
2155
|
-
"module": "
|
|
1912
|
+
"name": "o",
|
|
1913
|
+
"module": "dist/chunks/el.XSGTYDZR.js"
|
|
2156
1914
|
}
|
|
2157
1915
|
}
|
|
2158
1916
|
]
|
|
2159
1917
|
},
|
|
2160
1918
|
{
|
|
2161
1919
|
"kind": "javascript-module",
|
|
2162
|
-
"path": "
|
|
2163
|
-
"declarations": [],
|
|
2164
|
-
"exports": []
|
|
2165
|
-
},
|
|
2166
|
-
{
|
|
2167
|
-
"kind": "javascript-module",
|
|
2168
|
-
"path": "e2e/tests/vaulted-paypal.spec.ts",
|
|
2169
|
-
"declarations": [],
|
|
2170
|
-
"exports": []
|
|
2171
|
-
},
|
|
2172
|
-
{
|
|
2173
|
-
"kind": "javascript-module",
|
|
2174
|
-
"path": "dist/chunks/ar.KRXB3WQO.js",
|
|
1920
|
+
"path": "dist/chunks/en-GB.VO4GDE3X.js",
|
|
2175
1921
|
"declarations": [
|
|
2176
1922
|
{
|
|
2177
1923
|
"kind": "variable",
|
|
2178
1924
|
"name": "o",
|
|
2179
|
-
"default": "
|
|
1925
|
+
"default": "t"
|
|
2180
1926
|
}
|
|
2181
1927
|
],
|
|
2182
1928
|
"exports": [
|
|
@@ -2185,19 +1931,19 @@
|
|
|
2185
1931
|
"name": "templates",
|
|
2186
1932
|
"declaration": {
|
|
2187
1933
|
"name": "o",
|
|
2188
|
-
"module": "dist/chunks/
|
|
1934
|
+
"module": "dist/chunks/en-GB.VO4GDE3X.js"
|
|
2189
1935
|
}
|
|
2190
1936
|
}
|
|
2191
1937
|
]
|
|
2192
1938
|
},
|
|
2193
1939
|
{
|
|
2194
1940
|
"kind": "javascript-module",
|
|
2195
|
-
"path": "dist/chunks/
|
|
1941
|
+
"path": "dist/chunks/en.MNFLVOE3.js",
|
|
2196
1942
|
"declarations": [
|
|
2197
1943
|
{
|
|
2198
1944
|
"kind": "variable",
|
|
2199
1945
|
"name": "o",
|
|
2200
|
-
"default": "
|
|
1946
|
+
"default": "t"
|
|
2201
1947
|
}
|
|
2202
1948
|
],
|
|
2203
1949
|
"exports": [
|
|
@@ -2206,14 +1952,14 @@
|
|
|
2206
1952
|
"name": "templates",
|
|
2207
1953
|
"declaration": {
|
|
2208
1954
|
"name": "o",
|
|
2209
|
-
"module": "dist/chunks/
|
|
1955
|
+
"module": "dist/chunks/en.MNFLVOE3.js"
|
|
2210
1956
|
}
|
|
2211
1957
|
}
|
|
2212
1958
|
]
|
|
2213
1959
|
},
|
|
2214
1960
|
{
|
|
2215
1961
|
"kind": "javascript-module",
|
|
2216
|
-
"path": "dist/chunks/
|
|
1962
|
+
"path": "dist/chunks/es-AR.TBWVUZEF.js",
|
|
2217
1963
|
"declarations": [
|
|
2218
1964
|
{
|
|
2219
1965
|
"kind": "variable",
|
|
@@ -2227,285 +1973,35 @@
|
|
|
2227
1973
|
"name": "templates",
|
|
2228
1974
|
"declaration": {
|
|
2229
1975
|
"name": "i",
|
|
2230
|
-
"module": "dist/chunks/
|
|
1976
|
+
"module": "dist/chunks/es-AR.TBWVUZEF.js"
|
|
2231
1977
|
}
|
|
2232
1978
|
}
|
|
2233
1979
|
]
|
|
2234
1980
|
},
|
|
2235
1981
|
{
|
|
2236
1982
|
"kind": "javascript-module",
|
|
2237
|
-
"path": "dist/chunks/
|
|
1983
|
+
"path": "dist/chunks/es-MX.6EMWUABR.js",
|
|
2238
1984
|
"declarations": [
|
|
2239
|
-
{
|
|
2240
|
-
"kind": "function",
|
|
2241
|
-
"name": "k",
|
|
2242
|
-
"parameters": [
|
|
2243
|
-
{
|
|
2244
|
-
"name": "c"
|
|
2245
|
-
}
|
|
2246
|
-
]
|
|
2247
|
-
},
|
|
2248
1985
|
{
|
|
2249
1986
|
"kind": "variable",
|
|
2250
|
-
"name": "
|
|
2251
|
-
"default": "
|
|
2252
|
-
},
|
|
2253
|
-
{
|
|
2254
|
-
"kind": "function",
|
|
2255
|
-
"name": "l",
|
|
2256
|
-
"parameters": [
|
|
2257
|
-
{
|
|
2258
|
-
"name": "c"
|
|
2259
|
-
},
|
|
2260
|
-
{
|
|
2261
|
-
"name": "a"
|
|
2262
|
-
},
|
|
2263
|
-
{
|
|
2264
|
-
"name": "b"
|
|
2265
|
-
},
|
|
2266
|
-
{
|
|
2267
|
-
"name": "e"
|
|
2268
|
-
}
|
|
2269
|
-
]
|
|
2270
|
-
},
|
|
2271
|
-
{
|
|
2272
|
-
"kind": "function",
|
|
2273
|
-
"name": "m",
|
|
2274
|
-
"parameters": [
|
|
2275
|
-
{
|
|
2276
|
-
"name": "c"
|
|
2277
|
-
},
|
|
2278
|
-
{
|
|
2279
|
-
"name": "a"
|
|
2280
|
-
},
|
|
2281
|
-
{
|
|
2282
|
-
"name": "b"
|
|
2283
|
-
}
|
|
2284
|
-
]
|
|
1987
|
+
"name": "i",
|
|
1988
|
+
"default": "e"
|
|
2285
1989
|
}
|
|
2286
1990
|
],
|
|
2287
1991
|
"exports": [
|
|
2288
1992
|
{
|
|
2289
1993
|
"kind": "js",
|
|
2290
|
-
"name": "
|
|
2291
|
-
"declaration": {
|
|
2292
|
-
"name": "k",
|
|
2293
|
-
"module": "dist/chunks/chunk.DV3REKZU.js"
|
|
2294
|
-
}
|
|
2295
|
-
},
|
|
2296
|
-
{
|
|
2297
|
-
"kind": "js",
|
|
2298
|
-
"name": "b",
|
|
2299
|
-
"declaration": {
|
|
2300
|
-
"name": "l",
|
|
2301
|
-
"module": "dist/chunks/chunk.DV3REKZU.js"
|
|
2302
|
-
}
|
|
2303
|
-
},
|
|
2304
|
-
{
|
|
2305
|
-
"kind": "js",
|
|
2306
|
-
"name": "c",
|
|
1994
|
+
"name": "templates",
|
|
2307
1995
|
"declaration": {
|
|
2308
|
-
"name": "
|
|
2309
|
-
"module": "dist/chunks/
|
|
1996
|
+
"name": "i",
|
|
1997
|
+
"module": "dist/chunks/es-MX.6EMWUABR.js"
|
|
2310
1998
|
}
|
|
2311
1999
|
}
|
|
2312
2000
|
]
|
|
2313
2001
|
},
|
|
2314
2002
|
{
|
|
2315
2003
|
"kind": "javascript-module",
|
|
2316
|
-
"path": "dist/chunks/
|
|
2317
|
-
"declarations": [
|
|
2318
|
-
{
|
|
2319
|
-
"kind": "variable",
|
|
2320
|
-
"name": "t",
|
|
2321
|
-
"type": {
|
|
2322
|
-
"text": "object"
|
|
2323
|
-
},
|
|
2324
|
-
"default": "{accountHolder:\"Account Holder\",accountHolderEmail:\"me@domain.com\",accountHolderEmailErrorInvalid:\"Provided email is not valid\",accountHolderEmailErrorRequired:\"Account holder email is required\",accountHolderName:\"Account holder name\",accountHolderNameErrorRequired:\"Account holder name is required\",accountHolderNameLabel:\"Account holder name\",accountHolderNamePlaceholder:\"Account holder name\",addCard:\"Add Card\",additionalCardFees:\"Additional card fees may apply\",address:\"Address\",addressLine1:\"Address line 1\",addressLine1ErrorRequired:\"Address line 1 is required\",addressLine1Placeholder:\"Address line 1\",addressLine2:\"Address line 2\",addressLine2ErrorRequired:\"Address line 2 is required\",addressLine2Placeholder:\"Address line 2\",amount:\"Amount\",applePayFailedToTokenize:\"Failed to tokenize\",applePayMissingFirstNameOrLastName:\"Missing first name or last name\",bankHolderNameErrorRequired:\"Account holder name is required\",bankListErrorRequired:\"Bank is required\",bankListLabel:\"List of banks\",bankNameErrorRequired:\"Bank name is required\",bankNameLabel:\"Select your bank from the list\",bankNetworkErrorButton:\"Load again\",bankNetworkErrorTitle:\"Failed to load banks. Check your connection and try again.\",bankSearchInputPlaceholder:\"Search bank\",bankSelectTitle:\"Select your bank\",billingAddressLabel:\"Billing address\",cancel:\"Cancel\",cardCVV:\"CVV\",cardDescription:\"Card description (optional)\",cardDescriptionPlaceholder:\"My favourite card\",cardEndingWith:\"Card ending with\",cardExpired:\"Card has expired\",cardExpiry:\"Expiry (MM/YY)\",cardExpiryPlaceholder:\"MM/YY\",cardholderName:\"Name on card\",cardholderNameErrorRequired:\"Name on card is required\",cardholderNameLabel:\"Name on card\",cardholderNamePlaceholder:\"Full name\",cardIncomplete:\"Card number is incomplete\",cardInvalid:\"Card number is invalid\",cardNameContainsNumbers:\"Name cannot contain numbers\",cardNameLength:\"Name must have between 2 and 45 characters\",cardNameRequired:\"Name on card is required\",cardNumber:\"Card number\",cardRequired:\"Card number is required\",checkSuccessTitle:\"Your payment was successful!\",checkoutWith:\"Checkout with\",chooseAnotherPaymentMethod:\"Choose another payment method\",city:\"City\",cityErrorRequired:\"City is required\",cityLabel:\"City\",cityPlaceholder:\"Cape Town\",completeYourPayment:\"Complete your payment\",completeYourPaymentInTheApp:\"Complete your payment in %s\",confirm:\"Confirm\",confirmCardDeletion:\"Confirm - Delete Card\",confirmPayPalDeletion:\"Confirm - Delete PayPal\",confirmVaultedPaymentMethodDeletion:\"Yes, delete it\",countryCodeErrorRequired:\"Country is required\",countryCodeLabel:\"Country code\",countryCodePlaceholder:\"Country code\",countrySelectPlaceholder:\"Select a country\",creditOrDebitCard:\"Credit or debit card\",creditTransfer:\"Credit Transfer\",cvvIncomplete:\"CVV number is incomplete\",cvvInvalid3:\"CVV must be 3 digits\",cvvInvalid4:\"CVV must be 4 digits\",cvvRequired:\"CVV number is required\",delete:\"Delete\",digits:\"digits\",directDebit:\"Direct debit\",directDebitMandateTitle:\"SEPA Core Direct Debit Mandate\",directDebitSmallPrint:\"By signing this mandate form, you authorise (A) {companyName} to send instructions to your bank to debit your account and (B) your bank to debit your account in accordance with the instruction from {companyName}\",directDebitSuccessDescription:\"{companyName} will appear on your bank statement when payments are taken against the Direct Debit\",directDebitSuccessReference:\"Reference\",directDebitSuccessTitle:\"Direct Debit set up successfully\",dueAt:\"Due at\",dummyApmDescription:\"This is a mocked flow for sandbox. Choose the result you want to test from the list below:\",duplicatePaymentMethodError:\"This payment method is already saved.\",editPaymentMethods:\"Edit saved payment methods\",email:\"Email\",entity:\"Entity\",expiresAt:\"Expires at\",expiryIncomplete:\"Expiry date is incomplete\",expiryInvalid:\"Expiry date is invalid\",expiryMonthInvalid:\"Expiry date month is invalid\",expiryRequired:\"Expiry date is required\",expiryYearInvalid:\"Expiry date year is invalid\",fee_label_fallback:\"Fee\",firstNameErrorRequired:\"First name is required\",firstNameLabel:\"First name\",firstNamePlaceholder:\"First name\",forgetPaymentMethods:\"Forget payment methods\",forgetPayPal:\"Forget PayPal account\",forgetSavedCard:\"Forget saved card ending in {last4Digits}\",fullName:\"First and last name\",getCodeFromBankingApp:\"Get the code from your banking app\",giftCard:\"Gift card\",iban:\"IBAN\",ibanErrorInvalid:\"IBAN is invalid\",ibanErrorRequired:\"IBAN is required\",ibanPlaceholder:\"e.g. GB60 BARC 2000 0055 7799 11\",invalid:\"Invalid\",item_label_fallback:\"Item\",lastNameErrorRequired:\"Last name is required\",lastNameLabel:\"Last name\",lastNamePlaceholder:\"Last name\",loading:\"Loading...\",managePaymentMethods:\"Manage your payment methods\",multibancoFirstStep:\"Payment details for a Multibanco Reference will be created.\",multibancoPayWith:\"Pay with Multibanco\",multibancoPleaseMakePayment:\"Please make the payment at a Multibanco ATM, or through your home banking app.\",multibancoSecondStep:\"Go to a Multibanco ATM or login to your home banking app, then select \\u201CPay for Services\\u201D.\",multibancoThirdStep:\"Enter the Entity, Reference and Amount.\",navigateToPaymentMethods:\"Show other ways to pay\",newPaymentMethod:\"Add a new payment method\",noAdditionalFees:\"No additional fees\",otherWaysToPay:\"Other ways to pay\",pay_with_ach:\"Pay with ACH\",pay_with:\"Pay with\",pay:\"Pay\",payByCard:\"Pay by card\",payByImmediateTransfer:\"Pay by Immediate transfer\",payBySmartTransfer:\"Pay by Bank transfer\",payInInstallments:\"Pay in installments\",paymentMethodPopupLoadingScreenText:\"Hold on! {paymentMethodName} is loading.\",paymentMethodPopupOverlayBringBackThePaymentPage:\"Bring back the payment page\",paymentMethodPopupOverlayClose:\"Close\",paymentMethodPopupOverlayDescription:\"Having trouble viewing the {paymentMethodName} payment page? We'll help you find it!\",paymentMethodPopupOverlayNonFocusDescription:\"Open the {paymentMethodName} payment page to review your payment.\",paymentMethodTypeKlarna:\"Pay later\",paymentMethodTypeKlarnaAccount:\"Pay over time\",paymentMethodTypeKlarnaPaynow:\"Pay now\",payViaBankTransfer:\"Pay via bank transfer\",payWithAch:\"Pay with ACH\",payWithCard:\"Or pay with card\",payWithCrypto:\"Pay with crypto\",pleaseTransferFunds:\"Please Transfer funds to the provided DBS bank account using your Singapore based bank account via FAST (preferred), MEPS or GIRO.\",postalCode:\"Postal code\",postalCodeErrorRequired:\"Postal code is required\",postalCodeLabel:\"Postal code\",postalCodePlaceholder:\"90210\",previouslyUsed:\"Previously used:\",qrCode:\"QR Code\",reference:\"Reference\",required:\"Required\",retry_button:\"Retry\",savedPaymentMethodsEmpty:\"Enter your card details below to add a new payment method\",savePaymentMethod:\"Save payment method\",scanToPay:\"Scan to pay or take a screenshot\",sepaCreditTransfer:\"SEPA Credit Transfer\",sepaDirectDebit:\"SEPA Direct Debit\",session_complete_payment_cancellation_title:\"Payment cancelled\",session_complete_payment_failure_title:\"Payment failed\",session_complete_payment_success_title:\"Payment authorized\",setUpDirectDebit:\"Set up Direct Debit\",shipping_address_unsupported_error:\"We do not ship to this address\",shipping:\"Shipping\",showPaymentDetails:\"Show payment details\",sixDigitCodeErrorNumeric:\"Six digit code should only contain numbers\",sixDigitCodeErrorRequired:\"Six digit code is required\",sixDigitCodeErrorTooShort:\"Code is too short\",sixDigitCodeLabel:\"Six digit code\",sixDigitCodePlaceholder:\"123456\",something_went_wrong_error:\"Something went wrong. Please try again.\",stateErrorRequired:\"State, Region or County is required\",stateLabel:\"State / Region / County\",statePlaceholder:\"State / Region / County\",street:\"Street\",streetPlaceholder:\"My street\",stripe_ach_mandate_accept_button:\"Accept\",stripe_ach_mandate_cancel_payment_button:\"Cancel payment\",stripe_ach_mandate_not_accepted_description:\"Mandate was not accepted\",stripe_ach_mandate_template_web:`By clicking Accept, you authorize {merchantName} to debit the selected bank account for any amount owed for charges arising from your use of {merchantName}\\u2019s services and/or purchase of products from {merchantName}, pursuant to {merchantName}\\u2019s website and terms, until this authorization is revoked. You may amend or cancel this authorization at any time by providing notice to {merchantName} with 30 (thirty) days notice. If you use {merchantName}\\u2019s services or purchase additional products periodically pursuant to {merchantName}\\u2019s terms, you authorize {merchantName} to debit your bank account periodically. Payments that fall outside the regular debits authorized above will only be debited after your authorization is obtained.`,stripe_ach_payment_request_cancelled:\"Please try again or select another bank\",stripe_ach_payment_request_completed_successfully:\"You have now authorized your bank account to be debited. You will be notified via email once the payment has been collected successfully.\",stripe_ach_user_details_collection_continue_button:\"Continue\",stripe_ach_user_details_collection_data_usage_label:\"We'll only use this to keep you updated about your payment\",stripe_ach_user_details_collection_email_address_label:\"Email address\",stripe_ach_user_details_collection_first_name_label:\"First name\",stripe_ach_user_details_collection_invalid_email_address:\"The email address you entered doesn't look like a real email address. Please make sure it includes an '@' and a domain (like '@example.com').\",stripe_ach_user_details_collection_invalid_first_name:\"Please enter a valid first name. Avoid using numbers or special characters.\",stripe_ach_user_details_collection_invalid_last_name:\"Please enter a valid last name. Avoid using numbers or special characters.\",stripe_ach_user_details_collection_last_name_label:\"Last name\",stripe_ach_user_details_collection_subtitle_label:\"Your personal details\",suburb:\"Suburb\",suburbPlaceholder:\"My suburb\",telephoneNumberErrorRequired:\"Phone number is required\",telephoneNumberErrorTooShort:\"Phone number is too short\",telephoneNumberLabel:\"Phone number\",telephoneNumberPlaceholder:\"123xxxxxx\",timeOnDate:\"{time} on {date}\",tokenizationError:\"Your payment could not be processed. Please try another payment method.\",unsupportedCardType:\"Unsupported card type\",uploadScreenshot:\"Upload the screenshot in your banking app\",yourBankDetails:\"Your bank details\"}"
|
|
2325
|
-
}
|
|
2326
|
-
],
|
|
2327
|
-
"exports": [
|
|
2328
|
-
{
|
|
2329
|
-
"kind": "js",
|
|
2330
|
-
"name": "a",
|
|
2331
|
-
"declaration": {
|
|
2332
|
-
"name": "t",
|
|
2333
|
-
"module": "dist/chunks/chunk.QMLIEEKM.js"
|
|
2334
|
-
}
|
|
2335
|
-
}
|
|
2336
|
-
]
|
|
2337
|
-
},
|
|
2338
|
-
{
|
|
2339
|
-
"kind": "javascript-module",
|
|
2340
|
-
"path": "dist/chunks/cs.FC4I5M3C.js",
|
|
2341
|
-
"declarations": [
|
|
2342
|
-
{
|
|
2343
|
-
"kind": "variable",
|
|
2344
|
-
"name": "n",
|
|
2345
|
-
"default": "e"
|
|
2346
|
-
}
|
|
2347
|
-
],
|
|
2348
|
-
"exports": [
|
|
2349
|
-
{
|
|
2350
|
-
"kind": "js",
|
|
2351
|
-
"name": "templates",
|
|
2352
|
-
"declaration": {
|
|
2353
|
-
"name": "n",
|
|
2354
|
-
"module": "dist/chunks/cs.FC4I5M3C.js"
|
|
2355
|
-
}
|
|
2356
|
-
}
|
|
2357
|
-
]
|
|
2358
|
-
},
|
|
2359
|
-
{
|
|
2360
|
-
"kind": "javascript-module",
|
|
2361
|
-
"path": "dist/chunks/da.YI32NZ7B.js",
|
|
2362
|
-
"declarations": [
|
|
2363
|
-
{
|
|
2364
|
-
"kind": "variable",
|
|
2365
|
-
"name": "a",
|
|
2366
|
-
"default": "e"
|
|
2367
|
-
}
|
|
2368
|
-
],
|
|
2369
|
-
"exports": [
|
|
2370
|
-
{
|
|
2371
|
-
"kind": "js",
|
|
2372
|
-
"name": "templates",
|
|
2373
|
-
"declaration": {
|
|
2374
|
-
"name": "a",
|
|
2375
|
-
"module": "dist/chunks/da.YI32NZ7B.js"
|
|
2376
|
-
}
|
|
2377
|
-
}
|
|
2378
|
-
]
|
|
2379
|
-
},
|
|
2380
|
-
{
|
|
2381
|
-
"kind": "javascript-module",
|
|
2382
|
-
"path": "dist/chunks/de.7M7UFQB7.js",
|
|
2383
|
-
"declarations": [
|
|
2384
|
-
{
|
|
2385
|
-
"kind": "variable",
|
|
2386
|
-
"name": "t",
|
|
2387
|
-
"default": "e"
|
|
2388
|
-
}
|
|
2389
|
-
],
|
|
2390
|
-
"exports": [
|
|
2391
|
-
{
|
|
2392
|
-
"kind": "js",
|
|
2393
|
-
"name": "templates",
|
|
2394
|
-
"declaration": {
|
|
2395
|
-
"name": "t",
|
|
2396
|
-
"module": "dist/chunks/de.7M7UFQB7.js"
|
|
2397
|
-
}
|
|
2398
|
-
}
|
|
2399
|
-
]
|
|
2400
|
-
},
|
|
2401
|
-
{
|
|
2402
|
-
"kind": "javascript-module",
|
|
2403
|
-
"path": "dist/chunks/el.XSGTYDZR.js",
|
|
2404
|
-
"declarations": [
|
|
2405
|
-
{
|
|
2406
|
-
"kind": "variable",
|
|
2407
|
-
"name": "o",
|
|
2408
|
-
"default": "e"
|
|
2409
|
-
}
|
|
2410
|
-
],
|
|
2411
|
-
"exports": [
|
|
2412
|
-
{
|
|
2413
|
-
"kind": "js",
|
|
2414
|
-
"name": "templates",
|
|
2415
|
-
"declaration": {
|
|
2416
|
-
"name": "o",
|
|
2417
|
-
"module": "dist/chunks/el.XSGTYDZR.js"
|
|
2418
|
-
}
|
|
2419
|
-
}
|
|
2420
|
-
]
|
|
2421
|
-
},
|
|
2422
|
-
{
|
|
2423
|
-
"kind": "javascript-module",
|
|
2424
|
-
"path": "dist/chunks/en-GB.VO4GDE3X.js",
|
|
2425
|
-
"declarations": [
|
|
2426
|
-
{
|
|
2427
|
-
"kind": "variable",
|
|
2428
|
-
"name": "o",
|
|
2429
|
-
"default": "t"
|
|
2430
|
-
}
|
|
2431
|
-
],
|
|
2432
|
-
"exports": [
|
|
2433
|
-
{
|
|
2434
|
-
"kind": "js",
|
|
2435
|
-
"name": "templates",
|
|
2436
|
-
"declaration": {
|
|
2437
|
-
"name": "o",
|
|
2438
|
-
"module": "dist/chunks/en-GB.VO4GDE3X.js"
|
|
2439
|
-
}
|
|
2440
|
-
}
|
|
2441
|
-
]
|
|
2442
|
-
},
|
|
2443
|
-
{
|
|
2444
|
-
"kind": "javascript-module",
|
|
2445
|
-
"path": "dist/chunks/en.MNFLVOE3.js",
|
|
2446
|
-
"declarations": [
|
|
2447
|
-
{
|
|
2448
|
-
"kind": "variable",
|
|
2449
|
-
"name": "o",
|
|
2450
|
-
"default": "t"
|
|
2451
|
-
}
|
|
2452
|
-
],
|
|
2453
|
-
"exports": [
|
|
2454
|
-
{
|
|
2455
|
-
"kind": "js",
|
|
2456
|
-
"name": "templates",
|
|
2457
|
-
"declaration": {
|
|
2458
|
-
"name": "o",
|
|
2459
|
-
"module": "dist/chunks/en.MNFLVOE3.js"
|
|
2460
|
-
}
|
|
2461
|
-
}
|
|
2462
|
-
]
|
|
2463
|
-
},
|
|
2464
|
-
{
|
|
2465
|
-
"kind": "javascript-module",
|
|
2466
|
-
"path": "dist/chunks/es-AR.TBWVUZEF.js",
|
|
2467
|
-
"declarations": [
|
|
2468
|
-
{
|
|
2469
|
-
"kind": "variable",
|
|
2470
|
-
"name": "i",
|
|
2471
|
-
"default": "e"
|
|
2472
|
-
}
|
|
2473
|
-
],
|
|
2474
|
-
"exports": [
|
|
2475
|
-
{
|
|
2476
|
-
"kind": "js",
|
|
2477
|
-
"name": "templates",
|
|
2478
|
-
"declaration": {
|
|
2479
|
-
"name": "i",
|
|
2480
|
-
"module": "dist/chunks/es-AR.TBWVUZEF.js"
|
|
2481
|
-
}
|
|
2482
|
-
}
|
|
2483
|
-
]
|
|
2484
|
-
},
|
|
2485
|
-
{
|
|
2486
|
-
"kind": "javascript-module",
|
|
2487
|
-
"path": "dist/chunks/es-MX.6EMWUABR.js",
|
|
2488
|
-
"declarations": [
|
|
2489
|
-
{
|
|
2490
|
-
"kind": "variable",
|
|
2491
|
-
"name": "i",
|
|
2492
|
-
"default": "e"
|
|
2493
|
-
}
|
|
2494
|
-
],
|
|
2495
|
-
"exports": [
|
|
2496
|
-
{
|
|
2497
|
-
"kind": "js",
|
|
2498
|
-
"name": "templates",
|
|
2499
|
-
"declaration": {
|
|
2500
|
-
"name": "i",
|
|
2501
|
-
"module": "dist/chunks/es-MX.6EMWUABR.js"
|
|
2502
|
-
}
|
|
2503
|
-
}
|
|
2504
|
-
]
|
|
2505
|
-
},
|
|
2506
|
-
{
|
|
2507
|
-
"kind": "javascript-module",
|
|
2508
|
-
"path": "dist/chunks/es.XZLDFHYI.js",
|
|
2004
|
+
"path": "dist/chunks/es.XZLDFHYI.js",
|
|
2509
2005
|
"declarations": [
|
|
2510
2006
|
{
|
|
2511
2007
|
"kind": "variable",
|
|
@@ -3125,140 +2621,682 @@
|
|
|
3125
2621
|
"exports": [
|
|
3126
2622
|
{
|
|
3127
2623
|
"kind": "js",
|
|
3128
|
-
"name": "templates",
|
|
2624
|
+
"name": "templates",
|
|
2625
|
+
"declaration": {
|
|
2626
|
+
"name": "n",
|
|
2627
|
+
"module": "dist/chunks/tr.Q2SIY6NA.js"
|
|
2628
|
+
}
|
|
2629
|
+
}
|
|
2630
|
+
]
|
|
2631
|
+
},
|
|
2632
|
+
{
|
|
2633
|
+
"kind": "javascript-module",
|
|
2634
|
+
"path": "dist/chunks/uk-UA.EJZOGSJR.js",
|
|
2635
|
+
"declarations": [
|
|
2636
|
+
{
|
|
2637
|
+
"kind": "variable",
|
|
2638
|
+
"name": "o",
|
|
2639
|
+
"default": "e"
|
|
2640
|
+
}
|
|
2641
|
+
],
|
|
2642
|
+
"exports": [
|
|
2643
|
+
{
|
|
2644
|
+
"kind": "js",
|
|
2645
|
+
"name": "templates",
|
|
2646
|
+
"declaration": {
|
|
2647
|
+
"name": "o",
|
|
2648
|
+
"module": "dist/chunks/uk-UA.EJZOGSJR.js"
|
|
2649
|
+
}
|
|
2650
|
+
}
|
|
2651
|
+
]
|
|
2652
|
+
},
|
|
2653
|
+
{
|
|
2654
|
+
"kind": "javascript-module",
|
|
2655
|
+
"path": "dist/chunks/vi.3RROGLXM.js",
|
|
2656
|
+
"declarations": [
|
|
2657
|
+
{
|
|
2658
|
+
"kind": "variable",
|
|
2659
|
+
"name": "a",
|
|
2660
|
+
"default": "n"
|
|
2661
|
+
}
|
|
2662
|
+
],
|
|
2663
|
+
"exports": [
|
|
2664
|
+
{
|
|
2665
|
+
"kind": "js",
|
|
2666
|
+
"name": "templates",
|
|
2667
|
+
"declaration": {
|
|
2668
|
+
"name": "a",
|
|
2669
|
+
"module": "dist/chunks/vi.3RROGLXM.js"
|
|
2670
|
+
}
|
|
2671
|
+
}
|
|
2672
|
+
]
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"kind": "javascript-module",
|
|
2676
|
+
"path": "dist/chunks/zf.GGWFQ3Y7.js",
|
|
2677
|
+
"declarations": [
|
|
2678
|
+
{
|
|
2679
|
+
"kind": "variable",
|
|
2680
|
+
"name": "a",
|
|
2681
|
+
"default": "t"
|
|
2682
|
+
}
|
|
2683
|
+
],
|
|
2684
|
+
"exports": [
|
|
2685
|
+
{
|
|
2686
|
+
"kind": "js",
|
|
2687
|
+
"name": "templates",
|
|
2688
|
+
"declaration": {
|
|
2689
|
+
"name": "a",
|
|
2690
|
+
"module": "dist/chunks/zf.GGWFQ3Y7.js"
|
|
2691
|
+
}
|
|
2692
|
+
}
|
|
2693
|
+
]
|
|
2694
|
+
},
|
|
2695
|
+
{
|
|
2696
|
+
"kind": "javascript-module",
|
|
2697
|
+
"path": "dist/chunks/zh-CN.MQHNRMN4.js",
|
|
2698
|
+
"declarations": [
|
|
2699
|
+
{
|
|
2700
|
+
"kind": "variable",
|
|
2701
|
+
"name": "o",
|
|
2702
|
+
"default": "e"
|
|
2703
|
+
}
|
|
2704
|
+
],
|
|
2705
|
+
"exports": [
|
|
2706
|
+
{
|
|
2707
|
+
"kind": "js",
|
|
2708
|
+
"name": "templates",
|
|
2709
|
+
"declaration": {
|
|
2710
|
+
"name": "o",
|
|
2711
|
+
"module": "dist/chunks/zh-CN.MQHNRMN4.js"
|
|
2712
|
+
}
|
|
2713
|
+
}
|
|
2714
|
+
]
|
|
2715
|
+
},
|
|
2716
|
+
{
|
|
2717
|
+
"kind": "javascript-module",
|
|
2718
|
+
"path": "dist/chunks/zh-HK.WNR7XUSX.js",
|
|
2719
|
+
"declarations": [
|
|
2720
|
+
{
|
|
2721
|
+
"kind": "variable",
|
|
2722
|
+
"name": "o",
|
|
2723
|
+
"default": "e"
|
|
2724
|
+
}
|
|
2725
|
+
],
|
|
2726
|
+
"exports": [
|
|
2727
|
+
{
|
|
2728
|
+
"kind": "js",
|
|
2729
|
+
"name": "templates",
|
|
2730
|
+
"declaration": {
|
|
2731
|
+
"name": "o",
|
|
2732
|
+
"module": "dist/chunks/zh-HK.WNR7XUSX.js"
|
|
2733
|
+
}
|
|
2734
|
+
}
|
|
2735
|
+
]
|
|
2736
|
+
},
|
|
2737
|
+
{
|
|
2738
|
+
"kind": "javascript-module",
|
|
2739
|
+
"path": "dist/chunks/zh-TW.GNCY2PNY.js",
|
|
2740
|
+
"declarations": [
|
|
2741
|
+
{
|
|
2742
|
+
"kind": "variable",
|
|
2743
|
+
"name": "o",
|
|
2744
|
+
"default": "e"
|
|
2745
|
+
}
|
|
2746
|
+
],
|
|
2747
|
+
"exports": [
|
|
2748
|
+
{
|
|
2749
|
+
"kind": "js",
|
|
2750
|
+
"name": "templates",
|
|
2751
|
+
"declaration": {
|
|
2752
|
+
"name": "o",
|
|
2753
|
+
"module": "dist/chunks/zh-TW.GNCY2PNY.js"
|
|
2754
|
+
}
|
|
2755
|
+
}
|
|
2756
|
+
]
|
|
2757
|
+
},
|
|
2758
|
+
{
|
|
2759
|
+
"kind": "javascript-module",
|
|
2760
|
+
"path": "e2e/mocks/billing-address.ts",
|
|
2761
|
+
"declarations": [
|
|
2762
|
+
{
|
|
2763
|
+
"kind": "variable",
|
|
2764
|
+
"name": "settings",
|
|
2765
|
+
"type": {
|
|
2766
|
+
"text": "string"
|
|
2767
|
+
},
|
|
2768
|
+
"default": "'?settings=eyJjbGllbnRTZXNzaW9uQ29uZmlnIjp7ImN1c3RvbWVySWQiOiJDdXN0b21lcjEyMyIsIm9yZGVySWQiOiIxMjU3NyIsImFtb3VudCI6MTA1MCwiY3VycmVuY3lDb2RlIjoiRVVSIiwibWV0YWRhdGEiOnsiZXhwcmVzc0NoZWNrb3V0IjoidHJ1ZSJ9LCJvcmRlciI6eyJzaGlwcGluZyI6eyJhbW91bnQiOjUwLCJtZXRob2RJZCI6IlJlZ3VsYXIiLCJtZXRob2ROYW1lIjoiUmVndWxhciA1MCIsIm1ldGhvZERlc2NyaXB0aW9uIjoiUmVndWxhciJ9LCJjb3VudHJ5Q29kZSI6IkZSIiwibGluZUl0ZW1zIjpbeyJpdGVtSWQiOiJwcmltZXItaG9vZGllLWdyYXkiLCJkZXNjcmlwdGlvbiI6IlByaW1lciBIb29kaWUiLCJhbW91bnQiOjk1MCwicXVhbnRpdHkiOjF9LHsiaXRlbUlkIjoicHJpbWVyLWhvb2RpZS1ibHVlIiwiZGVzY3JpcHRpb24iOiJQcmltZXIgQmx1ZSIsImFtb3VudCI6NTAsInF1YW50aXR5IjoxfV19LCJjdXN0b21lciI6eyJiaWxsaW5nQWRkcmVzcyI6eyJmaXJzdE5hbWUiOiJ0ZXN0dCIsImxhc3ROYW1lIjoidGVzdCIsInBvc3RhbENvZGUiOiI1MTY2MiIsImFkZHJlc3NMaW5lMSI6ImFrc2psa2FqbCIsImFkZHJlc3NMaW5lMiI6ImpmamthaGsiLCJjb3VudHJ5Q29kZSI6IlBMIiwiY2l0eSI6Indyb2NsYXciLCJzdGF0ZSI6InRlc3QifSwic2hpcHBpbmdBZGRyZXNzIjp7fSwibmF0aW9uYWxEb2N1bWVudElkIjoiOTAxMTIxMTIzNDU2NyJ9LCJwYXltZW50TWV0aG9kIjp7InZhdWx0T25TdWNjZXNzIjpmYWxzZSwidmF1bHRPbjNEUyI6ZmFsc2UsInZhdWx0T25BZ3JlZW1lbnQiOmZhbHNlLCJvcmRlcmVkQWxsb3dlZENhcmROZXR3b3JrcyI6WyJWSVNBIiwiTUFTVEVSQ0FSRCIsIkFNRVgiLCJNQUVTVFJPIiwiVU5JT05QQVkiLCJDQVJURVNfQkFOQ0FJUkVTIiwiREFOS09SVCIsIkRJTkVSU19DTFVCIiwiRElTQ09WRVIiLCJFTlJPVVRFIiwiRUxPIiwiSElQRVIiLCJJTlRFUkFDIiwiSkNCIiwiTUlSIiwiT1RIRVIiXX19LCJjbGllbnRPcHRpb25zIjp7ImxvY2FsZSI6ImVuIiwiYXBpVmVyc2lvbiI6IjIuNCIsInJlZGlyZWN0Ijp7ImZvcmNlUmVkaXJlY3QiOmZhbHNlfSwidmF1bHQiOnsidmlzaWJsZSI6ZmFsc2V9LCJjYXJkIjp7InByZWZlcnJlZEZsb3ciOiJFTUJFRERFRF9JTl9IT01FIn19LCJhcGlDb25maWciOnsiYXBpS2V5IjoiZXlKMGVYQWlPaUpLVjFRaUxDSmhiR2NpT2lKSVV6STFOaUo5LmV5SnpkV0lpT2lJM05XUmpOekF4TWkwM09EVmpMVFEwTTJFdE9EQmlNUzB3WlRGbU9EaG1aRFJtWVdRaUxDSnBZWFFpT2pFM05UazBPRGd4TkRJc0ltdHBaQ0k2SW5ZeElpd2lhblJwSWpvaVlXWXhZemcxWW1VdE16UmhOaTAwWWpGakxUa3pObVl0WWpnME5tVXlOV1k1TnpFeEluMC5CaElodFpBcGotdWJJckJ3bW1zR1U4dGlCdWNEMU93WFpySmcxdXRRRzZjIiwiYXBpVmVyc2lvbiI6IjIuNCIsImVudiI6IkNVU1RPTV9TQU5EQk9YIn0sImhlYWRsZXNzT3B0aW9ucyI6eyJsb2NhbGUiOiJmci1GUiIsInN0cmlwZSI6eyJwdWJsaXNoYWJsZUtleSI6InBrX3Rlc3RfNTFPOHpmUUtVSzZiWElkQzJ4UHZTUzZVdnJpRTlrd3B2dHR3QjdIOVBBemhOQVpvR3pMZ2lET3lkNFdvb296ZVdIeG9ScktvNmIyVmpaWXhOQ01YM1c3YmswMHJNRGl2amF1In0sInZhdWx0Ijp7ImVuYWJsZWQiOnRydWV9fSwibGl0Q29tcG9uZW50c09wdGlvbnMiOnsic2RrQ29yZSI6dHJ1ZX19'"
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"kind": "variable",
|
|
2772
|
+
"name": "CONFIGURATION_RESPONSE",
|
|
2773
|
+
"type": {
|
|
2774
|
+
"text": "object"
|
|
2775
|
+
},
|
|
2776
|
+
"default": "{ coreUrl: 'https://api.sandbox.primer.io', pciUrl: 'https://sdk.api.sandbox.primer.io', binDataUrl: 'https://bin-data.api.sandbox.core.primer.io', assetsUrl: 'https://assets.sandbox.core.primer.io', checkoutModules: [ { type: 'BILLING_ADDRESS', options: { firstName: false, lastName: false, city: true, countryCode: true, postalCode: true, addressLine1: true, addressLine2: true, state: false, }, }, ], clientSession: { clientSessionId: '0ad5b471-5b80-436b-ad03-57850585e3fd', order: { orderId: '12577', currencyCode: 'EUR', countryCode: 'FR', totalOrderAmount: 1050, merchantAmount: 1050, lineItems: [ { itemId: 'primer-hoodie-gray', description: 'Primer Hoodie', amount: 950, quantity: 1, }, { itemId: 'primer-hoodie-blue', description: 'Primer Blue', amount: 50, quantity: 1, }, ], shipping: { amount: 50, methodId: 'Regular', methodName: 'Regular 50', methodDescription: 'Regular', }, }, customer: { customerId: 'Customer123', billingAddress: { firstName: 'testt', lastName: 'test', postalCode: '51662', addressLine1: 'aksjlkajl', addressLine2: 'jfjkahk', countryCode: 'PL', city: 'wroclaw', state: 'test', }, shippingAddress: {}, nationalDocumentId: '9011211234567', }, paymentMethod: { vaultOnSuccess: false, orderedAllowedCardNetworks: [ 'VISA', 'MASTERCARD', 'AMEX', 'MAESTRO', 'UNIONPAY', 'CARTES_BANCAIRES', 'DANKORT', 'DINERS_CLUB', 'DISCOVER', 'ENROUTE', 'ELO', 'HIPER', 'INTERAC', 'JCB', 'MIR', 'OTHER', ], vaultOnAgreement: false, }, }, primerAccountId: '75dc7012-785c-443a-80b1-0e1f88fd4fad', env: 'SANDBOX', paymentMethods: [ { id: '42e32c6e-7faa-4f5a-97d0-9c4f7b848ae1', type: 'APPLE_PAY', options: { merchantId: '75dc7012785c443a80b10e1f88fd4fad', merchantName: 'Primer', merchantDomains: [], }, implementationType: 'NATIVE_SDK', name: 'Apple Pay', displayMetadata: { button: { iconUrl: { dark: 'https://assets.sandbox.core.primer.io/APPLE_PAY/apple-pay-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/APPLE_PAY/apple-pay-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, }, implementation: {}, }, { type: 'PAYMENT_CARD', options: { threeDSecureProvider: '3DSECUREIO', threeDSecureEnabled: true, }, implementationType: 'NATIVE_SDK', name: 'Card', displayMetadata: { button: { iconUrl: { dark: 'https://assets.sandbox.core.primer.io/PAYMENT_CARD/payment-card-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/PAYMENT_CARD/payment-card-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay by card', textColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, ], styleDefaults: {}, }"
|
|
2777
|
+
},
|
|
2778
|
+
{
|
|
2779
|
+
"kind": "variable",
|
|
2780
|
+
"name": "CARD_NUMBER",
|
|
2781
|
+
"type": {
|
|
2782
|
+
"text": "string"
|
|
2783
|
+
},
|
|
2784
|
+
"default": "'4242 4242 4242 4242'"
|
|
2785
|
+
},
|
|
2786
|
+
{
|
|
2787
|
+
"kind": "function",
|
|
2788
|
+
"name": "mockBinData",
|
|
2789
|
+
"parameters": [
|
|
2790
|
+
{
|
|
2791
|
+
"name": "page",
|
|
2792
|
+
"type": {
|
|
2793
|
+
"text": "Page"
|
|
2794
|
+
}
|
|
2795
|
+
}
|
|
2796
|
+
]
|
|
2797
|
+
},
|
|
2798
|
+
{
|
|
2799
|
+
"kind": "function",
|
|
2800
|
+
"name": "mockPaymentInstruments",
|
|
2801
|
+
"parameters": [
|
|
2802
|
+
{
|
|
2803
|
+
"name": "page",
|
|
2804
|
+
"type": {
|
|
2805
|
+
"text": "Page"
|
|
2806
|
+
}
|
|
2807
|
+
}
|
|
2808
|
+
]
|
|
2809
|
+
},
|
|
2810
|
+
{
|
|
2811
|
+
"kind": "function",
|
|
2812
|
+
"name": "mockPayments",
|
|
2813
|
+
"parameters": [
|
|
2814
|
+
{
|
|
2815
|
+
"name": "page",
|
|
2816
|
+
"type": {
|
|
2817
|
+
"text": "Page"
|
|
2818
|
+
}
|
|
2819
|
+
}
|
|
2820
|
+
]
|
|
2821
|
+
}
|
|
2822
|
+
],
|
|
2823
|
+
"exports": [
|
|
2824
|
+
{
|
|
2825
|
+
"kind": "js",
|
|
2826
|
+
"name": "settings",
|
|
2827
|
+
"declaration": {
|
|
2828
|
+
"name": "settings",
|
|
2829
|
+
"module": "e2e/mocks/billing-address.ts"
|
|
2830
|
+
}
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
"kind": "js",
|
|
2834
|
+
"name": "CONFIGURATION_RESPONSE",
|
|
2835
|
+
"declaration": {
|
|
2836
|
+
"name": "CONFIGURATION_RESPONSE",
|
|
2837
|
+
"module": "e2e/mocks/billing-address.ts"
|
|
2838
|
+
}
|
|
2839
|
+
},
|
|
2840
|
+
{
|
|
2841
|
+
"kind": "js",
|
|
2842
|
+
"name": "CARD_NUMBER",
|
|
2843
|
+
"declaration": {
|
|
2844
|
+
"name": "CARD_NUMBER",
|
|
2845
|
+
"module": "e2e/mocks/billing-address.ts"
|
|
2846
|
+
}
|
|
2847
|
+
},
|
|
2848
|
+
{
|
|
2849
|
+
"kind": "js",
|
|
2850
|
+
"name": "mockBinData",
|
|
2851
|
+
"declaration": {
|
|
2852
|
+
"name": "mockBinData",
|
|
2853
|
+
"module": "e2e/mocks/billing-address.ts"
|
|
2854
|
+
}
|
|
2855
|
+
},
|
|
2856
|
+
{
|
|
2857
|
+
"kind": "js",
|
|
2858
|
+
"name": "mockPaymentInstruments",
|
|
2859
|
+
"declaration": {
|
|
2860
|
+
"name": "mockPaymentInstruments",
|
|
2861
|
+
"module": "e2e/mocks/billing-address.ts"
|
|
2862
|
+
}
|
|
2863
|
+
},
|
|
2864
|
+
{
|
|
2865
|
+
"kind": "js",
|
|
2866
|
+
"name": "mockPayments",
|
|
2867
|
+
"declaration": {
|
|
2868
|
+
"name": "mockPayments",
|
|
2869
|
+
"module": "e2e/mocks/billing-address.ts"
|
|
2870
|
+
}
|
|
2871
|
+
}
|
|
2872
|
+
]
|
|
2873
|
+
},
|
|
2874
|
+
{
|
|
2875
|
+
"kind": "javascript-module",
|
|
2876
|
+
"path": "e2e/mocks/card-3ds.ts",
|
|
2877
|
+
"declarations": [
|
|
2878
|
+
{
|
|
2879
|
+
"kind": "variable",
|
|
2880
|
+
"name": "settings",
|
|
2881
|
+
"type": {
|
|
2882
|
+
"text": "string"
|
|
2883
|
+
},
|
|
2884
|
+
"default": "'?settings=eyJjbGllbnRTZXNzaW9uQ29uZmlnIjp7ImN1c3RvbWVySWQiOiJFdWxlciBpcyB0aGUgYmVzdCIsIm9yZGVySWQiOiI3NDUyNyIsImFtb3VudCI6NjAwLCJjdXJyZW5jeUNvZGUiOiJFVVIiLCJtZXRhZGF0YSI6eyJzY2VuYXJpbyI6IkdPT0dMRV9QQVkifSwib3JkZXIiOnsiZmVlcyI6W3sidHlwZSI6IlNVUkNIQVJHRSIsImFtb3VudCI6MH1dLCJjb3VudHJ5Q29kZSI6IkRFIiwibGluZUl0ZW1zIjpbeyJpdGVtSWQiOiJwcmltZXItaG9vZGllLWdyYXkiLCJkZXNjcmlwdGlvbiI6IlByaW1lciBIb29kaWUiLCJhbW91bnQiOjYwMCwicXVhbnRpdHkiOjF9XX0sImN1c3RvbWVyIjp7ImJpbGxpbmdBZGRyZXNzIjp7ImZpcnN0TmFtZSI6IkNhcmQiLCJsYXN0TmFtZSI6IkhvbGRlciBOYW1lIiwicG9zdGFsQ29kZSI6Ijk0MDQzIiwiYWRkcmVzc0xpbmUxIjoiMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSIsImNvdW50cnlDb2RlIjoiVVMiLCJjaXR5IjoiTW91bnRhaW4gVmlldyIsInN0YXRlIjoiQ0EifX0sInBheW1lbnRNZXRob2QiOnsidmF1bHRPblN1Y2Nlc3MiOmZhbHNlLCJ2YXVsdE9uM0RTIjpmYWxzZSwib3B0aW9ucyI6eyJQQVlQQUwiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJQQVlNRU5UX0NBUkQiOnsibmV0d29ya3MiOnsiVklTQSI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIk1BU1RFUkNBUkQiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19fX0sIkFEWUVOX0lERUFMIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fSwiUEFZX05MX1BBWVBBTCI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIkFQUExFX1BBWSI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIkFEWUVOX1NPRk9SVCI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIkdPT0dMRV9QQVkiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19fSwib3JkZXJlZEFsbG93ZWRDYXJkTmV0d29ya3MiOlsiVklTQSIsIk1BU1RFUkNBUkQiLCJBTUVYIiwiTUFFU1RSTyIsIlVOSU9OUEFZIiwiQ0FSVEVTX0JBTkNBSVJFUyIsIkRBTktPUlQiLCJESU5FUlNfQ0xVQiIsIkRJU0NPVkVSIiwiRU5ST1VURSIsIkVMTyIsIkhJUEVSIiwiSU5URVJBQyIsIkpDQiIsIk1JUiIsIk9USEVSIl19fSwiY2xpZW50T3B0aW9ucyI6eyJjYXJkIjp7InByZWZlcnJlZEZsb3ciOiJFTUJFRERFRF9JTl9IT01FIn0sImRpcmVjdERlYml0Ijp7ImN1c3RvbWVyQ291bnRyeUNvZGUiOiJGUiIsImNvbXBhbnlOYW1lIjoiUHJpbWVyIEFQSSBMVEQiLCJjb21wYW55QWRkcmVzcyI6IjEyMyBGYWtlIFN0LCBMb25kb24sIEVDMkEgOFhZIn0sInJlZGlyZWN0Ijp7ImZvcmNlUmVkaXJlY3QiOmZhbHNlfSwiZ29vZ2xlUGF5Ijp7ImNhcHR1cmVCaWxsaW5nQWRkcmVzcyI6dHJ1ZX19LCJhcGlDb25maWciOnsiYXBpS2V5IjoiMmI4NTM3YjItNDc4Yy00MzE1LTg4ZmItZjE5NTQ1MDBiNWZhIiwiYXBpVmVyc2lvbiI6IjIuMyIsImVudiI6IkNVU1RPTV9TQU5EQk9YIn0sImhlYWRsZXNzT3B0aW9ucyI6e30sImxpdENvbXBvbmVudHNPcHRpb25zIjp7InNka0NvcmUiOmZhbHNlfX0='"
|
|
2885
|
+
},
|
|
2886
|
+
{
|
|
2887
|
+
"kind": "variable",
|
|
2888
|
+
"name": "CONFIGURATION_RESPONSE",
|
|
2889
|
+
"type": {
|
|
2890
|
+
"text": "object"
|
|
2891
|
+
},
|
|
2892
|
+
"default": "{ coreUrl: 'https://api.sandbox.primer.io', pciUrl: 'https://sdk.api.sandbox.primer.io', binDataUrl: 'https://bin-data.api.sandbox.core.primer.io', assetsUrl: 'https://assets.sandbox.core.primer.io', checkoutModules: [ { type: 'TAX_CALCULATION', requestUrl: '/sales-tax/calculate', }, { type: 'CARD_INFORMATION', }, ], clientSession: { clientSessionId: '0d5f31b6-5848-49ce-9625-3254d5dd8a78', order: { orderId: '74527', currencyCode: 'EUR', countryCode: 'DE', totalOrderAmount: 600, merchantAmount: 600, lineItems: [ { itemId: 'primer-hoodie-gray', description: 'Primer Hoodie', amount: 600, quantity: 1, }, ], fees: [ { type: 'SURCHARGE', amount: 0, }, ], }, customer: { customerId: 'Euler is the best', billingAddress: { firstName: 'Card', lastName: 'Holder Name', postalCode: '94043', addressLine1: '1600 Amphitheatre Parkway', countryCode: 'US', city: 'Mountain View', state: 'CA', }, }, paymentMethod: { vaultOnSuccess: false, options: [ { type: 'PAYPAL', surcharge: 0, }, { type: 'PAYMENT_CARD', networks: [ { type: 'VISA', surcharge: 0, }, { type: 'MASTERCARD', surcharge: 0, }, ], }, { type: 'ADYEN_IDEAL', surcharge: 0, }, { type: 'PAY_NL_PAYPAL', surcharge: 0, }, { type: 'APPLE_PAY', surcharge: 0, }, { type: 'ADYEN_SOFORT', surcharge: 0, }, { type: 'GOOGLE_PAY', surcharge: 0, }, ], orderedAllowedCardNetworks: [ 'VISA', 'MASTERCARD', 'AMEX', 'MAESTRO', 'UNIONPAY', 'CARTES_BANCAIRES', 'DANKORT', 'DINERS_CLUB', 'DISCOVER', 'ENROUTE', 'ELO', 'HIPER', 'INTERAC', 'JCB', 'MIR', 'OTHER', ], vaultOnAgreement: false, }, }, primerAccountId: '84100a01-523f-4347-ac44-e8a3e7083d9a', env: 'SANDBOX', paymentMethods: [ { id: 'e787b281-e4f9-4494-96e8-188917540654', type: 'ADYEN_IDEAL', options: { merchantId: 'PrimerJbTestECOM', merchantAccountId: '4ad980f3-ccc7-5e8e-9a9c-81cd6f5214d4', }, processorConfigId: '9319ad4e-cd51-4517-9d46-bc7be244752a', implementationType: 'WEB_REDIRECT', name: 'iDeal', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/IDEAL/ideal-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/IDEAL/ideal-logo@3x.png', light: 'https://assets.sandbox.core.primer.io/IDEAL/ideal-logo@3x.png', }, backgroundColor: { colored: '#CC0066', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, popup: { width: 1050, height: 1300, }, }, forceRedirect: false, implementation: {}, }, { id: 'e1b5e078-081c-4075-a3cc-5ebc779d36f2', type: 'KLARNA', options: { merchantId: 'Primer', merchantAccountId: 'b6902742-384a-5dfa-b1ff-7dcd02880dc3', clientId: 'Primer', }, processorConfigId: 'b70c2b11-e37f-41fe-9797-d3900f343a36', implementationType: 'NATIVE_SDK', name: 'Klarna', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/KLARNA/klarna-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/KLARNA/klarna-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/KLARNA/klarna-logo-light@3x.png', }, backgroundColor: { colored: '#FFB3C7', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { colored: '#FFB3C7', dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: '4e9497d8-1503-4541-8ead-d88151ffa257', type: 'XFERS_PAYNOW', options: { merchantId: 'testi', merchantAccountId: '6fb12703-1795-55ac-875e-2e8476cb8390', }, processorConfigId: '545e5533-b575-4c61-aebe-dec49a836f1b', implementationType: 'NATIVE_SDK', name: 'Xfers', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/XFERS/xfers-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/XFERS/xfers-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/XFERS/xfers-logo-light@3x.png', }, backgroundColor: { colored: '#941C80', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { colored: '#028BF4', dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: '9e407fb0-a2f8-4636-a5bc-f404ac757c68', type: 'PAYPAL', options: { merchantId: 'sb-iyjg882920702@business.example.com', merchantAccountId: 'e584f5c7-3c7f-5b58-b187-8e641b0cdce4', clientId: 'AXsZfsyf2jtpTpLQARwSeBurtfT6WiRjHQt1PodMf94gPH0iLwglSdSJ7ZAQT3tCHNZQL--VlrVfwscv', intent: 'authorize', }, processorConfigId: '573b0c98-d588-4223-973f-513a5b5a6177', implementationType: 'NATIVE_SDK', name: 'PayPal', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/PAYPAL/paypal-logo@3x.png', }, backgroundColor: { colored: '#0070BA', }, cornerRadius: 4, }, }, forceRedirect: false, implementation: {}, }, { id: 'c657ae04-c230-4be4-9615-9b822743e5e4', type: 'APPLE_PAY', options: { merchantId: '84100a01523f4347ac44e8a3e7083d9a', merchantName: 'DX QA Account', merchantDomains: [], }, implementationType: 'NATIVE_SDK', name: 'Apple Pay', displayMetadata: { button: { iconUrl: { dark: 'https://assets.sandbox.core.primer.io/APPLE_PAY/apple-pay-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/APPLE_PAY/apple-pay-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, }, implementation: {}, }, { id: '527ee4ff-2c66-4234-829f-d20480f3aa09', type: 'GOOGLE_PAY', options: { merchantId: '06134396481468734566', merchantName: 'Primer', type: 'GOOGLE_PAY', }, implementationType: 'NATIVE_SDK', name: 'Google Pay', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/GOOGLE_PAY/google-pay-logo-dark@3x.png', dark: 'https://assets.sandbox.core.primer.io/GOOGLE_PAY/google-pay-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/GOOGLE_PAY/google-pay-logo-light@3x.png', }, backgroundColor: { colored: '#000000', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 1, dark: 1, light: 1, }, borderColor: { colored: '#8E8E93', dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { type: 'PAYMENT_CARD', options: { threeDSecureProvider: '3DSECUREIO', threeDSecureEnabled: true, }, implementationType: 'NATIVE_SDK', name: 'Card', displayMetadata: { button: { iconUrl: { dark: 'https://assets.sandbox.core.primer.io/PAYMENT_CARD/payment-card-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/PAYMENT_CARD/payment-card-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay by card', textColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, ], styleDefaults: {}, }"
|
|
2893
|
+
}
|
|
2894
|
+
],
|
|
2895
|
+
"exports": [
|
|
2896
|
+
{
|
|
2897
|
+
"kind": "js",
|
|
2898
|
+
"name": "settings",
|
|
2899
|
+
"declaration": {
|
|
2900
|
+
"name": "settings",
|
|
2901
|
+
"module": "e2e/mocks/card-3ds.ts"
|
|
2902
|
+
}
|
|
2903
|
+
},
|
|
2904
|
+
{
|
|
2905
|
+
"kind": "js",
|
|
2906
|
+
"name": "CONFIGURATION_RESPONSE",
|
|
2907
|
+
"declaration": {
|
|
2908
|
+
"name": "CONFIGURATION_RESPONSE",
|
|
2909
|
+
"module": "e2e/mocks/card-3ds.ts"
|
|
2910
|
+
}
|
|
2911
|
+
}
|
|
2912
|
+
]
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
"kind": "javascript-module",
|
|
2916
|
+
"path": "e2e/mocks/card-basic.ts",
|
|
2917
|
+
"declarations": [
|
|
2918
|
+
{
|
|
2919
|
+
"kind": "variable",
|
|
2920
|
+
"name": "settings",
|
|
2921
|
+
"type": {
|
|
2922
|
+
"text": "string"
|
|
2923
|
+
},
|
|
2924
|
+
"default": "'?settings=eyJjbGllbnRTZXNzaW9uQ29uZmlnIjp7ImN1c3RvbWVySWQiOiJhaXJ3YWxsZXgtY3VzdG9tZXItaWQtZGVtbyIsIm9yZGVySWQiOiIzNDc3NSIsImFtb3VudCI6MTAwMCwiY3VycmVuY3lDb2RlIjoiRVVSIiwibWV0YWRhdGEiOnsid29ya2Zsb3ciOiJhaXJ3YWxsZXgifSwib3JkZXIiOnsiY291bnRyeUNvZGUiOiJHQiIsImxpbmVJdGVtcyI6W3siaXRlbUlkIjoicHJpbWVyLWhvb2RpZS1ncmF5IiwiZGVzY3JpcHRpb24iOiJQcmltZXIgSG9vZGllIiwiYW1vdW50IjoxMDAwLCJxdWFudGl0eSI6MX1dfSwiY3VzdG9tZXIiOnt9LCJwYXltZW50TWV0aG9kIjp7InZhdWx0T25TdWNjZXNzIjpmYWxzZSwidmF1bHRPbjNEUyI6ZmFsc2UsIm9wdGlvbnMiOnsiUEFZUEFMIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fSwiUEFZTUVOVF9DQVJEIjp7Im5ldHdvcmtzIjp7IlZJU0EiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJNQVNURVJDQVJEIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fX19LCJBRFlFTl9JREVBTCI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIlBBWV9OTF9QQVlQQUwiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJBUFBMRV9QQVkiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJBRFlFTl9TT0ZPUlQiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJHT09HTEVfUEFZIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fX0sIm9yZGVyZWRBbGxvd2VkQ2FyZE5ldHdvcmtzIjpbIlZJU0EiLCJNQVNURVJDQVJEIiwiQU1FWCIsIk1BRVNUUk8iLCJVTklPTlBBWSIsIkNBUlRFU19CQU5DQUlSRVMiLCJEQU5LT1JUIiwiRElORVJTX0NMVUIiLCJESVNDT1ZFUiIsIkVOUk9VVEUiLCJFTE8iLCJISVBFUiIsIklOVEVSQUMiLCJKQ0IiLCJNSVIiLCJPVEhFUiJdfX0sImNsaWVudE9wdGlvbnMiOnsiY29udGFpbmVyIjoiI2NvbnRhaW5lciIsImNhcmQiOnsicHJlZmVycmVkRmxvdyI6IkVNQkVEREVEX0lOX0hPTUUifSwiZGlyZWN0RGViaXQiOnsiY3VzdG9tZXJDb3VudHJ5Q29kZSI6IkZSIiwiY29tcGFueU5hbWUiOiJQcmltZXIgQVBJIExURCIsImNvbXBhbnlBZGRyZXNzIjoiMTIzIEZha2UgU3QsIExvbmRvbiwgRUMyQSA4WFkifSwicmVkaXJlY3QiOnsiZm9yY2VSZWRpcmVjdCI6ZmFsc2V9LCJnb29nbGVQYXkiOnsiY2FwdHVyZUJpbGxpbmdBZGRyZXNzIjp0cnVlfX0sImFwaUNvbmZpZyI6eyJhcGlLZXkiOiJjY2VlMmJlOC1kZjA4LTRjNzktODU2ZC00MDA4NTM0OWU5ZGEiLCJhcGlWZXJzaW9uIjoiMi4yIiwiZW52IjoiQ1VTVE9NX1NUQUdJTkcifSwiaGVhZGxlc3NPcHRpb25zIjp7fSwibGl0Q29tcG9uZW50c09wdGlvbnMiOnsic2RrQ29yZSI6ZmFsc2V9fQ=='"
|
|
2925
|
+
},
|
|
2926
|
+
{
|
|
2927
|
+
"kind": "variable",
|
|
2928
|
+
"name": "CONFIGURATION_RESPONSE",
|
|
2929
|
+
"type": {
|
|
2930
|
+
"text": "object"
|
|
2931
|
+
},
|
|
2932
|
+
"default": "{ coreUrl: 'https://api.staging.primer.io', pciUrl: 'https://sdk.api.staging.primer.io', binDataUrl: 'https://bin-data.api.staging.core.primer.io', assetsUrl: 'https://assets.staging.core.primer.io', checkoutModules: [ { type: 'CARD_INFORMATION', options: { cardHolderName: true, cardholderName: true, }, }, { type: 'TAX_CALCULATION', requestUrl: '/sales-tax/calculate', }, ], clientSession: { clientSessionId: '7430ecc6-a520-4353-bf03-030bb09ba4b7', order: { orderId: '34775', currencyCode: 'EUR', countryCode: 'GB', totalOrderAmount: 1000, merchantAmount: 1000, lineItems: [ { itemId: 'primer-hoodie-gray', description: 'Primer Hoodie', amount: 1000, quantity: 1, }, ], }, customer: { customerId: 'airwallex-customer-id-demo', }, paymentMethod: { vaultOnSuccess: false, options: [ { type: 'PAYPAL', surcharge: 0, }, { type: 'PAYMENT_CARD', networks: [ { type: 'VISA', surcharge: 0, }, { type: 'MASTERCARD', surcharge: 0, }, ], }, { type: 'ADYEN_IDEAL', surcharge: 0, }, { type: 'PAY_NL_PAYPAL', surcharge: 0, }, { type: 'APPLE_PAY', surcharge: 0, }, { type: 'ADYEN_SOFORT', surcharge: 0, }, { type: 'GOOGLE_PAY', surcharge: 0, }, ], orderedAllowedCardNetworks: [ 'VISA', 'MASTERCARD', 'AMEX', 'MAESTRO', 'UNIONPAY', 'CARTES_BANCAIRES', 'DANKORT', 'DINERS_CLUB', 'DISCOVER', 'ENROUTE', 'ELO', 'HIPER', 'INTERAC', 'JCB', 'MIR', 'OTHER', ], vaultOnAgreement: false, }, }, primerAccountId: 'd634b2c6-17d8-4347-bac0-df642c2d6469', env: 'STAGING', paymentMethods: [ { id: 'd2862cfb-05a8-4304-9d80-6652450d19d7', type: 'AFTERPAY', options: { merchantId: 'wont-work', merchantAccountId: '04070052-bcd7-5d2f-92d0-70d1c9b30ce0', }, processorConfigId: '2805ab6e-6b0b-40e2-9d65-1e5c800a530e', implementationType: 'WEB_REDIRECT', name: 'Afterpay', displayMetadata: { button: { iconUrl: { colored: 'https://assets.staging.core.primer.io/AFTERPAY/afterpay-cash-app-logo-dark@3x.png', dark: 'https://assets.staging.core.primer.io/AFTERPAY/afterpay-cash-app-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/AFTERPAY/afterpay-cash-app-logo-dark@3x.png', }, backgroundColor: { colored: '#000000', dark: '#000000', light: '#000000', }, cornerRadius: 4, borderWidth: { colored: 1, dark: 1, light: 1, }, borderColor: { colored: '#000000', dark: '#FFFFFF', light: '#000000', }, textColor: { dark: '#FFFFFF', light: '#FFFFFF', }, iconPositionRelativeToText: 'END', }, }, forceRedirect: false, implementation: {}, }, { id: 'f4105e92-bf54-4652-a7ac-63a2adf3a96d', type: 'ALMA', options: { merchantId: '9b7d77ef-4862-4900-902c-8ff623476826', merchantAccountId: 'e11ef8e1-10a8-542d-924d-ae0546a03d35', }, processorConfigId: '9b7d77ef-4862-4900-902c-8ff623476826', implementationType: 'WEB_REDIRECT', name: 'Alma', displayMetadata: { button: { iconUrl: { colored: 'https://assets.staging.core.primer.io/ALMA/alma-logo-dark@3x.png', dark: 'https://assets.staging.core.primer.io/ALMA/alma-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/ALMA/alma-logo@3x.png', }, backgroundColor: { colored: '#FA5022', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 1, dark: 1, light: 1, }, borderColor: { colored: '#FA5022', dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, { id: '588df103-82e2-4888-bf49-63f0182e516e', type: 'BRAINTREE_VENMO', options: { merchantId: 'primer', merchantAccountId: '4dd30736-e360-5562-994a-b9de0dc2c2da', }, processorConfigId: '99b3dd12-2d18-48b4-a700-acd8f7943bcb', implementationType: 'WEB_REDIRECT', name: 'Venmo', displayMetadata: { button: { iconUrl: { colored: 'https://assets.staging.core.primer.io/VENMO/venmo-logo@3x.png', dark: 'https://assets.staging.core.primer.io/VENMO/venmo-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/VENMO/venmo-logo-light@3x.png', }, backgroundColor: { colored: '#008CFF', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, { id: '4cc272a3-69eb-46b6-9938-cd672d7a7cbd', type: 'ADYEN_MULTIBANCO', options: { merchantId: 'PrimerJbTestECOM', merchantAccountId: '2e2d6a59-730f-52da-8fa6-a3766f4fa1f0', }, processorConfigId: '254dd1d0-211a-4039-850f-a378dc3c3f5a', implementationType: 'NATIVE_SDK', name: 'Multibanco', displayMetadata: { button: { iconUrl: { colored: 'https://assets.staging.core.primer.io/MULTIBANCO/multibanco-logo@3x.png', dark: 'https://assets.staging.core.primer.io/MULTIBANCO/multibanco-logo@3x.png', light: 'https://assets.staging.core.primer.io/MULTIBANCO/multibanco-logo-light@3x.png', }, backgroundColor: { colored: '#000000', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: { headless: { supportedManagerCategories: ['RAW_DATA'], }, events: [ { eventType: 'ON_START', uiAction: { actionType: 'NAVIGATE', screenId: 'start_screen', }, }, { eventType: 'ON_REQUIRED_ACTION_RECEIVED', uiAction: { actionType: 'NAVIGATE', screenId: 'voucher_screen', }, }, { eventType: 'ON_ERROR', uiAction: { actionType: 'NAVIGATE', screenId: 'error_screen', }, }, ], screens: [ { screenId: 'start_screen', isBackButtonEnabled: true, isShareButtonEnabled: false, orientation: 'VERTICAL', components: [ { style: { margin: { top: 'S', }, textStyle: 'TITLE', }, }, {}, ], }, { screenId: 'voucher_screen', isBackButtonEnabled: true, isShareButtonEnabled: true, orientation: 'VERTICAL', components: [ { style: { margin: { top: 'S', }, textStyle: 'TITLE', }, }, { orientation: 'HORIZONTAL', components: [ { style: { margin: { top: 'S', }, alignmentInParent: 'RIGHT', textStyle: 'TITLE', }, }, { style: { margin: { top: 'S', }, alignmentInParent: 'LEFT', textStyle: 'TITLE', }, }, ], alignment: 'FILL', distribution: 'FILL', }, { orientation: 'HORIZONTAL', components: [ { style: { margin: { top: 'S', }, alignmentInParent: 'RIGHT', textStyle: 'TITLE', }, }, { style: { margin: { top: 'S', }, alignmentInParent: 'LEFT', textStyle: 'TITLE', }, }, {}, ], alignment: 'FILL', distribution: 'FILL', }, ], }, { screenId: 'error_screen', isBackButtonEnabled: false, isShareButtonEnabled: false, orientation: 'VERTICAL', components: [{}], }, ], }, }, { id: '642bb622-b133-4445-904e-0e844967d4bb', type: 'FINTECTURE_IMMEDIATE_TRANSFER', options: { merchantId: '15808a62-2ac5-458b-b1b6-0ca0bce2d690', merchantAccountId: '55bbc227-ddf7-57f9-a0e8-4ebde5505ce5', }, processorConfigId: '15808a62-2ac5-458b-b1b6-0ca0bce2d690', implementationType: 'WEB_REDIRECT', name: 'Fintecture Immediate Transfer', displayMetadata: { button: { iconUrl: { dark: 'https://assets.staging.core.primer.io/FINTECTURE/inverted@3x.png', light: 'https://assets.staging.core.primer.io/FINTECTURE/default@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay by Immediate transfer', textColor: { dark: '#FFFFFF', light: '#000000', }, iconPositionRelativeToText: 'START', }, }, forceRedirect: true, implementation: {}, }, { id: '8f057fb9-2737-44f4-aca8-7021ca5689bc', type: 'APPLE_PAY', options: { merchantId: 'd634b2c617d84347bac0df642c2d6469', merchantName: 'Connections', merchantDomains: [], }, implementationType: 'NATIVE_SDK', name: 'Apple Pay', displayMetadata: { button: { iconUrl: { dark: 'https://assets.staging.core.primer.io/APPLE_PAY/apple-pay-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/APPLE_PAY/apple-pay-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, }, implementation: {}, }, { id: '418673aa-954f-4f3e-89e9-d447574a1e14', type: 'SIPS_CPAY', options: { merchantId: '789b21f7-bd18-42f7-8ce8-a0d7320ec3ad', merchantAccountId: '946e95a0-63d0-5afd-9389-c4aea5a9b1fa', }, processorConfigId: '789b21f7-bd18-42f7-8ce8-a0d7320ec3ad', implementationType: 'WEB_REDIRECT', name: 'Cpay', displayMetadata: { button: { iconUrl: { colored: 'https://assets.staging.core.primer.io/CPAY/cpay-logo@3x.png', dark: 'https://assets.staging.core.primer.io/CPAY/cpay-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/CPAY/cpay-logo-light@3x.png', }, backgroundColor: { colored: '#FFFFFF', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#000000', }, }, popup: { width: 830, height: 1000, }, }, forceRedirect: false, implementation: {}, }, { id: 'ba29b47f-bd66-46d6-a3e3-aa27c3b1d110', type: 'ADYEN_ALIPAY', options: { merchantId: 'PrimerJbTestECOM', merchantAccountId: '2e2d6a59-730f-52da-8fa6-a3766f4fa1f0', }, processorConfigId: '254dd1d0-211a-4039-850f-a378dc3c3f5a', implementationType: 'WEB_REDIRECT', name: 'Alipay', displayMetadata: { button: { iconUrl: { colored: 'https://assets.staging.core.primer.io/ALIPAY/alipay-logo@3x.png', dark: 'https://assets.staging.core.primer.io/ALIPAY/alipay-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/ALIPAY/alipay-logo-light@3x.png', }, backgroundColor: { colored: '#31B1F0', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, { id: 'd5b11ef6-c0da-4b85-9095-cc260ddeb009', type: 'ADYEN_VIPPS', options: { merchantId: 'PrimerJbTestECOM', merchantAccountId: '2e2d6a59-730f-52da-8fa6-a3766f4fa1f0', }, processorConfigId: '254dd1d0-211a-4039-850f-a378dc3c3f5a', implementationType: 'WEB_REDIRECT', name: 'Vipps', displayMetadata: { button: { iconUrl: { colored: 'https://assets.staging.core.primer.io/VIPPS/vipps-logo@3x.png', dark: 'https://assets.staging.core.primer.io/VIPPS/vipps-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/VIPPS/vipps-logo-light@3x.png', }, backgroundColor: { colored: '#FF5B24', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: 'd180c74e-3616-4ada-b9ae-b9ad1c554efe', type: 'TRIPLE_A', options: { merchantId: '13eb240b-3da3-43a4-b8a8-1648d6c8cf99', merchantAccountId: 'ebac4f47-a9be-5523-94a9-6b381619ce07', }, processorConfigId: '13eb240b-3da3-43a4-b8a8-1648d6c8cf99', implementationType: 'WEB_REDIRECT', name: 'Triple-A', displayMetadata: { button: { iconUrl: { dark: 'https://assets.staging.core.primer.io/TRIPLE_A/triplea-logo@3x.png', light: 'https://assets.staging.core.primer.io/TRIPLE_A/triplea-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay with Crypto', textColor: { dark: '#FFFFFF', light: '#000000', }, iconPositionRelativeToText: 'END', }, popup: { width: 830, height: 1000, }, }, forceRedirect: false, implementation: {}, }, { id: 'fe2aa1da-6cad-41dc-885f-ea5483f49441', type: 'PAYPAL', options: { merchantId: 'sb-gmcgm25177732@business.example.com', merchantAccountId: 'bc5908a7-3b62-5696-804b-274eaa68fc3e', clientId: 'AcTGoAPNhwfbSPbiVYSlrUGwTBGijs6GvFGci2R3QI1jlu5ewofPFq0yZDm-Rka07c1FtY4DVnsRerPK', intent: 'authorize', }, processorConfigId: '0a5952b4-cbdf-49b6-a982-022bc0bd0f7f', implementationType: 'NATIVE_SDK', name: 'PayPal', displayMetadata: { button: { iconUrl: { colored: 'https://assets.staging.core.primer.io/PAYPAL/paypal-logo@3x.png', }, backgroundColor: { colored: '#0070BA', }, cornerRadius: 4, }, }, forceRedirect: false, implementation: {}, }, { id: '5f36bcaa-6479-4f4a-87ab-b526348c520f', type: 'GOOGLE_PAY', options: { merchantId: '06134396481468734566', merchantName: 'Primer', type: 'GOOGLE_PAY', }, implementationType: 'NATIVE_SDK', name: 'Google Pay', displayMetadata: { button: { iconUrl: { colored: 'https://assets.staging.core.primer.io/GOOGLE_PAY/google-pay-logo-dark@3x.png', dark: 'https://assets.staging.core.primer.io/GOOGLE_PAY/google-pay-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/GOOGLE_PAY/google-pay-logo-light@3x.png', }, backgroundColor: { colored: '#000000', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 1, dark: 1, light: 1, }, borderColor: { colored: '#8E8E93', dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: '4bf74ad3-1d02-43f8-9d4e-f9825e5b48c5', type: 'PAYMENT_CARD', options: { merchantId: 'test', merchantAccountId: '46c7a690-924b-5b5e-a651-6a962f926b07', }, processorConfigId: 'e4dd8fc6-293f-4208-9160-fbfbfd6b0a4c', implementationType: 'NATIVE_SDK', name: 'Card', displayMetadata: { button: { iconUrl: { dark: 'https://assets.staging.core.primer.io/PAYMENT_CARD/payment-card-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/PAYMENT_CARD/payment-card-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay by card', textColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, { type: 'PAYMENT_CARD', options: { threeDSecureProvider: '3DSECUREIO', threeDSecureEnabled: true, }, implementationType: 'NATIVE_SDK', name: 'Card', displayMetadata: { button: { iconUrl: { dark: 'https://assets.staging.core.primer.io/PAYMENT_CARD/payment-card-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/PAYMENT_CARD/payment-card-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay by card', textColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, { id: '4bf74ad3-1d02-43f8-9d4e-f9825e5b48c5', type: 'PAYMENT_CARD', options: { merchantId: 'test', merchantAccountId: '46c7a690-924b-5b5e-a651-6a962f926b07', }, processorConfigId: 'e4dd8fc6-293f-4208-9160-fbfbfd6b0a4c', implementationType: 'NATIVE_SDK', name: 'Card', displayMetadata: { button: { iconUrl: { dark: 'https://assets.staging.core.primer.io/PAYMENT_CARD/payment-card-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/PAYMENT_CARD/payment-card-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay by card', textColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, { type: 'PAYMENT_CARD', options: { threeDSecureProvider: '3DSECUREIO', threeDSecureEnabled: true, }, implementationType: 'NATIVE_SDK', name: 'Card', displayMetadata: { button: { iconUrl: { dark: 'https://assets.staging.core.primer.io/PAYMENT_CARD/payment-card-logo-dark@3x.png', light: 'https://assets.staging.core.primer.io/PAYMENT_CARD/payment-card-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay by card', textColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, ], styleDefaults: {}, }"
|
|
2933
|
+
},
|
|
2934
|
+
{
|
|
2935
|
+
"kind": "variable",
|
|
2936
|
+
"name": "SUCCESSFUL_CARD_NUMBER",
|
|
2937
|
+
"type": {
|
|
2938
|
+
"text": "string"
|
|
2939
|
+
},
|
|
2940
|
+
"default": "'4035 5010 0000 0008'"
|
|
2941
|
+
},
|
|
2942
|
+
{
|
|
2943
|
+
"kind": "variable",
|
|
2944
|
+
"name": "FAILURE_CARD_NUMBER",
|
|
2945
|
+
"type": {
|
|
2946
|
+
"text": "string"
|
|
2947
|
+
},
|
|
2948
|
+
"default": "'4242 4242 4242 4242'"
|
|
2949
|
+
},
|
|
2950
|
+
{
|
|
2951
|
+
"kind": "function",
|
|
2952
|
+
"name": "mockPaymentInstruments",
|
|
2953
|
+
"parameters": [
|
|
2954
|
+
{
|
|
2955
|
+
"name": "page",
|
|
2956
|
+
"type": {
|
|
2957
|
+
"text": "Page"
|
|
2958
|
+
}
|
|
2959
|
+
}
|
|
2960
|
+
]
|
|
2961
|
+
},
|
|
2962
|
+
{
|
|
2963
|
+
"kind": "function",
|
|
2964
|
+
"name": "mockPayments",
|
|
2965
|
+
"parameters": [
|
|
2966
|
+
{
|
|
2967
|
+
"name": "page",
|
|
2968
|
+
"type": {
|
|
2969
|
+
"text": "Page"
|
|
2970
|
+
}
|
|
2971
|
+
}
|
|
2972
|
+
]
|
|
2973
|
+
},
|
|
2974
|
+
{
|
|
2975
|
+
"kind": "function",
|
|
2976
|
+
"name": "mockPaymentInstrumentsFailure",
|
|
2977
|
+
"parameters": [
|
|
2978
|
+
{
|
|
2979
|
+
"name": "page",
|
|
2980
|
+
"type": {
|
|
2981
|
+
"text": "Page"
|
|
2982
|
+
}
|
|
2983
|
+
}
|
|
2984
|
+
]
|
|
2985
|
+
},
|
|
2986
|
+
{
|
|
2987
|
+
"kind": "function",
|
|
2988
|
+
"name": "mockPaymentsFailure",
|
|
2989
|
+
"parameters": [
|
|
2990
|
+
{
|
|
2991
|
+
"name": "page",
|
|
2992
|
+
"type": {
|
|
2993
|
+
"text": "Page"
|
|
2994
|
+
}
|
|
2995
|
+
}
|
|
2996
|
+
]
|
|
2997
|
+
}
|
|
2998
|
+
],
|
|
2999
|
+
"exports": [
|
|
3000
|
+
{
|
|
3001
|
+
"kind": "js",
|
|
3002
|
+
"name": "settings",
|
|
3003
|
+
"declaration": {
|
|
3004
|
+
"name": "settings",
|
|
3005
|
+
"module": "e2e/mocks/card-basic.ts"
|
|
3006
|
+
}
|
|
3007
|
+
},
|
|
3008
|
+
{
|
|
3009
|
+
"kind": "js",
|
|
3010
|
+
"name": "CONFIGURATION_RESPONSE",
|
|
3011
|
+
"declaration": {
|
|
3012
|
+
"name": "CONFIGURATION_RESPONSE",
|
|
3013
|
+
"module": "e2e/mocks/card-basic.ts"
|
|
3014
|
+
}
|
|
3015
|
+
},
|
|
3016
|
+
{
|
|
3017
|
+
"kind": "js",
|
|
3018
|
+
"name": "SUCCESSFUL_CARD_NUMBER",
|
|
3019
|
+
"declaration": {
|
|
3020
|
+
"name": "SUCCESSFUL_CARD_NUMBER",
|
|
3021
|
+
"module": "e2e/mocks/card-basic.ts"
|
|
3022
|
+
}
|
|
3023
|
+
},
|
|
3024
|
+
{
|
|
3025
|
+
"kind": "js",
|
|
3026
|
+
"name": "FAILURE_CARD_NUMBER",
|
|
3027
|
+
"declaration": {
|
|
3028
|
+
"name": "FAILURE_CARD_NUMBER",
|
|
3029
|
+
"module": "e2e/mocks/card-basic.ts"
|
|
3030
|
+
}
|
|
3031
|
+
},
|
|
3032
|
+
{
|
|
3033
|
+
"kind": "js",
|
|
3034
|
+
"name": "mockPaymentInstruments",
|
|
3035
|
+
"declaration": {
|
|
3036
|
+
"name": "mockPaymentInstruments",
|
|
3037
|
+
"module": "e2e/mocks/card-basic.ts"
|
|
3038
|
+
}
|
|
3039
|
+
},
|
|
3040
|
+
{
|
|
3041
|
+
"kind": "js",
|
|
3042
|
+
"name": "mockPayments",
|
|
3043
|
+
"declaration": {
|
|
3044
|
+
"name": "mockPayments",
|
|
3045
|
+
"module": "e2e/mocks/card-basic.ts"
|
|
3046
|
+
}
|
|
3047
|
+
},
|
|
3048
|
+
{
|
|
3049
|
+
"kind": "js",
|
|
3050
|
+
"name": "mockPaymentInstrumentsFailure",
|
|
3051
|
+
"declaration": {
|
|
3052
|
+
"name": "mockPaymentInstrumentsFailure",
|
|
3053
|
+
"module": "e2e/mocks/card-basic.ts"
|
|
3054
|
+
}
|
|
3055
|
+
},
|
|
3056
|
+
{
|
|
3057
|
+
"kind": "js",
|
|
3058
|
+
"name": "mockPaymentsFailure",
|
|
3059
|
+
"declaration": {
|
|
3060
|
+
"name": "mockPaymentsFailure",
|
|
3061
|
+
"module": "e2e/mocks/card-basic.ts"
|
|
3062
|
+
}
|
|
3063
|
+
}
|
|
3064
|
+
]
|
|
3065
|
+
},
|
|
3066
|
+
{
|
|
3067
|
+
"kind": "javascript-module",
|
|
3068
|
+
"path": "e2e/mocks/klarna.ts",
|
|
3069
|
+
"declarations": [
|
|
3070
|
+
{
|
|
3071
|
+
"kind": "variable",
|
|
3072
|
+
"name": "settings",
|
|
3073
|
+
"type": {
|
|
3074
|
+
"text": "string"
|
|
3075
|
+
},
|
|
3076
|
+
"default": "'?settings=eyJjbGllbnRTZXNzaW9uQ29uZmlnIjp7ImN1c3RvbWVySWQiOiJFdWxlciBpcyB0aGUgYmVzdCIsIm9yZGVySWQiOiI0NTg1OCIsImFtb3VudCI6NjAwLCJjdXJyZW5jeUNvZGUiOiJFVVIiLCJtZXRhZGF0YSI6eyJzY2VuYXJpbyI6IkdPT0dMRV9QQVkifSwib3JkZXIiOnsiY291bnRyeUNvZGUiOiJERSIsImxpbmVJdGVtcyI6W3siaXRlbUlkIjoicHJpbWVyLWhvb2RpZS1ncmF5IiwiZGVzY3JpcHRpb24iOiJQcmltZXIgSG9vZGllIiwiYW1vdW50Ijo2MDAsInF1YW50aXR5IjoxfV19LCJjdXN0b21lciI6e30sInBheW1lbnRNZXRob2QiOnsidmF1bHRPblN1Y2Nlc3MiOmZhbHNlLCJ2YXVsdE9uM0RTIjpmYWxzZSwib3B0aW9ucyI6eyJQQVlQQUwiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJQQVlNRU5UX0NBUkQiOnsibmV0d29ya3MiOnsiVklTQSI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIk1BU1RFUkNBUkQiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19fX0sIkFEWUVOX0lERUFMIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fSwiUEFZX05MX1BBWVBBTCI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIkFQUExFX1BBWSI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIkFEWUVOX1NPRk9SVCI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIkdPT0dMRV9QQVkiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19fSwib3JkZXJlZEFsbG93ZWRDYXJkTmV0d29ya3MiOlsiVklTQSIsIk1BU1RFUkNBUkQiLCJBTUVYIiwiTUFFU1RSTyIsIlVOSU9OUEFZIiwiQ0FSVEVTX0JBTkNBSVJFUyIsIkRBTktPUlQiLCJESU5FUlNfQ0xVQiIsIkRJU0NPVkVSIiwiRU5ST1VURSIsIkVMTyIsIkhJUEVSIiwiSU5URVJBQyIsIkpDQiIsIk1JUiIsIk9USEVSIl19fSwiY2xpZW50T3B0aW9ucyI6eyJjYXJkIjp7InByZWZlcnJlZEZsb3ciOiJFTUJFRERFRF9JTl9IT01FIn0sImRpcmVjdERlYml0Ijp7ImN1c3RvbWVyQ291bnRyeUNvZGUiOiJGUiIsImNvbXBhbnlOYW1lIjoiUHJpbWVyIEFQSSBMVEQiLCJjb21wYW55QWRkcmVzcyI6IjEyMyBGYWtlIFN0LCBMb25kb24sIEVDMkEgOFhZIn0sInJlZGlyZWN0Ijp7ImZvcmNlUmVkaXJlY3QiOmZhbHNlfSwiZ29vZ2xlUGF5Ijp7ImNhcHR1cmVCaWxsaW5nQWRkcmVzcyI6dHJ1ZX19LCJhcGlDb25maWciOnsiYXBpS2V5IjoiMmI4NTM3YjItNDc4Yy00MzE1LTg4ZmItZjE5NTQ1MDBiNWZhIiwiYXBpVmVyc2lvbiI6IjIuMyIsImVudiI6IkNVU1RPTV9TQU5EQk9YIn0sImhlYWRsZXNzT3B0aW9ucyI6e30sImxpdENvbXBvbmVudHNPcHRpb25zIjp7InNka0NvcmUiOmZhbHNlfX0='"
|
|
3077
|
+
},
|
|
3078
|
+
{
|
|
3079
|
+
"kind": "variable",
|
|
3080
|
+
"name": "CONFIGURATION_RESPONSE",
|
|
3081
|
+
"type": {
|
|
3082
|
+
"text": "object"
|
|
3083
|
+
},
|
|
3084
|
+
"default": "{ coreUrl: 'https://api.sandbox.primer.io', pciUrl: 'https://sdk.api.sandbox.primer.io', binDataUrl: 'https://bin-data.api.sandbox.core.primer.io', assetsUrl: 'https://assets.sandbox.core.primer.io', checkoutModules: [ { type: 'TAX_CALCULATION', requestUrl: '/sales-tax/calculate', }, { type: 'CARD_INFORMATION', }, ], clientSession: { clientSessionId: 'ff9ecd24-537f-4928-a8e4-5534d2375200', order: { orderId: '45858', currencyCode: 'EUR', countryCode: 'DE', totalOrderAmount: 600, merchantAmount: 600, lineItems: [ { itemId: 'primer-hoodie-gray', description: 'Primer Hoodie', amount: 600, quantity: 1, }, ], }, customer: { customerId: 'Euler is the best', }, paymentMethod: { vaultOnSuccess: false, options: [ { type: 'PAYPAL', surcharge: 0, }, { type: 'PAYMENT_CARD', networks: [ { type: 'VISA', surcharge: 0, }, { type: 'MASTERCARD', surcharge: 0, }, ], }, { type: 'ADYEN_IDEAL', surcharge: 0, }, { type: 'PAY_NL_PAYPAL', surcharge: 0, }, { type: 'APPLE_PAY', surcharge: 0, }, { type: 'ADYEN_SOFORT', surcharge: 0, }, { type: 'GOOGLE_PAY', surcharge: 0, }, ], orderedAllowedCardNetworks: [ 'VISA', 'MASTERCARD', 'AMEX', 'MAESTRO', 'UNIONPAY', 'CARTES_BANCAIRES', 'DANKORT', 'DINERS_CLUB', 'DISCOVER', 'ENROUTE', 'ELO', 'HIPER', 'INTERAC', 'JCB', 'MIR', 'OTHER', ], vaultOnAgreement: false, }, }, primerAccountId: '84100a01-523f-4347-ac44-e8a3e7083d9a', env: 'SANDBOX', paymentMethods: [ { id: 'e787b281-e4f9-4494-96e8-188917540654', type: 'ADYEN_IDEAL', options: { merchantId: 'PrimerJbTestECOM', merchantAccountId: '4ad980f3-ccc7-5e8e-9a9c-81cd6f5214d4', }, processorConfigId: '9319ad4e-cd51-4517-9d46-bc7be244752a', implementationType: 'WEB_REDIRECT', name: 'iDeal', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/IDEAL/ideal-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/IDEAL/ideal-logo@3x.png', light: 'https://assets.sandbox.core.primer.io/IDEAL/ideal-logo@3x.png', }, backgroundColor: { colored: '#CC0066', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, popup: { width: 1050, height: 1300, }, }, forceRedirect: false, implementation: {}, }, { id: 'e1b5e078-081c-4075-a3cc-5ebc779d36f2', type: 'KLARNA', options: { merchantId: 'Primer', merchantAccountId: 'b6902742-384a-5dfa-b1ff-7dcd02880dc3', clientId: 'Primer', }, processorConfigId: 'b70c2b11-e37f-41fe-9797-d3900f343a36', implementationType: 'NATIVE_SDK', name: 'Klarna', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/KLARNA/klarna-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/KLARNA/klarna-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/KLARNA/klarna-logo-light@3x.png', }, backgroundColor: { colored: '#FFB3C7', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { colored: '#FFB3C7', dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: '4e9497d8-1503-4541-8ead-d88151ffa257', type: 'XFERS_PAYNOW', options: { merchantId: 'testi', merchantAccountId: '6fb12703-1795-55ac-875e-2e8476cb8390', }, processorConfigId: '545e5533-b575-4c61-aebe-dec49a836f1b', implementationType: 'NATIVE_SDK', name: 'Xfers', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/XFERS/xfers-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/XFERS/xfers-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/XFERS/xfers-logo-light@3x.png', }, backgroundColor: { colored: '#941C80', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { colored: '#028BF4', dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: '9e407fb0-a2f8-4636-a5bc-f404ac757c68', type: 'PAYPAL', options: { merchantId: 'sb-iyjg882920702@business.example.com', merchantAccountId: 'e584f5c7-3c7f-5b58-b187-8e641b0cdce4', clientId: 'AXsZfsyf2jtpTpLQARwSeBurtfT6WiRjHQt1PodMf94gPH0iLwglSdSJ7ZAQT3tCHNZQL--VlrVfwscv', intent: 'authorize', }, processorConfigId: '573b0c98-d588-4223-973f-513a5b5a6177', implementationType: 'NATIVE_SDK', name: 'PayPal', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/PAYPAL/paypal-logo@3x.png', }, backgroundColor: { colored: '#0070BA', }, cornerRadius: 4, }, }, forceRedirect: false, implementation: {}, }, { id: 'c657ae04-c230-4be4-9615-9b822743e5e4', type: 'APPLE_PAY', options: { merchantId: '84100a01523f4347ac44e8a3e7083d9a', merchantName: 'DX QA Account', merchantDomains: [], }, implementationType: 'NATIVE_SDK', name: 'Apple Pay', displayMetadata: { button: { iconUrl: { dark: 'https://assets.sandbox.core.primer.io/APPLE_PAY/apple-pay-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/APPLE_PAY/apple-pay-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, }, implementation: {}, }, { id: '527ee4ff-2c66-4234-829f-d20480f3aa09', type: 'GOOGLE_PAY', options: { merchantId: '06134396481468734566', merchantName: 'Primer', type: 'GOOGLE_PAY', }, implementationType: 'NATIVE_SDK', name: 'Google Pay', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/GOOGLE_PAY/google-pay-logo-dark@3x.png', dark: 'https://assets.sandbox.core.primer.io/GOOGLE_PAY/google-pay-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/GOOGLE_PAY/google-pay-logo-light@3x.png', }, backgroundColor: { colored: '#000000', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 1, dark: 1, light: 1, }, borderColor: { colored: '#8E8E93', dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { type: 'PAYMENT_CARD', options: { threeDSecureProvider: '3DSECUREIO', threeDSecureEnabled: true, }, implementationType: 'NATIVE_SDK', name: 'Card', displayMetadata: { button: { iconUrl: { dark: 'https://assets.sandbox.core.primer.io/PAYMENT_CARD/payment-card-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/PAYMENT_CARD/payment-card-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay by card', textColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, ], styleDefaults: {}, }"
|
|
3085
|
+
}
|
|
3086
|
+
],
|
|
3087
|
+
"exports": [
|
|
3088
|
+
{
|
|
3089
|
+
"kind": "js",
|
|
3090
|
+
"name": "settings",
|
|
3091
|
+
"declaration": {
|
|
3092
|
+
"name": "settings",
|
|
3093
|
+
"module": "e2e/mocks/klarna.ts"
|
|
3094
|
+
}
|
|
3095
|
+
},
|
|
3096
|
+
{
|
|
3097
|
+
"kind": "js",
|
|
3098
|
+
"name": "CONFIGURATION_RESPONSE",
|
|
3099
|
+
"declaration": {
|
|
3100
|
+
"name": "CONFIGURATION_RESPONSE",
|
|
3101
|
+
"module": "e2e/mocks/klarna.ts"
|
|
3102
|
+
}
|
|
3103
|
+
}
|
|
3104
|
+
]
|
|
3105
|
+
},
|
|
3106
|
+
{
|
|
3107
|
+
"kind": "javascript-module",
|
|
3108
|
+
"path": "e2e/mocks/shared.ts",
|
|
3109
|
+
"declarations": [
|
|
3110
|
+
{
|
|
3111
|
+
"kind": "function",
|
|
3112
|
+
"name": "mockConfigurationCallSBX",
|
|
3113
|
+
"parameters": [
|
|
3114
|
+
{
|
|
3115
|
+
"name": "page",
|
|
3116
|
+
"type": {
|
|
3117
|
+
"text": "Page"
|
|
3118
|
+
}
|
|
3119
|
+
},
|
|
3120
|
+
{
|
|
3121
|
+
"name": "config",
|
|
3122
|
+
"type": {
|
|
3123
|
+
"text": "unknown"
|
|
3124
|
+
}
|
|
3125
|
+
}
|
|
3126
|
+
]
|
|
3127
|
+
},
|
|
3128
|
+
{
|
|
3129
|
+
"kind": "function",
|
|
3130
|
+
"name": "mockConfigurationCallSTG",
|
|
3131
|
+
"parameters": [
|
|
3132
|
+
{
|
|
3133
|
+
"name": "page",
|
|
3134
|
+
"type": {
|
|
3135
|
+
"text": "Page"
|
|
3136
|
+
}
|
|
3137
|
+
},
|
|
3138
|
+
{
|
|
3139
|
+
"name": "config",
|
|
3140
|
+
"type": {
|
|
3141
|
+
"text": "unknown"
|
|
3142
|
+
}
|
|
3143
|
+
}
|
|
3144
|
+
]
|
|
3145
|
+
}
|
|
3146
|
+
],
|
|
3147
|
+
"exports": [
|
|
3148
|
+
{
|
|
3149
|
+
"kind": "js",
|
|
3150
|
+
"name": "mockConfigurationCallSBX",
|
|
3129
3151
|
"declaration": {
|
|
3130
|
-
"name": "
|
|
3131
|
-
"module": "
|
|
3152
|
+
"name": "mockConfigurationCallSBX",
|
|
3153
|
+
"module": "e2e/mocks/shared.ts"
|
|
3132
3154
|
}
|
|
3133
|
-
}
|
|
3134
|
-
]
|
|
3135
|
-
},
|
|
3136
|
-
{
|
|
3137
|
-
"kind": "javascript-module",
|
|
3138
|
-
"path": "dist/chunks/uk-UA.EJZOGSJR.js",
|
|
3139
|
-
"declarations": [
|
|
3140
|
-
{
|
|
3141
|
-
"kind": "variable",
|
|
3142
|
-
"name": "o",
|
|
3143
|
-
"default": "e"
|
|
3144
|
-
}
|
|
3145
|
-
],
|
|
3146
|
-
"exports": [
|
|
3155
|
+
},
|
|
3147
3156
|
{
|
|
3148
3157
|
"kind": "js",
|
|
3149
|
-
"name": "
|
|
3158
|
+
"name": "mockConfigurationCallSTG",
|
|
3150
3159
|
"declaration": {
|
|
3151
|
-
"name": "
|
|
3152
|
-
"module": "
|
|
3160
|
+
"name": "mockConfigurationCallSTG",
|
|
3161
|
+
"module": "e2e/mocks/shared.ts"
|
|
3153
3162
|
}
|
|
3154
3163
|
}
|
|
3155
3164
|
]
|
|
3156
3165
|
},
|
|
3157
3166
|
{
|
|
3158
3167
|
"kind": "javascript-module",
|
|
3159
|
-
"path": "
|
|
3168
|
+
"path": "e2e/mocks/vaulted-paypal.ts",
|
|
3160
3169
|
"declarations": [
|
|
3161
3170
|
{
|
|
3162
3171
|
"kind": "variable",
|
|
3163
|
-
"name": "
|
|
3164
|
-
"
|
|
3172
|
+
"name": "settings",
|
|
3173
|
+
"type": {
|
|
3174
|
+
"text": "string"
|
|
3175
|
+
},
|
|
3176
|
+
"default": "'?settings=eyJjbGllbnRTZXNzaW9uQ29uZmlnIjp7ImN1c3RvbWVySWQiOiJFdWxlciBpcyB0aGUgYmVzdCIsIm9yZGVySWQiOiIwODkzNTcwMTgyNTM2NyIsImFtb3VudCI6NjAwLCJjdXJyZW5jeUNvZGUiOiJFVVIiLCJtZXRhZGF0YSI6eyJzY2VuYXJpbyI6IkdPT0dMRV9QQVkifSwib3JkZXIiOnsiZmVlcyI6W3sidHlwZSI6IlNVUkNIQVJHRSIsImFtb3VudCI6MH1dLCJjb3VudHJ5Q29kZSI6IkRFIiwibGluZUl0ZW1zIjpbeyJpdGVtSWQiOiJwcmltZXItaG9vZGllLWdyYXkiLCJkZXNjcmlwdGlvbiI6IlByaW1lciBIb29kaWUiLCJhbW91bnQiOjYwMCwicXVhbnRpdHkiOjF9XX0sImN1c3RvbWVyIjp7ImJpbGxpbmdBZGRyZXNzIjp7ImZpcnN0TmFtZSI6IkNhcmQiLCJsYXN0TmFtZSI6IkhvbGRlciBOYW1lIiwicG9zdGFsQ29kZSI6Ijk0MDQzIiwiYWRkcmVzc0xpbmUxIjoiMTYwMCBBbXBoaXRoZWF0cmUgUGFya3dheSIsImNvdW50cnlDb2RlIjoiVVMiLCJjaXR5IjoiTW91bnRhaW4gVmlldyIsInN0YXRlIjoiQ0EifX0sInBheW1lbnRNZXRob2QiOnsidmF1bHRPblN1Y2Nlc3MiOmZhbHNlLCJ2YXVsdE9uM0RTIjpmYWxzZSwidmF1bHRPbkFncmVlbWVudCI6ZmFsc2UsIm9wdGlvbnMiOnsiUEFZUEFMIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fSwiUEFZTUVOVF9DQVJEIjp7Im5ldHdvcmtzIjp7IlZJU0EiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJNQVNURVJDQVJEIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fX19LCJBRFlFTl9JREVBTCI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIlBBWV9OTF9QQVlQQUwiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJBUFBMRV9QQVkiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJBRFlFTl9TT0ZPUlQiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJHT09HTEVfUEFZIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fX0sIm9yZGVyZWRBbGxvd2VkQ2FyZE5ldHdvcmtzIjpbIlZJU0EiLCJNQVNURVJDQVJEIiwiQU1FWCIsIk1BRVNUUk8iLCJVTklPTlBBWSIsIkNBUlRFU19CQU5DQUlSRVMiLCJEQU5LT1JUIiwiRElORVJTX0NMVUIiLCJESVNDT1ZFUiIsIkVOUk9VVEUiLCJFTE8iLCJISVBFUiIsIklOVEVSQUMiLCJKQ0IiLCJNSVIiLCJPVEhFUiJdfX0sImNsaWVudE9wdGlvbnMiOnsiY2FyZCI6eyJwcmVmZXJyZWRGbG93IjoiRU1CRURERURfSU5fSE9NRSJ9LCJkaXJlY3REZWJpdCI6eyJjdXN0b21lckNvdW50cnlDb2RlIjoiRlIiLCJjb21wYW55TmFtZSI6IlByaW1lciBBUEkgTFREIiwiY29tcGFueUFkZHJlc3MiOiIxMjMgRmFrZSBTdCwgTG9uZG9uLCBFQzJBIDhYWSJ9LCJyZWRpcmVjdCI6eyJmb3JjZVJlZGlyZWN0IjpmYWxzZX0sImdvb2dsZVBheSI6eyJjYXB0dXJlQmlsbGluZ0FkZHJlc3MiOnRydWV9LCJwYXlwYWwiOnsicGF5bWVudEZsb3ciOiJQUkVGRVJfVkFVTFQifX0sImFwaUNvbmZpZyI6eyJhcGlLZXkiOiJmMzA4ODVmMC04MjljLTRmMGEtYjIyMi1iN2Y1OWQzNzZlYWYiLCJhcGlWZXJzaW9uIjoiMi40IiwiZW52IjoiQ1VTVE9NX1NBTkRCT1gifSwiaGVhZGxlc3NPcHRpb25zIjp7fSwibGl0Q29tcG9uZW50c09wdGlvbnMiOnsicGF5cGFsIjp7InBheW1lbnRGbG93IjoiUFJFRkVSX1ZBVUxUIn0sInZhdWx0Ijp7ImVuYWJsZWQiOnRydWV9LCJzZGtDb3JlIjpmYWxzZX19'"
|
|
3177
|
+
},
|
|
3178
|
+
{
|
|
3179
|
+
"kind": "variable",
|
|
3180
|
+
"name": "CONFIGURATION_RESPONSE",
|
|
3181
|
+
"type": {
|
|
3182
|
+
"text": "object"
|
|
3183
|
+
},
|
|
3184
|
+
"default": "{ coreUrl: 'https://api.sandbox.primer.io', pciUrl: 'https://sdk.api.sandbox.primer.io', binDataUrl: 'https://bin-data.api.sandbox.core.primer.io', assetsUrl: 'https://assets.sandbox.core.primer.io', checkoutModules: [], clientSession: { clientSessionId: '3b40a6e3-8fa9-4f2d-90b5-2691e644ff81', order: { orderId: '089357018253670', currencyCode: 'EUR', countryCode: 'DE', totalOrderAmount: 600, merchantAmount: 600, lineItems: [ { itemId: 'primer-hoodie-gray', description: 'Primer Hoodie', amount: 600, quantity: 1, }, ], fees: [ { type: 'SURCHARGE', amount: 0, }, ], }, customer: { customerId: 'Euler is the best', billingAddress: { firstName: 'Card', lastName: 'Holder Name', postalCode: '94043', addressLine1: '1600 Amphitheatre Parkway', countryCode: 'US', city: 'Mountain View', state: 'CA', }, }, paymentMethod: { vaultOnSuccess: false, options: [ { type: 'PAYPAL', surcharge: 0, }, { type: 'PAYMENT_CARD', networks: [ { type: 'VISA', surcharge: 0, }, { type: 'MASTERCARD', surcharge: 0, }, ], }, { type: 'ADYEN_IDEAL', surcharge: 0, }, { type: 'PAY_NL_PAYPAL', surcharge: 0, }, { type: 'APPLE_PAY', surcharge: 0, }, { type: 'ADYEN_SOFORT', surcharge: 0, }, { type: 'GOOGLE_PAY', surcharge: 0, }, ], orderedAllowedCardNetworks: [ 'VISA', 'MASTERCARD', 'AMEX', 'MAESTRO', 'UNIONPAY', 'CARTES_BANCAIRES', 'DANKORT', 'DINERS_CLUB', 'DISCOVER', 'ENROUTE', 'ELO', 'HIPER', 'INTERAC', 'JCB', 'MIR', 'OTHER', ], vaultOnAgreement: false, }, }, primerAccountId: '166fd38f-d8a6-4f39-805f-62a6bbd64bee', env: 'SANDBOX', paymentMethods: [ { id: 'd3ced3db-ca91-44bb-889d-d1a687c2db17', type: 'RAPYD_GRABPAY', options: { merchantId: 'ffef08c0-5294-47d7-a103-dd5706f17b6c', merchantAccountId: 'e59b7dae-0cff-5fa9-8548-9fed83c1d5ec', }, processorConfigId: 'ffef08c0-5294-47d7-a103-dd5706f17b6c', implementationType: 'WEB_REDIRECT', name: 'GrabPay', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/GRABPAY/grabpay-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/GRABPAY/grabpay-logo@3x.png', light: 'https://assets.sandbox.core.primer.io/GRABPAY/grabpay-logo-light@3x.png', }, backgroundColor: { colored: '#01B14E', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: 'f37f1a42-1270-476e-a8d8-3698215596c2', type: 'RAPYD_GCASH', options: { merchantId: 'ffef08c0-5294-47d7-a103-dd5706f17b6c', merchantAccountId: 'e59b7dae-0cff-5fa9-8548-9fed83c1d5ec', }, processorConfigId: 'ffef08c0-5294-47d7-a103-dd5706f17b6c', implementationType: 'WEB_REDIRECT', name: 'GCash', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/GCASH/gcash-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/GCASH/gcash-logo@3x.png', light: 'https://assets.sandbox.core.primer.io/GCASH/gcash-logo-light@3x.png', }, backgroundColor: { colored: '#297BFA', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: '1bde0ef5-9ae7-41f8-b627-4ecaaddc76a5', type: 'RAPYD_PROMPTPAY', options: { merchantId: 'ffef08c0-5294-47d7-a103-dd5706f17b6c', merchantAccountId: 'e59b7dae-0cff-5fa9-8548-9fed83c1d5ec', }, processorConfigId: 'ffef08c0-5294-47d7-a103-dd5706f17b6c', implementationType: 'NATIVE_SDK', name: 'PromptPay', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/PROMPTPAY/promptpay-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/PROMPTPAY/promptpay-logo@3x.png', light: 'https://assets.sandbox.core.primer.io/PROMPTPAY/promptpay-logo-light@3x.png', }, backgroundColor: { colored: '#023C68', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: '2b0b7149-a4c2-4bf4-adb3-a56ec6e2f09f', type: 'ADYEN_IDEAL', options: { merchantId: 'Primerio254_SECOND_TEST', merchantAccountId: 'ddeca4e9-6cee-55f0-ae0d-ddb8d1100977', }, processorConfigId: 'af152714-66c6-48b9-a67e-314f5eb3ab15', implementationType: 'WEB_REDIRECT', name: 'iDeal', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/IDEAL/ideal-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/IDEAL/ideal-logo@3x.png', light: 'https://assets.sandbox.core.primer.io/IDEAL/ideal-logo@3x.png', }, backgroundColor: { colored: '#CC0066', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, }, popup: { width: 1050, height: 1300, }, }, forceRedirect: false, implementation: {}, }, { id: '6e7a8a26-7737-45dc-b4e5-721f0b180f2f', type: 'GOOGLE_PAY', options: { merchantId: 'test', merchantName: 'test', type: 'GOOGLE_PAY', }, implementationType: 'NATIVE_SDK', name: 'Google Pay', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/GOOGLE_PAY/google-pay-logo-dark@3x.png', dark: 'https://assets.sandbox.core.primer.io/GOOGLE_PAY/google-pay-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/GOOGLE_PAY/google-pay-logo-light@3x.png', }, backgroundColor: { colored: '#000000', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 1, dark: 1, light: 1, }, borderColor: { colored: '#8E8E93', dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: '2f32f120-d2a9-49d2-96d0-6b21546dec34', type: 'KLARNA', options: { merchantId: 'EG100723', merchantAccountId: '5cdd4a63-9762-5364-8ab8-30aa082a03b5', clientId: 'EG100723', }, processorConfigId: 'c65b140d-3faf-43af-ae3b-8d278b7d7221', implementationType: 'NATIVE_SDK', name: 'Klarna', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/KLARNA/klarna-logo@3x.png', dark: 'https://assets.sandbox.core.primer.io/KLARNA/klarna-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/KLARNA/klarna-logo-light@3x.png', }, backgroundColor: { colored: '#FFB3C7', dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { colored: '#FFB3C7', dark: '#FFFFFF', light: '#212121', }, }, }, forceRedirect: false, implementation: {}, }, { id: '9e550cea-749e-46d2-b01d-6867b34eec9a', type: 'PAYPAL', options: { merchantId: 'sb-gmcgm25177732@business.example.com', merchantAccountId: 'fc6c22da-065a-5a44-8c39-a4a1fcaf5723', clientId: 'AcTGoAPNhwfbSPbiVYSlrUGwTBGijs6GvFGci2R3QI1jlu5ewofPFq0yZDm-Rka07c1FtY4DVnsRerPK', intent: 'authorize', }, processorConfigId: '6b506d09-48b0-495c-ba32-49c6d2016cb0', implementationType: 'NATIVE_SDK', name: 'PayPal', displayMetadata: { button: { iconUrl: { colored: 'https://assets.sandbox.core.primer.io/PAYPAL/paypal-logo@3x.png', }, backgroundColor: { colored: '#0070BA', }, cornerRadius: 4, }, }, forceRedirect: false, implementation: {}, }, { type: 'PAYMENT_CARD', options: { threeDSecureProvider: '3DSECUREIO', threeDSecureEnabled: true, }, implementationType: 'NATIVE_SDK', name: 'Card', displayMetadata: { button: { iconUrl: { dark: 'https://assets.sandbox.core.primer.io/PAYMENT_CARD/payment-card-logo-dark@3x.png', light: 'https://assets.sandbox.core.primer.io/PAYMENT_CARD/payment-card-logo-light@3x.png', }, backgroundColor: { dark: '#000000', light: '#FFFFFF', }, cornerRadius: 4, borderWidth: { colored: 0, dark: 1, light: 1, }, borderColor: { dark: '#FFFFFF', light: '#212121', }, text: 'Pay by card', textColor: { dark: '#FFFFFF', light: '#000000', }, }, }, forceRedirect: false, implementation: {}, }, ], styleDefaults: {}, }"
|
|
3185
|
+
},
|
|
3186
|
+
{
|
|
3187
|
+
"kind": "function",
|
|
3188
|
+
"name": "mockExchangeCall",
|
|
3189
|
+
"parameters": [
|
|
3190
|
+
{
|
|
3191
|
+
"name": "page",
|
|
3192
|
+
"type": {
|
|
3193
|
+
"text": "Page"
|
|
3194
|
+
}
|
|
3195
|
+
}
|
|
3196
|
+
]
|
|
3197
|
+
},
|
|
3198
|
+
{
|
|
3199
|
+
"kind": "function",
|
|
3200
|
+
"name": "mockPaymentsCall",
|
|
3201
|
+
"parameters": [
|
|
3202
|
+
{
|
|
3203
|
+
"name": "page",
|
|
3204
|
+
"type": {
|
|
3205
|
+
"text": "Page"
|
|
3206
|
+
}
|
|
3207
|
+
}
|
|
3208
|
+
]
|
|
3165
3209
|
}
|
|
3166
3210
|
],
|
|
3167
3211
|
"exports": [
|
|
3168
3212
|
{
|
|
3169
3213
|
"kind": "js",
|
|
3170
|
-
"name": "
|
|
3214
|
+
"name": "settings",
|
|
3171
3215
|
"declaration": {
|
|
3172
|
-
"name": "
|
|
3173
|
-
"module": "
|
|
3216
|
+
"name": "settings",
|
|
3217
|
+
"module": "e2e/mocks/vaulted-paypal.ts"
|
|
3174
3218
|
}
|
|
3175
|
-
}
|
|
3176
|
-
]
|
|
3177
|
-
},
|
|
3178
|
-
{
|
|
3179
|
-
"kind": "javascript-module",
|
|
3180
|
-
"path": "dist/chunks/zf.GGWFQ3Y7.js",
|
|
3181
|
-
"declarations": [
|
|
3182
|
-
{
|
|
3183
|
-
"kind": "variable",
|
|
3184
|
-
"name": "a",
|
|
3185
|
-
"default": "t"
|
|
3186
|
-
}
|
|
3187
|
-
],
|
|
3188
|
-
"exports": [
|
|
3219
|
+
},
|
|
3189
3220
|
{
|
|
3190
3221
|
"kind": "js",
|
|
3191
|
-
"name": "
|
|
3222
|
+
"name": "CONFIGURATION_RESPONSE",
|
|
3192
3223
|
"declaration": {
|
|
3193
|
-
"name": "
|
|
3194
|
-
"module": "
|
|
3224
|
+
"name": "CONFIGURATION_RESPONSE",
|
|
3225
|
+
"module": "e2e/mocks/vaulted-paypal.ts"
|
|
3195
3226
|
}
|
|
3196
|
-
}
|
|
3197
|
-
]
|
|
3198
|
-
},
|
|
3199
|
-
{
|
|
3200
|
-
"kind": "javascript-module",
|
|
3201
|
-
"path": "dist/chunks/zh-CN.MQHNRMN4.js",
|
|
3202
|
-
"declarations": [
|
|
3203
|
-
{
|
|
3204
|
-
"kind": "variable",
|
|
3205
|
-
"name": "o",
|
|
3206
|
-
"default": "e"
|
|
3207
|
-
}
|
|
3208
|
-
],
|
|
3209
|
-
"exports": [
|
|
3227
|
+
},
|
|
3210
3228
|
{
|
|
3211
3229
|
"kind": "js",
|
|
3212
|
-
"name": "
|
|
3230
|
+
"name": "mockExchangeCall",
|
|
3213
3231
|
"declaration": {
|
|
3214
|
-
"name": "
|
|
3215
|
-
"module": "
|
|
3232
|
+
"name": "mockExchangeCall",
|
|
3233
|
+
"module": "e2e/mocks/vaulted-paypal.ts"
|
|
3216
3234
|
}
|
|
3217
|
-
}
|
|
3218
|
-
]
|
|
3219
|
-
},
|
|
3220
|
-
{
|
|
3221
|
-
"kind": "javascript-module",
|
|
3222
|
-
"path": "dist/chunks/zh-HK.WNR7XUSX.js",
|
|
3223
|
-
"declarations": [
|
|
3224
|
-
{
|
|
3225
|
-
"kind": "variable",
|
|
3226
|
-
"name": "o",
|
|
3227
|
-
"default": "e"
|
|
3228
|
-
}
|
|
3229
|
-
],
|
|
3230
|
-
"exports": [
|
|
3235
|
+
},
|
|
3231
3236
|
{
|
|
3232
3237
|
"kind": "js",
|
|
3233
|
-
"name": "
|
|
3238
|
+
"name": "mockPaymentsCall",
|
|
3234
3239
|
"declaration": {
|
|
3235
|
-
"name": "
|
|
3236
|
-
"module": "
|
|
3240
|
+
"name": "mockPaymentsCall",
|
|
3241
|
+
"module": "e2e/mocks/vaulted-paypal.ts"
|
|
3237
3242
|
}
|
|
3238
3243
|
}
|
|
3239
3244
|
]
|
|
3240
3245
|
},
|
|
3241
3246
|
{
|
|
3242
3247
|
"kind": "javascript-module",
|
|
3243
|
-
"path": "
|
|
3248
|
+
"path": "e2e/tests/card-3ds.spec.ts",
|
|
3249
|
+
"declarations": [],
|
|
3250
|
+
"exports": []
|
|
3251
|
+
},
|
|
3252
|
+
{
|
|
3253
|
+
"kind": "javascript-module",
|
|
3254
|
+
"path": "e2e/tests/card-basic.spec.ts",
|
|
3255
|
+
"declarations": [],
|
|
3256
|
+
"exports": []
|
|
3257
|
+
},
|
|
3258
|
+
{
|
|
3259
|
+
"kind": "javascript-module",
|
|
3260
|
+
"path": "e2e/tests/card-form-billing-address.spec.ts",
|
|
3261
|
+
"declarations": [],
|
|
3262
|
+
"exports": []
|
|
3263
|
+
},
|
|
3264
|
+
{
|
|
3265
|
+
"kind": "javascript-module",
|
|
3266
|
+
"path": "e2e/tests/disabled-payments.spec.ts",
|
|
3244
3267
|
"declarations": [
|
|
3245
3268
|
{
|
|
3246
3269
|
"kind": "variable",
|
|
3247
|
-
"name": "
|
|
3248
|
-
"
|
|
3270
|
+
"name": "settingsEnabled",
|
|
3271
|
+
"type": {
|
|
3272
|
+
"text": "string"
|
|
3273
|
+
},
|
|
3274
|
+
"default": "'?settings=eyJjbGllbnRTZXNzaW9uQ29uZmlnIjp7ImN1c3RvbWVySWQiOiJhaXJ3YWxsZXgtY3VzdG9tZXItaWQtZGVtbyIsIm9yZGVySWQiOiIzNDc3NSIsImFtb3VudCI6MTAwMCwiY3VycmVuY3lDb2RlIjoiRVVSIiwibWV0YWRhdGEiOnsid29ya2Zsb3ciOiJhaXJ3YWxsZXgifSwib3JkZXIiOnsiY291bnRyeUNvZGUiOiJHQiIsImxpbmVJdGVtcyI6W3siaXRlbUlkIjoicHJpbWVyLWhvb2RpZS1ncmF5IiwiZGVzY3JpcHRpb24iOiJQcmltZXIgSG9vZGllIiwiYW1vdW50IjoxMDAwLCJxdWFudGl0eSI6MX1dfSwiY3VzdG9tZXIiOnt9LCJwYXltZW50TWV0aG9kIjp7InZhdWx0T25TdWNjZXNzIjpmYWxzZSwidmF1bHRPbjNEUyI6ZmFsc2UsIm9wdGlvbnMiOnsiUEFZUEFMIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fSwiUEFZTUVOVF9DQVJEIjp7Im5ldHdvcmtzIjp7IlZJU0EiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJNQVNURVJDQVJEIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fX19LCJBRFlFTl9JREVBTCI6eyJzdXJjaGFyZ2UiOnsiYW1vdW50IjowfX0sIlBBWV9OTF9QQVlQQUwiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJBUFBMRV9QQVkiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJBRFlFTl9TT0ZPUlQiOnsic3VyY2hhcmdlIjp7ImFtb3VudCI6MH19LCJHT09HTEVfUEFZIjp7InN1cmNoYXJnZSI6eyJhbW91bnQiOjB9fX0sIm9yZGVyZWRBbGxvd2VkQ2FyZE5ldHdvcmtzIjpbIlZJU0EiLCJNQVNURVJDQVJEIiwiQU1FWCIsIk1BRVNUUk8iLCJVTklPTlBBWSIsIkNBUlRFU19CQU5DQUlSRVMiLCJEQU5LT1JUIiwiRElORVJTX0NMVUIiLCJESVNDT1ZFUiIsIkVOUk9VVEUiLCJFTE8iLCJISVBFUiIsIklOVEVSQUMiLCJKQ0IiLCJNSVIiLCJPVEhFUiJdfX0sImNsaWVudE9wdGlvbnMiOnsiY29udGFpbmVyIjoiI2NvbnRhaW5lciIsImNhcmQiOnsicHJlZmVycmVkRmxvdyI6IkVNQkVEREVEX0lOX0hPTUUifSwiZGlyZWN0RGViaXQiOnsiY3VzdG9tZXJDb3VudHJ5Q29kZSI6IkZSIiwiY29tcGFueU5hbWUiOiJQcmltZXIgQVBJIExURCIsImNvbXBhbnlBZGRyZXNzIjoiMTIzIEZha2UgU3QsIExvbmRvbiwgRUMyQSA4WFkifSwicmVkaXJlY3QiOnsiZm9yY2VSZWRpcmVjdCI6ZmFsc2V9LCJnb29nbGVQYXkiOnsiY2FwdHVyZUJpbGxpbmdBZGRyZXNzIjp0cnVlfX0sImFwaUNvbmZpZyI6eyJhcGlLZXkiOiJjY2VlMmJlOC1kZjA4LTRjNzktODU2ZC00MDA4NTM0OWU5ZGEiLCJhcGlWZXJzaW9uIjoiMi4yIiwiZW52IjoiQ1VTVE9NX1NUQUdJTkcifSwiaGVhZGxlc3NPcHRpb25zIjp7fSwibGl0Q29tcG9uZW50c09wdGlvbnMiOnsiZGlzYWJsZWRQYXltZW50cyI6ZmFsc2UsInNka0NvcmUiOmZhbHNlfX0='"
|
|
3249
3275
|
}
|
|
3250
3276
|
],
|
|
3251
3277
|
"exports": [
|
|
3252
3278
|
{
|
|
3253
3279
|
"kind": "js",
|
|
3254
|
-
"name": "
|
|
3280
|
+
"name": "settingsEnabled",
|
|
3255
3281
|
"declaration": {
|
|
3256
|
-
"name": "
|
|
3257
|
-
"module": "
|
|
3282
|
+
"name": "settingsEnabled",
|
|
3283
|
+
"module": "e2e/tests/disabled-payments.spec.ts"
|
|
3258
3284
|
}
|
|
3259
3285
|
}
|
|
3260
3286
|
]
|
|
3261
3287
|
},
|
|
3288
|
+
{
|
|
3289
|
+
"kind": "javascript-module",
|
|
3290
|
+
"path": "e2e/tests/klarna.spec.ts",
|
|
3291
|
+
"declarations": [],
|
|
3292
|
+
"exports": []
|
|
3293
|
+
},
|
|
3294
|
+
{
|
|
3295
|
+
"kind": "javascript-module",
|
|
3296
|
+
"path": "e2e/tests/vaulted-paypal.spec.ts",
|
|
3297
|
+
"declarations": [],
|
|
3298
|
+
"exports": []
|
|
3299
|
+
},
|
|
3262
3300
|
{
|
|
3263
3301
|
"kind": "javascript-module",
|
|
3264
3302
|
"path": "src/__tests__/setup.ts",
|
|
@@ -4619,23 +4657,92 @@
|
|
|
4619
4657
|
},
|
|
4620
4658
|
"parameters": [
|
|
4621
4659
|
{
|
|
4622
|
-
"name": "payment",
|
|
4623
|
-
"type": {
|
|
4624
|
-
"text": "Payment"
|
|
4625
|
-
}
|
|
4626
|
-
},
|
|
4627
|
-
{
|
|
4628
|
-
"name": "paymentMethodType",
|
|
4660
|
+
"name": "payment",
|
|
4661
|
+
"type": {
|
|
4662
|
+
"text": "Payment"
|
|
4663
|
+
}
|
|
4664
|
+
},
|
|
4665
|
+
{
|
|
4666
|
+
"name": "paymentMethodType",
|
|
4667
|
+
"type": {
|
|
4668
|
+
"text": "string"
|
|
4669
|
+
}
|
|
4670
|
+
}
|
|
4671
|
+
],
|
|
4672
|
+
"description": "Dispatch payment success event with minimal payment summary.\nCalled when payment completes successfully."
|
|
4673
|
+
},
|
|
4674
|
+
{
|
|
4675
|
+
"kind": "method",
|
|
4676
|
+
"name": "dispatchPaymentFailure",
|
|
4677
|
+
"return": {
|
|
4678
|
+
"type": {
|
|
4679
|
+
"text": "void"
|
|
4680
|
+
}
|
|
4681
|
+
},
|
|
4682
|
+
"parameters": [
|
|
4683
|
+
{
|
|
4684
|
+
"name": "error",
|
|
4685
|
+
"type": {
|
|
4686
|
+
"text": "{\n code: string;\n message: string;\n diagnosticsId?: string;\n data?: Record<string, unknown>;\n }"
|
|
4687
|
+
}
|
|
4688
|
+
},
|
|
4689
|
+
{
|
|
4690
|
+
"name": "paymentMethodType",
|
|
4691
|
+
"type": {
|
|
4692
|
+
"text": "string"
|
|
4693
|
+
}
|
|
4694
|
+
},
|
|
4695
|
+
{
|
|
4696
|
+
"name": "payment",
|
|
4697
|
+
"optional": true,
|
|
4698
|
+
"type": {
|
|
4699
|
+
"text": "Payment"
|
|
4700
|
+
}
|
|
4701
|
+
}
|
|
4702
|
+
],
|
|
4703
|
+
"description": "Dispatch payment failure event.\nCalled when payment fails or is declined."
|
|
4704
|
+
},
|
|
4705
|
+
{
|
|
4706
|
+
"kind": "method",
|
|
4707
|
+
"name": "dispatchVaultMethodsUpdate",
|
|
4708
|
+
"return": {
|
|
4709
|
+
"type": {
|
|
4710
|
+
"text": "void"
|
|
4711
|
+
}
|
|
4712
|
+
},
|
|
4713
|
+
"parameters": [
|
|
4714
|
+
{
|
|
4715
|
+
"name": "vaultedPayments",
|
|
4716
|
+
"type": {
|
|
4717
|
+
"text": "InitializedVaultedPayments"
|
|
4718
|
+
},
|
|
4719
|
+
"description": "Wrapper containing filtered vaulted payment methods"
|
|
4720
|
+
}
|
|
4721
|
+
],
|
|
4722
|
+
"description": "Dispatch vault methods update event.\nCalled when vaulted payment methods are loaded or updated."
|
|
4723
|
+
},
|
|
4724
|
+
{
|
|
4725
|
+
"kind": "method",
|
|
4726
|
+
"name": "dispatchVaultSubmit",
|
|
4727
|
+
"return": {
|
|
4728
|
+
"type": {
|
|
4729
|
+
"text": "void"
|
|
4730
|
+
}
|
|
4731
|
+
},
|
|
4732
|
+
"parameters": [
|
|
4733
|
+
{
|
|
4734
|
+
"name": "source",
|
|
4735
|
+
"optional": true,
|
|
4629
4736
|
"type": {
|
|
4630
4737
|
"text": "string"
|
|
4631
4738
|
}
|
|
4632
4739
|
}
|
|
4633
4740
|
],
|
|
4634
|
-
"description": "Dispatch
|
|
4741
|
+
"description": "Dispatch vault submit event.\nCalled when a vault payment submission is triggered."
|
|
4635
4742
|
},
|
|
4636
4743
|
{
|
|
4637
4744
|
"kind": "method",
|
|
4638
|
-
"name": "
|
|
4745
|
+
"name": "handleExternalVaultSubmit",
|
|
4639
4746
|
"return": {
|
|
4640
4747
|
"type": {
|
|
4641
4748
|
"text": "void"
|
|
@@ -4643,30 +4750,44 @@
|
|
|
4643
4750
|
},
|
|
4644
4751
|
"parameters": [
|
|
4645
4752
|
{
|
|
4646
|
-
"name": "
|
|
4753
|
+
"name": "eventDetails",
|
|
4647
4754
|
"type": {
|
|
4648
|
-
"text": "
|
|
4649
|
-
}
|
|
4650
|
-
|
|
4755
|
+
"text": "VaultSubmitPayload"
|
|
4756
|
+
},
|
|
4757
|
+
"description": "The event details to forward, including source information"
|
|
4758
|
+
}
|
|
4759
|
+
],
|
|
4760
|
+
"description": "Handle external vault submit events and forward them through the event system.\nThis method provides a centralized way to process external vault submission events\nthat come from custom buttons or external triggers."
|
|
4761
|
+
},
|
|
4762
|
+
{
|
|
4763
|
+
"kind": "method",
|
|
4764
|
+
"name": "dispatchShowOtherPaymentsToggle",
|
|
4765
|
+
"return": {
|
|
4766
|
+
"type": {
|
|
4767
|
+
"text": "void"
|
|
4768
|
+
}
|
|
4769
|
+
},
|
|
4770
|
+
"parameters": [
|
|
4651
4771
|
{
|
|
4652
|
-
"name": "
|
|
4772
|
+
"name": "action",
|
|
4773
|
+
"optional": true,
|
|
4653
4774
|
"type": {
|
|
4654
|
-
"text": "
|
|
4775
|
+
"text": "'toggle' | 'expand' | 'collapse'"
|
|
4655
4776
|
}
|
|
4656
4777
|
},
|
|
4657
4778
|
{
|
|
4658
|
-
"name": "
|
|
4779
|
+
"name": "source",
|
|
4659
4780
|
"optional": true,
|
|
4660
4781
|
"type": {
|
|
4661
|
-
"text": "
|
|
4782
|
+
"text": "string"
|
|
4662
4783
|
}
|
|
4663
4784
|
}
|
|
4664
4785
|
],
|
|
4665
|
-
"description": "Dispatch
|
|
4786
|
+
"description": "Dispatch show other payments toggle event.\nCalled when the \"Show other ways to pay\" accordion should be toggled."
|
|
4666
4787
|
},
|
|
4667
4788
|
{
|
|
4668
4789
|
"kind": "method",
|
|
4669
|
-
"name": "
|
|
4790
|
+
"name": "handleExternalShowOtherPaymentsToggle",
|
|
4670
4791
|
"return": {
|
|
4671
4792
|
"type": {
|
|
4672
4793
|
"text": "void"
|
|
@@ -4674,14 +4795,14 @@
|
|
|
4674
4795
|
},
|
|
4675
4796
|
"parameters": [
|
|
4676
4797
|
{
|
|
4677
|
-
"name": "
|
|
4798
|
+
"name": "eventDetails",
|
|
4678
4799
|
"type": {
|
|
4679
|
-
"text": "
|
|
4800
|
+
"text": "ShowOtherPaymentsTogglePayload"
|
|
4680
4801
|
},
|
|
4681
|
-
"description": "
|
|
4802
|
+
"description": "The event details to forward, including action and source information"
|
|
4682
4803
|
}
|
|
4683
4804
|
],
|
|
4684
|
-
"description": "
|
|
4805
|
+
"description": "Handle external show other payments toggle events and forward them through the event system.\nThis method provides a centralized way to process external toggle events\nthat come from custom buttons or external triggers."
|
|
4685
4806
|
}
|
|
4686
4807
|
]
|
|
4687
4808
|
}
|
|
@@ -7429,7 +7550,7 @@
|
|
|
7429
7550
|
"type": {
|
|
7430
7551
|
"text": "boolean"
|
|
7431
7552
|
},
|
|
7432
|
-
"privacy": "
|
|
7553
|
+
"privacy": "public",
|
|
7433
7554
|
"default": "false",
|
|
7434
7555
|
"description": "Internal state to track expanded state"
|
|
7435
7556
|
},
|
|
@@ -12606,133 +12727,316 @@
|
|
|
12606
12727
|
"default": "null"
|
|
12607
12728
|
},
|
|
12608
12729
|
{
|
|
12609
|
-
"kind": "field",
|
|
12610
|
-
"name": "_paymentMethodManagerTask",
|
|
12730
|
+
"kind": "field",
|
|
12731
|
+
"name": "_paymentMethodManagerTask",
|
|
12732
|
+
"privacy": "private",
|
|
12733
|
+
"default": "new Task(this, { task: ([paymentMethodType, paymentManagers]) => { if (!paymentMethodType || !paymentManagers) { return initialState; } return paymentManagers.get( paymentMethodType as RedirectPaymentMethodTypes, )?.manager; }, args: () => [this.paymentMethod?.type, this.paymentManagers], })"
|
|
12734
|
+
},
|
|
12735
|
+
{
|
|
12736
|
+
"kind": "method",
|
|
12737
|
+
"name": "_legacyGetButtonLabel",
|
|
12738
|
+
"privacy": "private",
|
|
12739
|
+
"parameters": [
|
|
12740
|
+
{
|
|
12741
|
+
"name": "text",
|
|
12742
|
+
"optional": true,
|
|
12743
|
+
"type": {
|
|
12744
|
+
"text": "string"
|
|
12745
|
+
}
|
|
12746
|
+
}
|
|
12747
|
+
],
|
|
12748
|
+
"description": "Based on packages/primer-sdk-web/src/payment-methods/Button.tsx\nShould be replaced once we align on a better solution across all platforms."
|
|
12749
|
+
},
|
|
12750
|
+
{
|
|
12751
|
+
"kind": "field",
|
|
12752
|
+
"name": "_getAssetsTask",
|
|
12753
|
+
"privacy": "private",
|
|
12754
|
+
"default": "new Task(this, { task: ([paymentMethodType, headlessUtils]) => { if (!paymentMethodType || !headlessUtils) { return initialState; } const paymentConfig = headlessUtils.getPaymentMethodConfiguration(paymentMethodType); if (!paymentConfig) { return initialState; } const backgroundColor = paymentConfig.displayMetadata.button.backgroundColor.colored ?? paymentConfig.displayMetadata.button.backgroundColor.light; const iconPositionRelativeToText = (paymentConfig.displayMetadata.button .iconPositionRelativeToText as IconPosition) || 'START'; return { backgroundColor, name: paymentConfig.name, displayName: this._legacyGetButtonLabel( paymentConfig.displayMetadata.button.text, ), iconUrl: paymentConfig.displayMetadata.button.iconUrl.colored ?? paymentConfig.displayMetadata.button.iconUrl.light, iconPosition: iconPositionRelativeToText, }; }, args: () => [this.paymentMethod?.type, this.headlessUtils], })"
|
|
12755
|
+
},
|
|
12756
|
+
{
|
|
12757
|
+
"kind": "field",
|
|
12758
|
+
"name": "_setupTasks",
|
|
12759
|
+
"privacy": "private",
|
|
12760
|
+
"default": "new Task(this, { task: ([paymentMethodManager, assetsConfig]) => { if (!paymentMethodManager || !assetsConfig) { return initialState; } return { paymentMethodManager, assetsConfig }; }, args: () => [ this._paymentMethodManagerTask.value, this._getAssetsTask.value, ], })"
|
|
12761
|
+
},
|
|
12762
|
+
{
|
|
12763
|
+
"kind": "method",
|
|
12764
|
+
"name": "startRedirectPayment"
|
|
12765
|
+
}
|
|
12766
|
+
],
|
|
12767
|
+
"attributes": [
|
|
12768
|
+
{
|
|
12769
|
+
"name": "paymentMethod",
|
|
12770
|
+
"type": {
|
|
12771
|
+
"text": "InitializedPaymentMethod | undefined"
|
|
12772
|
+
},
|
|
12773
|
+
"fieldName": "paymentMethod"
|
|
12774
|
+
},
|
|
12775
|
+
{
|
|
12776
|
+
"name": "disabled",
|
|
12777
|
+
"type": {
|
|
12778
|
+
"text": "boolean"
|
|
12779
|
+
},
|
|
12780
|
+
"default": "false",
|
|
12781
|
+
"fieldName": "disabled"
|
|
12782
|
+
}
|
|
12783
|
+
],
|
|
12784
|
+
"superclass": {
|
|
12785
|
+
"name": "LitElement",
|
|
12786
|
+
"package": "lit"
|
|
12787
|
+
},
|
|
12788
|
+
"tagName": "primer-redirect-payment",
|
|
12789
|
+
"customElement": true
|
|
12790
|
+
}
|
|
12791
|
+
],
|
|
12792
|
+
"exports": [
|
|
12793
|
+
{
|
|
12794
|
+
"kind": "js",
|
|
12795
|
+
"name": "RedirectPaymentComponent",
|
|
12796
|
+
"declaration": {
|
|
12797
|
+
"name": "RedirectPaymentComponent",
|
|
12798
|
+
"module": "src/containers/redirect-payment/redirect-payment.component.ts"
|
|
12799
|
+
}
|
|
12800
|
+
},
|
|
12801
|
+
{
|
|
12802
|
+
"kind": "custom-element-definition",
|
|
12803
|
+
"name": "primer-redirect-payment",
|
|
12804
|
+
"declaration": {
|
|
12805
|
+
"name": "RedirectPaymentComponent",
|
|
12806
|
+
"module": "src/containers/redirect-payment/redirect-payment.component.ts"
|
|
12807
|
+
}
|
|
12808
|
+
}
|
|
12809
|
+
]
|
|
12810
|
+
},
|
|
12811
|
+
{
|
|
12812
|
+
"kind": "javascript-module",
|
|
12813
|
+
"path": "src/containers/redirect-payment/redirect-payment.styles.ts",
|
|
12814
|
+
"declarations": [],
|
|
12815
|
+
"exports": [
|
|
12816
|
+
{
|
|
12817
|
+
"kind": "js",
|
|
12818
|
+
"name": "default",
|
|
12819
|
+
"declaration": {
|
|
12820
|
+
"module": "src/containers/redirect-payment/redirect-payment.styles.ts"
|
|
12821
|
+
}
|
|
12822
|
+
}
|
|
12823
|
+
]
|
|
12824
|
+
},
|
|
12825
|
+
{
|
|
12826
|
+
"kind": "javascript-module",
|
|
12827
|
+
"path": "src/containers/redirect-payment/redirect-payment.ts",
|
|
12828
|
+
"declarations": [],
|
|
12829
|
+
"exports": [
|
|
12830
|
+
{
|
|
12831
|
+
"kind": "js",
|
|
12832
|
+
"name": "RedirectPayment",
|
|
12833
|
+
"declaration": {
|
|
12834
|
+
"name": "RedirectPaymentComponent",
|
|
12835
|
+
"module": "src/containers/redirect-payment/redirect-payment.ts"
|
|
12836
|
+
}
|
|
12837
|
+
}
|
|
12838
|
+
]
|
|
12839
|
+
},
|
|
12840
|
+
{
|
|
12841
|
+
"kind": "javascript-module",
|
|
12842
|
+
"path": "src/containers/show-other-payments/show-other-payments.component.ts",
|
|
12843
|
+
"declarations": [
|
|
12844
|
+
{
|
|
12845
|
+
"kind": "class",
|
|
12846
|
+
"description": "Component for showing/hiding other payment methods when vault is present\nUtilizes the collapsable component for smooth transitions\nSupports custom toggle buttons via slots and external control via events",
|
|
12847
|
+
"name": "ShowOtherPaymentsComponent",
|
|
12848
|
+
"members": [
|
|
12849
|
+
{
|
|
12850
|
+
"kind": "field",
|
|
12851
|
+
"name": "vaultManager",
|
|
12852
|
+
"type": {
|
|
12853
|
+
"text": "VaultManagerContextType"
|
|
12854
|
+
},
|
|
12855
|
+
"default": "null",
|
|
12856
|
+
"description": "Consume the vault manager context to interact with vault state"
|
|
12857
|
+
},
|
|
12858
|
+
{
|
|
12859
|
+
"kind": "field",
|
|
12860
|
+
"name": "contextEventsController",
|
|
12861
|
+
"type": {
|
|
12862
|
+
"text": "EventsContextType"
|
|
12863
|
+
},
|
|
12864
|
+
"default": "null",
|
|
12865
|
+
"description": "Consume the events context for external control"
|
|
12866
|
+
},
|
|
12867
|
+
{
|
|
12868
|
+
"kind": "field",
|
|
12869
|
+
"name": "collapsableElement",
|
|
12870
|
+
"type": {
|
|
12871
|
+
"text": "CollapsableComponent | undefined"
|
|
12872
|
+
},
|
|
12873
|
+
"privacy": "protected",
|
|
12874
|
+
"description": "Reference to the collapsable component"
|
|
12875
|
+
},
|
|
12876
|
+
{
|
|
12877
|
+
"kind": "field",
|
|
12878
|
+
"name": "hasSlottedToggle",
|
|
12879
|
+
"type": {
|
|
12880
|
+
"text": "boolean"
|
|
12881
|
+
},
|
|
12882
|
+
"privacy": "private",
|
|
12883
|
+
"default": "false",
|
|
12884
|
+
"description": "State to track if slot has content (triggers re-render)"
|
|
12885
|
+
},
|
|
12886
|
+
{
|
|
12887
|
+
"kind": "field",
|
|
12888
|
+
"name": "isExpanded",
|
|
12889
|
+
"type": {
|
|
12890
|
+
"text": "boolean"
|
|
12891
|
+
},
|
|
12892
|
+
"privacy": "private",
|
|
12893
|
+
"default": "false",
|
|
12894
|
+
"description": "State to track expanded state when using slotted toggle button"
|
|
12895
|
+
},
|
|
12896
|
+
{
|
|
12897
|
+
"kind": "field",
|
|
12898
|
+
"name": "_isHandlingContextEvent",
|
|
12899
|
+
"type": {
|
|
12900
|
+
"text": "boolean"
|
|
12901
|
+
},
|
|
12902
|
+
"privacy": "private",
|
|
12903
|
+
"default": "false",
|
|
12904
|
+
"description": "Flag to prevent circular event handling"
|
|
12905
|
+
},
|
|
12906
|
+
{
|
|
12907
|
+
"kind": "field",
|
|
12908
|
+
"name": "_contextToggleListener",
|
|
12909
|
+
"type": {
|
|
12910
|
+
"text": "((event: CustomEvent) => void) | null"
|
|
12911
|
+
},
|
|
12912
|
+
"privacy": "private",
|
|
12913
|
+
"default": "null",
|
|
12914
|
+
"description": "Context event listener reference"
|
|
12915
|
+
},
|
|
12916
|
+
{
|
|
12917
|
+
"kind": "field",
|
|
12918
|
+
"name": "handleToggleSlotChange",
|
|
12919
|
+
"privacy": "private",
|
|
12920
|
+
"description": "Handle slot change to update hasSlottedToggle state"
|
|
12921
|
+
},
|
|
12922
|
+
{
|
|
12923
|
+
"kind": "method",
|
|
12924
|
+
"name": "isToggleButton",
|
|
12925
|
+
"privacy": "private",
|
|
12926
|
+
"return": {
|
|
12927
|
+
"type": {
|
|
12928
|
+
"text": "boolean"
|
|
12929
|
+
}
|
|
12930
|
+
},
|
|
12931
|
+
"parameters": [
|
|
12932
|
+
{
|
|
12933
|
+
"name": "button",
|
|
12934
|
+
"type": {
|
|
12935
|
+
"text": "HTMLElement"
|
|
12936
|
+
}
|
|
12937
|
+
}
|
|
12938
|
+
],
|
|
12939
|
+
"description": "Determines if a button is a toggle button based on its attributes"
|
|
12940
|
+
},
|
|
12941
|
+
{
|
|
12942
|
+
"kind": "field",
|
|
12943
|
+
"name": "handleSlotButtonClick",
|
|
12944
|
+
"privacy": "private",
|
|
12945
|
+
"description": "Handles click events from slotted toggle buttons"
|
|
12946
|
+
},
|
|
12947
|
+
{
|
|
12948
|
+
"kind": "field",
|
|
12949
|
+
"name": "handleDirectToggle",
|
|
12950
|
+
"privacy": "private",
|
|
12951
|
+
"description": "Handles direct primer:show-other-payments-toggle events"
|
|
12952
|
+
},
|
|
12953
|
+
{
|
|
12954
|
+
"kind": "field",
|
|
12955
|
+
"name": "handleContextToggle",
|
|
12956
|
+
"privacy": "private",
|
|
12957
|
+
"description": "Handles primer:show-other-payments-toggle events received from the events context"
|
|
12958
|
+
},
|
|
12959
|
+
{
|
|
12960
|
+
"kind": "method",
|
|
12961
|
+
"name": "toggleAccordion",
|
|
12611
12962
|
"privacy": "private",
|
|
12612
|
-
"
|
|
12963
|
+
"return": {
|
|
12964
|
+
"type": {
|
|
12965
|
+
"text": "void"
|
|
12966
|
+
}
|
|
12967
|
+
},
|
|
12968
|
+
"description": "Toggle the accordion state"
|
|
12613
12969
|
},
|
|
12614
12970
|
{
|
|
12615
12971
|
"kind": "method",
|
|
12616
|
-
"name": "
|
|
12972
|
+
"name": "dispatchExpandedEvent",
|
|
12617
12973
|
"privacy": "private",
|
|
12974
|
+
"return": {
|
|
12975
|
+
"type": {
|
|
12976
|
+
"text": "void"
|
|
12977
|
+
}
|
|
12978
|
+
},
|
|
12618
12979
|
"parameters": [
|
|
12619
12980
|
{
|
|
12620
|
-
"name": "
|
|
12621
|
-
"optional": true,
|
|
12981
|
+
"name": "expanded",
|
|
12622
12982
|
"type": {
|
|
12623
|
-
"text": "
|
|
12983
|
+
"text": "boolean"
|
|
12624
12984
|
}
|
|
12625
12985
|
}
|
|
12626
12986
|
],
|
|
12627
|
-
"description": "
|
|
12987
|
+
"description": "Dispatch expanded state changed event"
|
|
12628
12988
|
},
|
|
12629
12989
|
{
|
|
12630
|
-
"kind": "
|
|
12631
|
-
"name": "
|
|
12632
|
-
"privacy": "
|
|
12633
|
-
"
|
|
12990
|
+
"kind": "method",
|
|
12991
|
+
"name": "expand",
|
|
12992
|
+
"privacy": "public",
|
|
12993
|
+
"return": {
|
|
12994
|
+
"type": {
|
|
12995
|
+
"text": "void"
|
|
12996
|
+
}
|
|
12997
|
+
},
|
|
12998
|
+
"description": "Public API: Expand the accordion programmatically"
|
|
12634
12999
|
},
|
|
12635
13000
|
{
|
|
12636
|
-
"kind": "
|
|
12637
|
-
"name": "
|
|
12638
|
-
"privacy": "
|
|
12639
|
-
"
|
|
13001
|
+
"kind": "method",
|
|
13002
|
+
"name": "collapse",
|
|
13003
|
+
"privacy": "public",
|
|
13004
|
+
"return": {
|
|
13005
|
+
"type": {
|
|
13006
|
+
"text": "void"
|
|
13007
|
+
}
|
|
13008
|
+
},
|
|
13009
|
+
"description": "Public API: Collapse the accordion programmatically"
|
|
12640
13010
|
},
|
|
12641
13011
|
{
|
|
12642
13012
|
"kind": "method",
|
|
12643
|
-
"name": "
|
|
12644
|
-
|
|
12645
|
-
|
|
12646
|
-
|
|
12647
|
-
|
|
12648
|
-
|
|
12649
|
-
"type": {
|
|
12650
|
-
"text": "InitializedPaymentMethod | undefined"
|
|
13013
|
+
"name": "setupContextEventListeners",
|
|
13014
|
+
"privacy": "private",
|
|
13015
|
+
"return": {
|
|
13016
|
+
"type": {
|
|
13017
|
+
"text": "void"
|
|
13018
|
+
}
|
|
12651
13019
|
},
|
|
12652
|
-
"
|
|
13020
|
+
"description": "Sets up event listeners for context-forwarded events"
|
|
12653
13021
|
},
|
|
12654
13022
|
{
|
|
12655
|
-
"
|
|
12656
|
-
"
|
|
12657
|
-
|
|
13023
|
+
"kind": "method",
|
|
13024
|
+
"name": "cleanupContextEventListeners",
|
|
13025
|
+
"privacy": "private",
|
|
13026
|
+
"return": {
|
|
13027
|
+
"type": {
|
|
13028
|
+
"text": "void"
|
|
13029
|
+
}
|
|
12658
13030
|
},
|
|
12659
|
-
"
|
|
12660
|
-
"fieldName": "disabled"
|
|
13031
|
+
"description": "Cleans up context event listeners"
|
|
12661
13032
|
}
|
|
12662
13033
|
],
|
|
12663
|
-
"
|
|
12664
|
-
"name": "LitElement",
|
|
12665
|
-
"package": "lit"
|
|
12666
|
-
},
|
|
12667
|
-
"tagName": "primer-redirect-payment",
|
|
12668
|
-
"customElement": true
|
|
12669
|
-
}
|
|
12670
|
-
],
|
|
12671
|
-
"exports": [
|
|
12672
|
-
{
|
|
12673
|
-
"kind": "js",
|
|
12674
|
-
"name": "RedirectPaymentComponent",
|
|
12675
|
-
"declaration": {
|
|
12676
|
-
"name": "RedirectPaymentComponent",
|
|
12677
|
-
"module": "src/containers/redirect-payment/redirect-payment.component.ts"
|
|
12678
|
-
}
|
|
12679
|
-
},
|
|
12680
|
-
{
|
|
12681
|
-
"kind": "custom-element-definition",
|
|
12682
|
-
"name": "primer-redirect-payment",
|
|
12683
|
-
"declaration": {
|
|
12684
|
-
"name": "RedirectPaymentComponent",
|
|
12685
|
-
"module": "src/containers/redirect-payment/redirect-payment.component.ts"
|
|
12686
|
-
}
|
|
12687
|
-
}
|
|
12688
|
-
]
|
|
12689
|
-
},
|
|
12690
|
-
{
|
|
12691
|
-
"kind": "javascript-module",
|
|
12692
|
-
"path": "src/containers/redirect-payment/redirect-payment.styles.ts",
|
|
12693
|
-
"declarations": [],
|
|
12694
|
-
"exports": [
|
|
12695
|
-
{
|
|
12696
|
-
"kind": "js",
|
|
12697
|
-
"name": "default",
|
|
12698
|
-
"declaration": {
|
|
12699
|
-
"module": "src/containers/redirect-payment/redirect-payment.styles.ts"
|
|
12700
|
-
}
|
|
12701
|
-
}
|
|
12702
|
-
]
|
|
12703
|
-
},
|
|
12704
|
-
{
|
|
12705
|
-
"kind": "javascript-module",
|
|
12706
|
-
"path": "src/containers/redirect-payment/redirect-payment.ts",
|
|
12707
|
-
"declarations": [],
|
|
12708
|
-
"exports": [
|
|
12709
|
-
{
|
|
12710
|
-
"kind": "js",
|
|
12711
|
-
"name": "RedirectPayment",
|
|
12712
|
-
"declaration": {
|
|
12713
|
-
"name": "RedirectPaymentComponent",
|
|
12714
|
-
"module": "src/containers/redirect-payment/redirect-payment.ts"
|
|
12715
|
-
}
|
|
12716
|
-
}
|
|
12717
|
-
]
|
|
12718
|
-
},
|
|
12719
|
-
{
|
|
12720
|
-
"kind": "javascript-module",
|
|
12721
|
-
"path": "src/containers/show-other-payments/show-other-payments.component.ts",
|
|
12722
|
-
"declarations": [
|
|
12723
|
-
{
|
|
12724
|
-
"kind": "class",
|
|
12725
|
-
"description": "Component for showing/hiding other payment methods when vault is present\nUtilizes the collapsable component for smooth transitions",
|
|
12726
|
-
"name": "ShowOtherPaymentsComponent",
|
|
12727
|
-
"members": [
|
|
13034
|
+
"events": [
|
|
12728
13035
|
{
|
|
12729
|
-
"
|
|
12730
|
-
"name": "vaultManager",
|
|
13036
|
+
"name": "show-other-payments-toggled",
|
|
12731
13037
|
"type": {
|
|
12732
|
-
"text": "
|
|
12733
|
-
}
|
|
12734
|
-
"default": "null",
|
|
12735
|
-
"description": "Consume the vault manager context to interact with vault state"
|
|
13038
|
+
"text": "CustomEvent"
|
|
13039
|
+
}
|
|
12736
13040
|
}
|
|
12737
13041
|
],
|
|
12738
13042
|
"superclass": {
|
|
@@ -12844,6 +13148,24 @@
|
|
|
12844
13148
|
},
|
|
12845
13149
|
"default": "null"
|
|
12846
13150
|
},
|
|
13151
|
+
{
|
|
13152
|
+
"kind": "field",
|
|
13153
|
+
"name": "contextEventsController",
|
|
13154
|
+
"type": {
|
|
13155
|
+
"text": "EventsContextType"
|
|
13156
|
+
},
|
|
13157
|
+
"default": "null"
|
|
13158
|
+
},
|
|
13159
|
+
{
|
|
13160
|
+
"kind": "field",
|
|
13161
|
+
"name": "hasSlottedSubmit",
|
|
13162
|
+
"type": {
|
|
13163
|
+
"text": "boolean"
|
|
13164
|
+
},
|
|
13165
|
+
"privacy": "private",
|
|
13166
|
+
"default": "false",
|
|
13167
|
+
"description": "State to track if slot has content (triggers re-render)"
|
|
13168
|
+
},
|
|
12847
13169
|
{
|
|
12848
13170
|
"kind": "field",
|
|
12849
13171
|
"name": "isEditMode",
|
|
@@ -12894,6 +13216,26 @@
|
|
|
12894
13216
|
"description": "Animation duration override",
|
|
12895
13217
|
"attribute": "animationDuration"
|
|
12896
13218
|
},
|
|
13219
|
+
{
|
|
13220
|
+
"kind": "field",
|
|
13221
|
+
"name": "_isHandlingContextEvent",
|
|
13222
|
+
"type": {
|
|
13223
|
+
"text": "boolean"
|
|
13224
|
+
},
|
|
13225
|
+
"privacy": "private",
|
|
13226
|
+
"default": "false",
|
|
13227
|
+
"description": "Flag to prevent circular event handling"
|
|
13228
|
+
},
|
|
13229
|
+
{
|
|
13230
|
+
"kind": "field",
|
|
13231
|
+
"name": "_contextVaultSubmitListener",
|
|
13232
|
+
"type": {
|
|
13233
|
+
"text": "((event: CustomEvent) => void) | null"
|
|
13234
|
+
},
|
|
13235
|
+
"privacy": "private",
|
|
13236
|
+
"default": "null",
|
|
13237
|
+
"description": "Context event listener reference"
|
|
13238
|
+
},
|
|
12897
13239
|
{
|
|
12898
13240
|
"kind": "field",
|
|
12899
13241
|
"name": "deleteAssetConfig",
|
|
@@ -12910,6 +13252,12 @@
|
|
|
12910
13252
|
"privacy": "private",
|
|
12911
13253
|
"description": "Get base animation configuration with current settings"
|
|
12912
13254
|
},
|
|
13255
|
+
{
|
|
13256
|
+
"kind": "field",
|
|
13257
|
+
"name": "handleSubmitSlotChange",
|
|
13258
|
+
"privacy": "private",
|
|
13259
|
+
"description": "Handle slot change to update hasSlottedSubmit state"
|
|
13260
|
+
},
|
|
12913
13261
|
{
|
|
12914
13262
|
"kind": "field",
|
|
12915
13263
|
"name": "handleToggleEditMode",
|
|
@@ -12946,6 +13294,48 @@
|
|
|
12946
13294
|
"privacy": "private",
|
|
12947
13295
|
"description": "Handle closing error message"
|
|
12948
13296
|
},
|
|
13297
|
+
{
|
|
13298
|
+
"kind": "method",
|
|
13299
|
+
"name": "isSubmitButton",
|
|
13300
|
+
"privacy": "private",
|
|
13301
|
+
"return": {
|
|
13302
|
+
"type": {
|
|
13303
|
+
"text": "boolean"
|
|
13304
|
+
}
|
|
13305
|
+
},
|
|
13306
|
+
"parameters": [
|
|
13307
|
+
{
|
|
13308
|
+
"name": "button",
|
|
13309
|
+
"type": {
|
|
13310
|
+
"text": "HTMLElement"
|
|
13311
|
+
}
|
|
13312
|
+
}
|
|
13313
|
+
],
|
|
13314
|
+
"description": "Determines if a button is a submit button based on its attributes"
|
|
13315
|
+
},
|
|
13316
|
+
{
|
|
13317
|
+
"kind": "field",
|
|
13318
|
+
"name": "handleSlotButtonClick",
|
|
13319
|
+
"privacy": "private",
|
|
13320
|
+
"description": "Handles click events from slotted content.\nSupports both native <button> and custom <primer-button> elements."
|
|
13321
|
+
},
|
|
13322
|
+
{
|
|
13323
|
+
"kind": "field",
|
|
13324
|
+
"name": "handleDirectSubmit",
|
|
13325
|
+
"privacy": "private",
|
|
13326
|
+
"description": "Handles direct primer:vault-submit events"
|
|
13327
|
+
},
|
|
13328
|
+
{
|
|
13329
|
+
"kind": "method",
|
|
13330
|
+
"name": "submitVaultPayment",
|
|
13331
|
+
"privacy": "private",
|
|
13332
|
+
"return": {
|
|
13333
|
+
"type": {
|
|
13334
|
+
"text": "Promise<void>"
|
|
13335
|
+
}
|
|
13336
|
+
},
|
|
13337
|
+
"description": "Submits the vault payment"
|
|
13338
|
+
},
|
|
12949
13339
|
{
|
|
12950
13340
|
"kind": "method",
|
|
12951
13341
|
"name": "getPaymentMethodName",
|
|
@@ -12965,6 +13355,34 @@
|
|
|
12965
13355
|
],
|
|
12966
13356
|
"description": "Get payment method display name for the given ID"
|
|
12967
13357
|
},
|
|
13358
|
+
{
|
|
13359
|
+
"kind": "method",
|
|
13360
|
+
"name": "setupContextEventListeners",
|
|
13361
|
+
"privacy": "private",
|
|
13362
|
+
"return": {
|
|
13363
|
+
"type": {
|
|
13364
|
+
"text": "void"
|
|
13365
|
+
}
|
|
13366
|
+
},
|
|
13367
|
+
"description": "Sets up event listeners for context-forwarded events"
|
|
13368
|
+
},
|
|
13369
|
+
{
|
|
13370
|
+
"kind": "method",
|
|
13371
|
+
"name": "cleanupContextEventListeners",
|
|
13372
|
+
"privacy": "private",
|
|
13373
|
+
"return": {
|
|
13374
|
+
"type": {
|
|
13375
|
+
"text": "void"
|
|
13376
|
+
}
|
|
13377
|
+
},
|
|
13378
|
+
"description": "Cleans up context event listeners"
|
|
13379
|
+
},
|
|
13380
|
+
{
|
|
13381
|
+
"kind": "field",
|
|
13382
|
+
"name": "handleContextVaultSubmit",
|
|
13383
|
+
"privacy": "private",
|
|
13384
|
+
"description": "Handles primer:vault-submit events received from the events context"
|
|
13385
|
+
},
|
|
12968
13386
|
{
|
|
12969
13387
|
"kind": "method",
|
|
12970
13388
|
"name": "renderLoadingOverlay",
|
|
@@ -12998,6 +13416,14 @@
|
|
|
12998
13416
|
"description": "Render the payment method list with submit button"
|
|
12999
13417
|
}
|
|
13000
13418
|
],
|
|
13419
|
+
"events": [
|
|
13420
|
+
{
|
|
13421
|
+
"name": "primer-vault-payment-error",
|
|
13422
|
+
"type": {
|
|
13423
|
+
"text": "CustomEvent"
|
|
13424
|
+
}
|
|
13425
|
+
}
|
|
13426
|
+
],
|
|
13001
13427
|
"attributes": [
|
|
13002
13428
|
{
|
|
13003
13429
|
"name": "animationDuration",
|