in /www/wwwroot/www.taohuo777.com/vendor/yiisoft/yii2/base/BaseObject.phpat line 163
154155156157158159160161162163164165166167168169170171172 */
public function __set($name, $value)
{
$setter = 'set' . $name;
if (method_exists($this, $setter)) {
$this->$setter($value);
} elseif (method_exists($this, 'get' . $name)) {
throw new InvalidCallException('Setting read-only property: ' . get_class($this) . '::' . $name);
} else {
throw new UnknownPropertyException('Setting unknown property: ' . get_class($this) . '::' . $name);
}
}
/**
* Checks if a property is set, i.e. defined and not null.
*
* Do not call this method directly as it is a PHP magic method that
* will be implicitly called when executing `isset($object->property)`.
使用paypal快捷支付,信用卡付款,填写完成资料后跳回网站出现。
使用paypal标准支付正常