@houlak/plexo-sdk 0.1.66 → 0.1.67
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -307,14 +307,7 @@ var Purchase = function (purchase) { return __awaiter(void 0, void 0, void 0, fu
|
|
|
307
307
|
return [4 /*yield*/, paymentGatewayClient.PurchaseAsync(purchase)];
|
|
308
308
|
case 1:
|
|
309
309
|
purchaseResponse = _a.sent();
|
|
310
|
-
return [2 /*return*/, evaluator_service_1.Evaluator.
|
|
311
|
-
/*return Evaluator.transactionEvaluator(
|
|
312
|
-
purchase,
|
|
313
|
-
purchaseResponse,
|
|
314
|
-
'Purchase',
|
|
315
|
-
TransactionType.Purchase,
|
|
316
|
-
)*/
|
|
317
|
-
];
|
|
310
|
+
return [2 /*return*/, evaluator_service_1.Evaluator.transactionEvaluator(purchase, purchaseResponse, 'Purchase', index_1.TransactionType.Purchase)];
|
|
318
311
|
}
|
|
319
312
|
});
|
|
320
313
|
}); };
|