问题描述
我正在尝试在 react native 中使用 paytm 付款,我正在使用这个库 = @philly25/react-native-paytm
这是我的代码
const callbackUrl = `${"https://securegw.paytm.in/theia/paytmCallback?ORDER_ID=1"}`;
const details = {
mode: "Staging",// 'Staging' or 'Production'
MID: "xxxxxxxxxxxxxxxx",INDUSTRY_TYPE_ID: "Retail",WEBSITE: "APPSTAGING",CHANNEL_ID: "WAP",TXN_AMOUNT: "1",// String
ORDER_ID: "1",// String
// EMAIL: email,// String
// MOBILE_NO: mobile,// String
CUST_ID: "CUSTOMER_1",// String
CHECKSUMHASH:
"hash532eaabd9574880dbf76b9b8cc00832c20a6ec113d682299550d7a6e0f345e26",//From your server using PayTM Checksum Utility
CALLBACK_URL: callbackUrl,// MERC_UNQ_REF: mercUnqRef,// optional
};
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)