Omnipay\PayPal\RestGatewayTest::testSuspendSubscription PHP 메소드

testSuspendSubscription() 공개 메소드

    public function testSuspendSubscription()
    {
        $this->setMockHttpResponse('RestGenericSubscriptionSuccess.txt');
        $response = $this->gateway->suspendSubscription($this->subscription_options)->send();
        $this->assertTrue($response->isSuccessful());
        $this->assertNull($response->getMessage());
    }