我有這樣的代碼有... var ewayClient = RapidClientFactory.NewRapidClient(Platform.eWayApiKey, Platform.eWayPassword, EndPoint);
ewayClient.SetVersion(31);
var transaction = CreateTransaction();
var preAuthT
我已通過官方文檔在 https://www.payumoney.com/dev-guide/mobilecheckout/android.html#prereq中將payu集成到我的Android應用程序中。 我面臨的問題是,我的代碼完全符合測試憑證,並且當我使用我想要在應用程序中集成的真實帳戶的憑據時失敗。 public void makePayment(View view) {
St
我有一個RSA算法庫由支付網關給我,當我做了 include (app_path().'/PaymentGateway/Crypt/RSA.php');
這一點,並試圖爲$rsa = new Crypt_RSA();這一點,讓我和錯誤說使物體 Class 'App\Http\Controllers\Crypt_RSA' not found
我試圖將其納入web.php,使一個對象,它的工作