提交 28efdc0a 编写于 作者: T Terry

paypal标准支付

上级 ced9572e
......@@ -30,7 +30,8 @@ class StandardController extends AppserverController
}
$payment_method = Yii::$service->payment->paypal->standard_payment_method;
Yii::$service->payment->setPaymentMethod($payment_method);
$increment_id = Yii::$app->request->post('increment_id');
Yii::$service->order->setCurrentOrderIncrementId($increment_id);
return $this->getBlock()->startPayment();
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册