public function testShow()
 {
     $marketplaces = PromisePay::Marketplaces()->show();
     $this->assertNotNull($marketplaces);
     $this->assertNotNull($marketplaces['id']);
     $this->assertNotNull($marketplaces['name']);
 }