Omnipay\PayPal\RestGateway::updatePlan PHP 메소드

updatePlan() 공개 메소드

You can update the information for an existing billing plan. The state of a plan must be active before a billing agreement is created.
public updatePlan ( array $parameters = [] ) : Omnipay\PayPal\Message\RestUpdatePlanRequest
$parameters array
리턴 Omnipay\PayPal\Message\RestUpdatePlanRequest
    public function updatePlan(array $parameters = array())
    {
        return $this->createRequest('\\Omnipay\\PayPal\\Message\\RestUpdatePlanRequest', $parameters);
    }