diff --git a/collections/hub/golden_path/feature_tests/p2p_money_transfer/p2p_happy_path.json b/collections/hub/golden_path/feature_tests/p2p_money_transfer/p2p_happy_path.json index bfcc641d..1d72e02f 100644 --- a/collections/hub/golden_path/feature_tests/p2p_money_transfer/p2p_happy_path.json +++ b/collections/hub/golden_path/feature_tests/p2p_money_transfer/p2p_happy_path.json @@ -429,7 +429,7 @@ "payerFsp": "{$inputs.fromFspId}", "payeeFsp": "{$prev.3.callback.body.party.partyIdInfo.fspId}", "amount": { - "amount": "{$inputs.amount}", + "amount": "{$prev.4.callback.body.transferAmount.amount}", "currency": "{$inputs.currency}" }, "expiration": "{$prev.4.callback.body.expiration}", @@ -562,4 +562,4 @@ ] } ] -} \ No newline at end of file +}