-2
商業和使用PayPal沙箱,我正在嘗試做一個簡單的交易測試貝寶沙箱,但我有一個錯誤,我不能解決。PayPal賣方郵件錯誤
這是我的電話給PayPal沙箱:
$cmd='_xclick';
$busisness='SELLER MAIL';
$lc='IT';
$currency_code='EUR';
$no_note=0;
$bn=urlencode('PP-BuyNowBF:btn_buynowCC_LG.gif:NonHostedGuest');
$return='localhost/PayPal/ok.php';
$cbt='Torna al MIO SITO';
$rm=2;
$item_name='prova prodotto 1';
$item_number='00000001';
$amount='22.50';
$url='https://sandbox.paypal.com/cgi-bin/webdescr'
. '?cmd='.$cmd
.'&busisness='.$busisness
.'&lc='.$lc
.'¤cy_code='.$currency_code
.'&no_note='.$no_note
.'&bn='.$bn
.'&return='.$return
.'&cbt='.$cbt
.'&rm='.$rm
.'&item_name='.$item_name
.'&item_number='.$item_number
.'&amount='.$amount;
我的問題是,收到此錯誤:
這是不可能的精心事務,因爲與提供的電子郵件地址的問題通過PayPal賣家
我該如何解決?
感謝的
它說:'$ busisness =「賣方MAIL」你應該把你的電子郵件地址;' –
這不是問題,這只是一個佔位符......問題是,企業被拼錯爲busisness –