You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: