Esempio n. 1
0
 public function testGetAddressById()
 {
     $getAddress = PromisePay::Address()->get($this->addressId);
     $this->assertEquals($this->addressId, $getAddress['id']);
 }
Esempio n. 2
0
 private function readmeExamples()
 {
     $address = PromisePay::Address()->get('ADDRESS_ID');
 }