2010-10-03 85 views
2

我想使用this寶石使用貝寶自適應支付,它要求自適應貝寶

development: 
environment: "sandbox" 
username: "sandbox_username" 
password: "sandbox_password" 
signature: "sandbox_signature" 
application_id: "sandbox_app_id" 

test: 
environment: "sandbox" 
username: "sandbox_username" 
password: "sandbox_password" 
signature: "sandbox_signature" 
application_id: "sandbox_app_id" 

production: 
environment: "production" 
username: "my_production_username" 
password: "my_production_password" 
signature: "my_production_signature" 
application_id: "my_production_app_id" 

,但我在哪裏可以得到這些信息的沙箱和APPLICATION_ID和signiture和用戶名/密碼信息...我確定這是顯而易見的,但我沒有看到它

回答

2

The Paypal developer site設立一個帳戶,並註冊您的應用程序。我認爲這應該爲你提供一切你需要的,用於發展。

0

是的,您必須在Paypal developer site和沙箱環境創建一個帳戶,您不需要註冊您的應用程序。在開發人員站點創建帳戶時,您必須進入儀表板>>帳戶部分,創建帳戶的選項。創建帳戶後,您可以獲得用戶名,密碼和簽名。