Skip to content

Commit ceeffee

Browse files
committed
SDK-1050: Update code snippets in README
1 parent 8f85de1 commit ceeffee

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,10 @@ $ ./vendor/bin/phpunit tests
307307
* [X] Receipt ID `getReceiptId()`
308308
* [X] Timestamp `getTimestamp()` // DateTime Object
309309
* [X] Application Profile `getApplicationProfile()`
310+
* [X] Name `getApplicationName()->getValue()`
311+
* [X] Url `getApplicationUrl()->getValue()`
312+
* [X] Logo `getApplicationLogo()->getValue()`
313+
* [X] Receipt Bg Color `getApplicationReceiptBgColor()->getValue()`
310314
* [X] Profile `getProfile()`
311315
* [X] Photo `getSelfie()->getValue()` // Yoti\Entity\Image Object
312316
* [X] Image Data `getContent()`
@@ -328,9 +332,11 @@ $ ./vendor/bin/phpunit tests
328332
* [X] Result `getResult()` // boolean
329333
* [X] Attribute `getAttribute()` // Yoti\Entity\Attribute Object
330334
* [X] Address `getPostalAddress()->getValue()`
335+
* [X] Structured Postal Address `getStructuredPostalAddress()->getValue()`
331336
* [X] Gender `getGender()->getValue()`
332-
* [X] Nationality `getNationality()->getValue()`
333-
337+
* [X] Nationality `getNationality()->getValue()`
338+
* [X] Document Details `getDocumentDetails()->getValue()`
339+
334340

335341
## Support
336342

0 commit comments

Comments
 (0)