Inheritance: extends Omnipay\Common\AbstractGateway, use trait Omnipay\WechatPay\Traits\XMLTrait
コード例 #1
0
 public function testQueryRefund()
 {
     $options = array('transaction_id' => '1234567891023');
     /**
      * @var RefundOrderResponse $response
      */
     $response = $this->gateway->query($options)->send();
     $this->assertFalse($response->isSuccessful());
 }