Skip to content
This repository was archived by the owner on Dec 28, 2020. It is now read-only.

Commit 7067049

Browse files
Update Platform.php
1 parent 33c3343 commit 7067049

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Entities/Platform.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ class Platform extends AbstractEntity
77
const STATUS_INACTIVE = 'INACTIVE';
88

99
const USAGE_TYPE_MYSELF = 'PAYMENT_REQUEST_FOR_MYSELF';
10+
11+
/** @deprecated No longer mentioned in the official documentation. */
1012
const USAGE_TYPE_OTHERS = 'PAYMENT_REQUEST_FOR_OTHERS';
1113

1214
/**

0 commit comments

Comments
 (0)