Skip to content

Commit 275b898

Browse files
Tess Stoddardtessstoddard
authored andcommitted
feat: add P2P Transfers feature
1 parent 9c38183 commit 275b898

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

common/src/main/java/com/mx/path/core/common/request/Feature.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ public enum Feature {
5050
* Originations.
5151
*/
5252
ORIGINATIONS("originations"),
53+
/**
54+
* P2P Transfers.
55+
*/
56+
P2P_TRANSFERS("p2p_transfers"),
5357
/**
5458
* Payments.
5559
*/

http/src/test/groovy/com/mx/path/api/connect/http/HttpAccessorConnectionTest.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ class HttpAccessorConnectionTest extends Specification {
8484
Feature.LOCATION | "location"
8585
Feature.MANAGED_CARDS | "managed_cards"
8686
Feature.ORIGINATIONS | "originations"
87+
Feature.P2P_TRANSFERS | "p2p_transfers"
8788
Feature.PAYMENTS | "payments"
8889
Feature.PAYOUTS | "payouts"
8990
Feature.PRODUCTS | "products"

0 commit comments

Comments
 (0)