FileMaster
Search
Toggle Dark Mode
Home
/
.
/
wp-content
/
plugins
/
surecart
/
dist
/
components
/
components
Edit File: sc-paystack-add-method.js
import{proxyCustomElement,HTMLElement,h,Host}from"@stencil/core/internal/client";import{s as se}from"./inline.js";import{a as apiFetch}from"./fetch.js";import{d as defineCustomElement$5}from"./sc-alert2.js";import{d as defineCustomElement$4}from"./sc-button2.js";import{d as defineCustomElement$3}from"./sc-icon2.js";import{d as defineCustomElement$2}from"./sc-spinner2.js";const scPaystackAddMethodCss=":host{display:block}",ScPaystackAddMethodStyle0=":host{display:block}",ScPaystackAddMethod$1=proxyCustomElement(class extends HTMLElement{constructor(){super(),this.__registerHost(),this.liveMode=!0,this.customerId=void 0,this.successUrl=void 0,this.currency=void 0,this.loading=void 0,this.loaded=void 0,this.error=void 0,this.paymentIntent=void 0}async handlePaymentIntentCreate(){var e,t;const{public_key:s,access_code:n}=(null===(t=null===(e=this.paymentIntent)||void 0===e?void 0:e.processor_data)||void 0===t?void 0:t.paystack)||{};if(!s||!n)return;const a=new se;await a.newTransaction({key:s,accessCode:n,onSuccess:async e=>{if("success"!==(null==e?void 0:e.status))throw{message:wp.i18n.sprintf(wp.i18n.__("Paystack transaction could not be finished. Status: %s","surecart"),null==e?void 0:e.status)};window.location.assign(this.successUrl)},onClose:e=>{console.error(e),alert((null==e?void 0:e.message)||wp.i18n.__("The payment did not process. Please try again.","surecart"))}})}async createPaymentIntent(){var e,t;try{this.loading=!0,this.error="",this.paymentIntent=await apiFetch({method:"POST",path:"surecart/v1/payment_intents",data:{processor_type:"paystack",reusable:!0,live_mode:this.liveMode,customer_id:this.customerId,currency:this.currency,refresh_status:!0}})}catch(s){this.error=(null===(t=null===(e=null==s?void 0:s.additional_errors)||void 0===e?void 0:e[0])||void 0===t?void 0:t.message)||(null==s?void 0:s.message)||wp.i18n.__("Something went wrong","surecart")}finally{this.loading=!1}}render(){return h(Host,{key:"5f78fb60a51e5209f58417eea143cd252207d33e"},this.error&&h("sc-alert",{key:"6f237808e93a530768a1890bea732fbdd80662e1",open:!!this.error,type:"danger"},h("span",{key:"00c047f3371dd4bc061afdcb7ac422503a42fe14",slot:"title"},wp.i18n.__("Error","surecart")),this.error),h("div",{key:"b52ae4e43019f9927c5bef052fe67e1361cc461a",class:"sc-paystack-button-container"},h("sc-alert",{key:"6983a103af59cec36cb2b97d44210b11c2cd0084",open:!0,type:"warning"},wp.i18n.__("In order to add a new card, we will need to make a small transaction to authenticate it. This is for authentication purposes and will be immediately refunded.","surecart"),h("div",{key:"b87cf5834724eda0d92f0a30561bc79ae99a2528"},h("sc-button",{key:"08a0b62303c8173037cb5615550555b07caec636",loading:this.loading,type:"primary",onClick:()=>this.createPaymentIntent(),style:{marginTop:"var(--sc-spacing-medium)"}},wp.i18n.__("Add New Card","surecart"))))))}static get watchers(){return{paymentIntent:["handlePaymentIntentCreate"]}}static get style(){return":host{display:block}"}},[0,"sc-paystack-add-method",{liveMode:[4,"live-mode"],customerId:[1,"customer-id"],successUrl:[1,"success-url"],currency:[1],loading:[32],loaded:[32],error:[32],paymentIntent:[32]},void 0,{paymentIntent:["handlePaymentIntentCreate"]}]);function defineCustomElement$1(){"undefined"!=typeof customElements&&["sc-paystack-add-method","sc-alert","sc-button","sc-icon","sc-spinner"].forEach((e=>{switch(e){case"sc-paystack-add-method":customElements.get(e)||customElements.define(e,ScPaystackAddMethod$1);break;case"sc-alert":customElements.get(e)||defineCustomElement$5();break;case"sc-button":customElements.get(e)||defineCustomElement$4();break;case"sc-icon":customElements.get(e)||defineCustomElement$3();break;case"sc-spinner":customElements.get(e)||defineCustomElement$2()}}))}const ScPaystackAddMethod=ScPaystackAddMethod$1,defineCustomElement=defineCustomElement$1;export{ScPaystackAddMethod,defineCustomElement};
Save
Back