File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,10 @@ $ ./vendor/bin/phpunit tests
307
307
* [X] Receipt ID ` getReceiptId() `
308
308
* [X] Timestamp ` getTimestamp() ` // DateTime Object
309
309
* [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() `
310
314
* [X] Profile ` getProfile() `
311
315
* [X] Photo ` getSelfie()->getValue() ` // Yoti\Entity\Image Object
312
316
* [X] Image Data ` getContent() `
@@ -328,9 +332,11 @@ $ ./vendor/bin/phpunit tests
328
332
* [X] Result ` getResult() ` // boolean
329
333
* [X] Attribute ` getAttribute() ` // Yoti\Entity\Attribute Object
330
334
* [X] Address ` getPostalAddress()->getValue() `
335
+ * [X] Structured Postal Address ` getStructuredPostalAddress()->getValue() `
331
336
* [X] Gender ` getGender()->getValue() `
332
- * [X] Nationality ` getNationality()->getValue() `
333
-
337
+ * [X] Nationality ` getNationality()->getValue() `
338
+ * [X] Document Details ` getDocumentDetails()->getValue() `
339
+
334
340
335
341
## Support
336
342
You can’t perform that action at this time.
0 commit comments