【解決方法】React JSでのPayumoneyボルト起動メソッド

[ad_1]

i was generated the hash value for payUmoney UI. i have required data for bolt launch method in payUmoney but the thing is how i call the bolt fuction in react js

i got the only one reference - https://vilvaathiban.medium.com/nodejs-reactjs-payment-integration-with-payumoney-395f7768a92b

but i cant even know how to implement the bolt method launch

What I have tried:

i tried both but unable to use bolt launch method

1) i added the script tag what they given in the reference link

2) after that they mention use bolt library by using window keyword like window.bolt.launch but tried the same way,but it says 
bolt <pre>window.bolt

プロパティが存在しません

解決策 1

現実のお金に関係するものを処理するために、安全でない Web サイトからのコードを決して受け入れないでください。
誰がコードを提供しているのかも、そのコードが何をするのかもわかりません。また、コードが詳細を第三者に渡すことなく、適切な口座に正しく送金されるかどうかもわかりません。

このようなコードは payUmoney からのみ取得してください。そうでないと詐欺の範囲が広すぎます。 そして、あなたの行動が不注意であるとみなされた場合、あなた個人が損失した金銭の責任を負う可能性があることを覚えておいてください。公開フォーラムからコードを取得することは、間違いなくそうなります。

解決策 2

また、記事に記載されているモーダルのスクリプトをロードできない同じエラー、つまり window.bolt.launch が発生します。

[ad_2]

コメント

タイトルとURLをコピーしました