Skip to content

Commit

Permalink
fix: removing deprecated paymentPspReference attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
daniloc-adyen committed Jun 18, 2024
1 parent 7f9a874 commit 5735c2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion force-app/main/default/classes/TestDataFactory.cls
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ public class TestDataFactory {
nri.eventCode = eventCode;
nri.pspReference = GATEWAY_REF;
nri.eventDate = String.valueOf(System.today());
nri.paymentpspReference = 'paymentpspref';
nri.success = 'true';
nri.merchantAccountCode = 'merchant_account_code';
nri.originalReference = originalRef;
Expand Down

0 comments on commit 5735c2d

Please sign in to comment.