Paypal bug:为什么它不从运费变量中获取运费值?

时间:2011-10-08 02:47:02

标签: php paypal

为什么paypal没有从这些变量形式中获取运费值,

<input type="hidden" name="shipping" value="<?php echo number_format($cost_shipping,2); ?>">

<input type="hidden" name="shipping_1" value="<?php echo number_format($cost_shipping,2); ?>">

<input type="hidden" name="shipping" value="<?php echo number_format($cost_shipping,2); ?>">
<input type="hidden" name="shipping2" value="<?php echo number_format($cost_shipping,2); ?>">
除非我使用postage and handling变量,

0.00始终在paypal沙箱上显示handling_cart

<input type="hidden" name="handling_cart" value="<?php echo number_format($cost_shipping,2); ?>">

paypal沙盒有问题吗?

0 个答案:

没有答案