1

現在、PayPal サンドボックスの資格情報を使用してプロジェクトをテストしています。

今、サンドボックス環境をライブ環境に変更したいのですが、c# .Net で NVP を使用しています。

NVPCallerServices caller = new NVPCallerServices();

IAPIProfile profile = ProfileFactory.createSignatureAPIProfile();

 profile.APIUsername = APIUserName;
 profile.APIPassword = APIPAssword;
 profile.APISignature = APISignature;
 **profile.Environment = "live";**
 caller.APIProfile = profile;

「サンドボックス」を「ライブ」に変更する、または単に変更するために必要なその他のことはすべて機能します

よろしく、

ダルメッシュ・ソランキ

4

1 に答える 1