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 8bec1d2 commit ce9a45cCopy full SHA for ce9a45c
src/services/latitude/verifyPurchase.js
@@ -8,18 +8,18 @@ const ERROR_RESPONSE = {
8
/**
9
* Verifies purchase request with Latitude Interest free
10
* @param {string} merchantReference
11
- * @param {string} transactionRefeference
+ * @param {string} transactionReference
12
* @param {string} gatewayReference
13
*/
14
export const verifyPurchase = async ({
15
merchantReference = "",
16
- transactionRefeference = "",
+ transactionReference = "",
17
gatewayReference = "",
18
}) => {
19
try {
20
const data = {
21
merchantReference,
22
- transactionRefeference,
+ transactionReference,
23
gatewayReference,
24
};
25
0 commit comments