/**
  * @test
  */
 public function shouldNotSupportNotCreateChargeRequest()
 {
     $action = new CreateChargeAction();
     $this->assertFalse($action->supports(new \stdClass()));
 }