iamport-manual icon indicating copy to clipboard operation
iamport-manual copied to clipboard

1114 Encryption/decryption failed.

Open methakon opened this issue 2 years ago • 0 comments

in sand box mode code is working fine while in real time providing CPID ,CPPWD its generating the error let pay={ pg: "danal_tpay", pay_method: "card", escrow: false, custom_data:[], merchant_uid: this.params.merchant_uid, name: this.params.request_count+" inspections on "+ this.params.created_at, amount: this.params.total_paid, buyer_email: this.params.user.contact_person_email, buyer_name: this.params.user.contact_person_name, buyer_tel: this.params.user.contact_person_phone_number, PARAM:this.params, currency:"KRW", language:"ko", }; IMP.request_pay(pay, function (rsp) {

its giving Error .1114 Encryption/decryption failed.

methakon avatar Jan 10 '22 13:01 methakon