Skip to content

Commit

Permalink
DTPAYETWO-759- Adding accountId to fix test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
akswaminathan-pp-dev committed Aug 7, 2023
1 parent e0c31ea commit 71023b6
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -20,6 +20,7 @@ protected HyperwalletPayPalAccount createBaseModel() {
.transferMethodCurrency("test-transfer-method-currency")
.isDefaultTransferMethod(Boolean.FALSE)
.email("test-user-email")
.accountId("test-user-accountId")
.links(hyperwalletLinkList)
.userToken("test-user-token");
return payPalAccount;
Expand Down

0 comments on commit 71023b6

Please sign in to comment.