Esempio n. 1
0
 public function testGetCustomer()
 {
     $r = $this->api->create_customer($this->recipient['address'], array("data" => $this->data));
     $this->assertSuccess($r);
     $r = $this->api->get_customer($this->recipient['address']);
     $this->assertSuccess($r);
     print 'Test get customer';
 }