Skip to content

Commit ce9a45c

Browse files
committed
fix: typo
1 parent 8bec1d2 commit ce9a45c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/services/latitude/verifyPurchase.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@ const ERROR_RESPONSE = {
88
/**
99
* Verifies purchase request with Latitude Interest free
1010
* @param {string} merchantReference
11-
* @param {string} transactionRefeference
11+
* @param {string} transactionReference
1212
* @param {string} gatewayReference
1313
*/
1414
export const verifyPurchase = async ({
1515
merchantReference = "",
16-
transactionRefeference = "",
16+
transactionReference = "",
1717
gatewayReference = "",
1818
}) => {
1919
try {
2020
const data = {
2121
merchantReference,
22-
transactionRefeference,
22+
transactionReference,
2323
gatewayReference,
2424
};
2525

0 commit comments

Comments
 (0)