We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f296cfc commit 6661d9bCopy full SHA for 6661d9b
src/Message/SIMCompleteAuthorizeRequest.php
@@ -19,7 +19,9 @@ public function getData()
19
}
20
21
/**
22
- * CHECKME: DPM uses the transactionReference in the hash, not the transactionID.
+ * CHECKME: should this be the transactionReference in the hash, not the transactionId?
23
+ * The transaction reference and the amount are both sent by the remote gateway (x_trans_id
24
+ * and x_amount) and it is those that should be checked against.
25
*/
26
public function getHash()
27
{
0 commit comments