@blockchyp/blockchyp-ts 1.0.0 → 2.18.5
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.
- package/README.md +4 -9
- package/_bundles/blockchyp.js +71402 -0
- package/_bundles/blockchyp.js.map +1 -0
- package/_bundles/blockchyp.min.js +3 -0
- package/_bundles/blockchyp.min.js.LICENSE.txt +16 -0
- package/_bundles/blockchyp.min.js.map +1 -0
- package/lib/index.d.ts +3 -0
- package/{index.js → lib/index.js} +1 -0
- package/lib/index.js.map +1 -0
- package/lib/spec/CryptoSpec.d.ts +1 -0
- package/{spec → lib/spec}/CryptoSpec.js +1 -0
- package/lib/spec/CryptoSpec.js.map +1 -0
- package/lib/spec/SanitySpec.d.ts +1 -0
- package/{spec → lib/spec}/SanitySpec.js +2 -1
- package/lib/spec/SanitySpec.js.map +1 -0
- package/lib/src/client.d.ts +463 -0
- package/{src → lib/src}/client.js +2 -1
- package/lib/src/client.js.map +1 -0
- package/lib/src/cryptoutils.d.ts +16 -0
- package/{src → lib/src}/cryptoutils.js +18 -13
- package/lib/src/cryptoutils.js.map +1 -0
- package/lib/src/global.d.ts +1 -0
- package/lib/src/global.js +30 -0
- package/lib/src/global.js.map +1 -0
- package/lib/src/models.d.ts +9587 -0
- package/{src → lib/src}/models.js +1 -0
- package/lib/src/models.js.map +1 -0
- package/package.json +23 -9
- package/spec/SanitySpec.ts +1 -1
- package/src/client.ts +1 -2
- package/src/cryptoutils.ts +7 -6
- package/src/global.ts +1 -1
- package/itest/ActivateTerminalITestSpec.js +0 -87
- package/itest/ActivateTerminalITestSpec.ts +0 -58
- package/itest/AddTestMerchantITestSpec.js +0 -89
- package/itest/AddTestMerchantITestSpec.ts +0 -60
- package/itest/BatchHistoryITestSpec.js +0 -101
- package/itest/BatchHistoryITestSpec.ts +0 -73
- package/itest/BooleanPromptITestSpec.js +0 -104
- package/itest/BooleanPromptITestSpec.ts +0 -76
- package/itest/CancelPaymentLinkITestSpec.js +0 -116
- package/itest/CancelPaymentLinkITestSpec.ts +0 -93
- package/itest/CaptureSignatureITestSpec.js +0 -101
- package/itest/CaptureSignatureITestSpec.ts +0 -73
- package/itest/DeactivateTerminalITestSpec.js +0 -82
- package/itest/DeactivateTerminalITestSpec.ts +0 -52
- package/itest/DeleteBrandingAssetITestSpec.js +0 -96
- package/itest/DeleteBrandingAssetITestSpec.ts +0 -69
- package/itest/DeleteCustomerITestSpec.js +0 -102
- package/itest/DeleteCustomerITestSpec.ts +0 -75
- package/itest/DeleteMediaAssetITestSpec.js +0 -100
- package/itest/DeleteMediaAssetITestSpec.ts +0 -71
- package/itest/DeleteQueuedTransactionITestSpec.js +0 -117
- package/itest/DeleteQueuedTransactionITestSpec.ts +0 -89
- package/itest/DeleteSlideShowITestSpec.js +0 -96
- package/itest/DeleteSlideShowITestSpec.ts +0 -69
- package/itest/DeleteSurveyQuestionITestSpec.js +0 -97
- package/itest/DeleteSurveyQuestionITestSpec.ts +0 -70
- package/itest/DeleteTestMerchantITestSpec.js +0 -96
- package/itest/DeleteTestMerchantITestSpec.ts +0 -69
- package/itest/DeleteTokenITestSpec.js +0 -102
- package/itest/DeleteTokenITestSpec.ts +0 -75
- package/itest/EmptyBrandingAssetITestSpec.js +0 -85
- package/itest/EmptyBrandingAssetITestSpec.ts +0 -57
- package/itest/EmptySlideShowITestSpec.js +0 -87
- package/itest/EmptySlideShowITestSpec.ts +0 -58
- package/itest/GatewayTimeoutITestSpec.js +0 -103
- package/itest/GatewayTimeoutITestSpec.ts +0 -73
- package/itest/GetCustomerITestSpec.js +0 -102
- package/itest/GetCustomerITestSpec.ts +0 -75
- package/itest/GetMerchantsITestSpec.js +0 -84
- package/itest/GetMerchantsITestSpec.ts +0 -56
- package/itest/InviteMerchantUserITestSpec.js +0 -86
- package/itest/InviteMerchantUserITestSpec.ts +0 -58
- package/itest/LinkTokenITestSpec.js +0 -103
- package/itest/LinkTokenITestSpec.ts +0 -76
- package/itest/ListQueuedTransactionsITestSpec.js +0 -116
- package/itest/ListQueuedTransactionsITestSpec.ts +0 -88
- package/itest/ListTerminalsITestSpec.js +0 -83
- package/itest/ListTerminalsITestSpec.ts +0 -56
- package/itest/MediaAssetITestSpec.js +0 -105
- package/itest/MediaAssetITestSpec.ts +0 -75
- package/itest/MediaITestSpec.js +0 -83
- package/itest/MediaITestSpec.ts +0 -56
- package/itest/MediaUploadITestSpec.js +0 -94
- package/itest/MediaUploadITestSpec.ts +0 -63
- package/itest/MerchantCredentialGenerationITestSpec.js +0 -85
- package/itest/MerchantCredentialGenerationITestSpec.ts +0 -57
- package/itest/MerchantInvoiceDetailITestSpec.js +0 -84
- package/itest/MerchantInvoiceDetailITestSpec.ts +0 -56
- package/itest/MerchantInvoicesITestSpec.js +0 -84
- package/itest/MerchantInvoicesITestSpec.ts +0 -56
- package/itest/MerchantPlatformsITestSpec.js +0 -96
- package/itest/MerchantPlatformsITestSpec.ts +0 -69
- package/itest/MerchantProfileITestSpec.js +0 -84
- package/itest/MerchantProfileITestSpec.ts +0 -56
- package/itest/MerchantUsersITestSpec.js +0 -83
- package/itest/MerchantUsersITestSpec.ts +0 -56
- package/itest/NewTransactionDisplayITestSpec.js +0 -115
- package/itest/NewTransactionDisplayITestSpec.ts +0 -92
- package/itest/PANChargeITestSpec.js +0 -118
- package/itest/PANChargeITestSpec.ts +0 -88
- package/itest/PANEnrollITestSpec.js +0 -118
- package/itest/PANEnrollITestSpec.ts +0 -90
- package/itest/PANPreauthITestSpec.js +0 -116
- package/itest/PANPreauthITestSpec.ts +0 -87
- package/itest/PartialRefundITestSpec.js +0 -119
- package/itest/PartialRefundITestSpec.ts +0 -91
- package/itest/PartnerCommissionBreakdownITestSpec.js +0 -84
- package/itest/PartnerCommissionBreakdownITestSpec.ts +0 -56
- package/itest/PartnerStatementDetailITestSpec.js +0 -84
- package/itest/PartnerStatementDetailITestSpec.ts +0 -56
- package/itest/PartnerStatementsITestSpec.js +0 -84
- package/itest/PartnerStatementsITestSpec.ts +0 -56
- package/itest/PaymentLinkStatusITestSpec.js +0 -116
- package/itest/PaymentLinkStatusITestSpec.ts +0 -93
- package/itest/PricingPolicyITestSpec.js +0 -85
- package/itest/PricingPolicyITestSpec.ts +0 -57
- package/itest/ResendPaymentLinkITestSpec.js +0 -116
- package/itest/ResendPaymentLinkITestSpec.ts +0 -93
- package/itest/SearchCustomerITestSpec.js +0 -101
- package/itest/SearchCustomerITestSpec.ts +0 -75
- package/itest/SendPaymentLinkITestSpec.js +0 -107
- package/itest/SendPaymentLinkITestSpec.ts +0 -82
- package/itest/SimpleBatchCloseITestSpec.js +0 -101
- package/itest/SimpleBatchCloseITestSpec.ts +0 -73
- package/itest/SimpleCaptureITestSpec.js +0 -101
- package/itest/SimpleCaptureITestSpec.ts +0 -74
- package/itest/SimpleGiftActivateITestSpec.js +0 -104
- package/itest/SimpleGiftActivateITestSpec.ts +0 -75
- package/itest/SimpleLocateITestSpec.js +0 -85
- package/itest/SimpleLocateITestSpec.ts +0 -57
- package/itest/SimpleMessageITestSpec.js +0 -101
- package/itest/SimpleMessageITestSpec.ts +0 -73
- package/itest/SimplePingITestSpec.js +0 -100
- package/itest/SimplePingITestSpec.ts +0 -72
- package/itest/SimpleRefundITestSpec.js +0 -118
- package/itest/SimpleRefundITestSpec.ts +0 -90
- package/itest/SimpleReversalITestSpec.js +0 -103
- package/itest/SimpleReversalITestSpec.ts +0 -75
- package/itest/SimpleVoidITestSpec.js +0 -103
- package/itest/SimpleVoidITestSpec.ts +0 -75
- package/itest/SlideShowITestSpec.js +0 -98
- package/itest/SlideShowITestSpec.ts +0 -70
- package/itest/SlideShowsITestSpec.js +0 -95
- package/itest/SlideShowsITestSpec.ts +0 -69
- package/itest/SurveyQuestionITestSpec.js +0 -95
- package/itest/SurveyQuestionITestSpec.ts +0 -68
- package/itest/SurveyQuestionsITestSpec.js +0 -96
- package/itest/SurveyQuestionsITestSpec.ts +0 -70
- package/itest/SurveyResultsITestSpec.js +0 -95
- package/itest/SurveyResultsITestSpec.ts +0 -68
- package/itest/TCDeleteTemplateITestSpec.js +0 -98
- package/itest/TCDeleteTemplateITestSpec.ts +0 -70
- package/itest/TCEntryITestSpec.js +0 -103
- package/itest/TCEntryITestSpec.ts +0 -76
- package/itest/TCLogITestSpec.js +0 -83
- package/itest/TCLogITestSpec.ts +0 -56
- package/itest/TCTemplateITestSpec.js +0 -101
- package/itest/TCTemplateITestSpec.ts +0 -72
- package/itest/TCTemplateUpdateITestSpec.js +0 -91
- package/itest/TCTemplateUpdateITestSpec.ts +0 -61
- package/itest/TCTemplatesITestSpec.js +0 -83
- package/itest/TCTemplatesITestSpec.ts +0 -56
- package/itest/TerminalBrandingITestSpec.js +0 -83
- package/itest/TerminalBrandingITestSpec.ts +0 -56
- package/itest/TerminalChargeITestSpec.js +0 -113
- package/itest/TerminalChargeITestSpec.ts +0 -84
- package/itest/TerminalClearITestSpec.js +0 -100
- package/itest/TerminalClearITestSpec.ts +0 -72
- package/itest/TerminalEBTBalanceITestSpec.js +0 -103
- package/itest/TerminalEBTBalanceITestSpec.ts +0 -74
- package/itest/TerminalEBTChargeITestSpec.js +0 -115
- package/itest/TerminalEBTChargeITestSpec.ts +0 -86
- package/itest/TerminalEnrollITestSpec.js +0 -112
- package/itest/TerminalEnrollITestSpec.ts +0 -83
- package/itest/TerminalGiftCardBalanceITestSpec.js +0 -102
- package/itest/TerminalGiftCardBalanceITestSpec.ts +0 -73
- package/itest/TerminalKeyedChargeITestSpec.js +0 -114
- package/itest/TerminalKeyedChargeITestSpec.ts +0 -85
- package/itest/TerminalManualEBTChargeITestSpec.js +0 -116
- package/itest/TerminalManualEBTChargeITestSpec.ts +0 -87
- package/itest/TerminalPreauthITestSpec.js +0 -113
- package/itest/TerminalPreauthITestSpec.ts +0 -84
- package/itest/TerminalQueuedTransactionITestSpec.js +0 -108
- package/itest/TerminalQueuedTransactionITestSpec.ts +0 -78
- package/itest/TerminalStatusITestSpec.js +0 -100
- package/itest/TerminalStatusITestSpec.ts +0 -72
- package/itest/TerminalTimeoutITestSpec.js +0 -99
- package/itest/TerminalTimeoutITestSpec.ts +0 -70
- package/itest/TermsAndConditionsITestSpec.js +0 -105
- package/itest/TermsAndConditionsITestSpec.ts +0 -77
- package/itest/TextPromptITestSpec.js +0 -103
- package/itest/TextPromptITestSpec.ts +0 -74
- package/itest/TokenMetadataITestSpec.js +0 -102
- package/itest/TokenMetadataITestSpec.ts +0 -75
- package/itest/TransactionHistoryITestSpec.js +0 -101
- package/itest/TransactionHistoryITestSpec.ts +0 -73
- package/itest/UnlinkTokenITestSpec.js +0 -103
- package/itest/UnlinkTokenITestSpec.ts +0 -76
- package/itest/UpdateBrandingAssetITestSpec.js +0 -109
- package/itest/UpdateBrandingAssetITestSpec.ts +0 -80
- package/itest/UpdateCustomerITestSpec.js +0 -90
- package/itest/UpdateCustomerITestSpec.ts +0 -63
- package/itest/UpdateMerchantITestSpec.js +0 -92
- package/itest/UpdateMerchantITestSpec.ts +0 -65
- package/itest/UpdateMerchantPlatformsITestSpec.js +0 -98
- package/itest/UpdateMerchantPlatformsITestSpec.ts +0 -71
- package/itest/UpdateSlideShowITestSpec.js +0 -106
- package/itest/UpdateSlideShowITestSpec.ts +0 -78
- package/itest/UpdateSurveyQuestionITestSpec.js +0 -89
- package/itest/UpdateSurveyQuestionITestSpec.ts +0 -60
- package/itest/UpdateTransactionDisplayITestSpec.js +0 -115
- package/itest/UpdateTransactionDisplayITestSpec.ts +0 -92
- package/itest/UploadStatusITestSpec.js +0 -100
- package/itest/UploadStatusITestSpec.ts +0 -71
- package/itest/support/aviato.png +0 -0
- package/itest/support/config.js +0 -67
- package/itest/support/config.ts +0 -106
- package/itest/support/jasmine.json +0 -11
- package/spec/support/jasmine.json +0 -11
- package/src/global.js +0 -9
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is governed
|
|
3
|
-
* by a license that can be found in the LICENSE file.
|
|
4
|
-
*
|
|
5
|
-
* This file was generated automatically by the BlockChyp SDK Generator. Changes to this
|
|
6
|
-
* file will be lost every time the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { v4 as uuidv4 } from 'uuid';
|
|
10
|
-
import { Config } from './support/config';
|
|
11
|
-
import * as BlockChyp from '../index';
|
|
12
|
-
|
|
13
|
-
describe('ResendPaymentLink', function () {
|
|
14
|
-
let originalTimeout: number;
|
|
15
|
-
let client: typeof BlockChyp.BlockChypClient;
|
|
16
|
-
Config.load();
|
|
17
|
-
|
|
18
|
-
beforeEach(function () {
|
|
19
|
-
originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
|
|
20
|
-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
it('can resend a payment link.', function (done) {
|
|
24
|
-
client = BlockChyp.newClient(Config.getCreds(""));
|
|
25
|
-
client.setGatewayHost(Config.getGatewayHost());
|
|
26
|
-
client.setTestGatewayHost(Config.getTestGatewayHost());
|
|
27
|
-
client.setDashboardHost(Config.getDashboardHost());
|
|
28
|
-
|
|
29
|
-
const testDelay = process.env.BC_TEST_DELAY;
|
|
30
|
-
let testDelayInt = 0;
|
|
31
|
-
if (testDelay) {
|
|
32
|
-
testDelayInt = parseInt(testDelay);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
console.log('Running resendPaymentLink...');
|
|
36
|
-
|
|
37
|
-
setTimeout(async function () {
|
|
38
|
-
try {
|
|
39
|
-
// setup request object
|
|
40
|
-
const setupRequest = new BlockChyp.PaymentLinkRequest();
|
|
41
|
-
setupRequest.amount = '199.99';
|
|
42
|
-
setupRequest.description = 'Widget';
|
|
43
|
-
setupRequest.subject = 'Widget invoice';
|
|
44
|
-
|
|
45
|
-
const transaction = new BlockChyp.TransactionDisplayTransaction();
|
|
46
|
-
transaction.subtotal = '195.00';
|
|
47
|
-
transaction.tax = '4.99';
|
|
48
|
-
transaction.total = '199.99';
|
|
49
|
-
|
|
50
|
-
const items = new BlockChyp.TransactionDisplayItem();
|
|
51
|
-
items.description = 'Widget';
|
|
52
|
-
items.price = '195.00';
|
|
53
|
-
items.quantity = 1;
|
|
54
|
-
|
|
55
|
-
transaction.items = [items];
|
|
56
|
-
setupRequest.transaction = transaction;
|
|
57
|
-
setupRequest.autoSend = true;
|
|
58
|
-
|
|
59
|
-
const customer = new BlockChyp.Customer();
|
|
60
|
-
customer.customerRef = 'Customer reference string';
|
|
61
|
-
customer.firstName = 'FirstName';
|
|
62
|
-
customer.lastName = 'LastName';
|
|
63
|
-
customer.companyName = 'Company Name';
|
|
64
|
-
customer.emailAddress = 'notifications@blockchypteam.m8r.co';
|
|
65
|
-
customer.smsNumber = '(123) 123-1231';
|
|
66
|
-
setupRequest.customer = customer;
|
|
67
|
-
let setupResponse: BlockChyp.PaymentLinkResponse = new BlockChyp.PaymentLinkResponse();
|
|
68
|
-
const setupHttpResponse = await client.sendPaymentLink(setupRequest);
|
|
69
|
-
if (setupHttpResponse.status !== 200) {
|
|
70
|
-
console.log('Error:', setupHttpResponse.statusText);
|
|
71
|
-
fail(setupHttpResponse.statusText);
|
|
72
|
-
done();
|
|
73
|
-
}
|
|
74
|
-
setupResponse = setupHttpResponse.data
|
|
75
|
-
|
|
76
|
-
// setup request object
|
|
77
|
-
const request = new BlockChyp.ResendPaymentLinkRequest();
|
|
78
|
-
request.linkCode = setupResponse.linkCode;
|
|
79
|
-
|
|
80
|
-
const httpResponse = await client.resendPaymentLink(request)
|
|
81
|
-
const response: BlockChyp.ResendPaymentLinkResponse = httpResponse.data;
|
|
82
|
-
// response assertions
|
|
83
|
-
expect(response.success).toBe(true);
|
|
84
|
-
|
|
85
|
-
} catch (error) {
|
|
86
|
-
console.log('Error:', error);
|
|
87
|
-
fail(error);
|
|
88
|
-
} finally {
|
|
89
|
-
done();
|
|
90
|
-
}
|
|
91
|
-
}, testDelayInt * 1000);
|
|
92
|
-
});
|
|
93
|
-
});
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is governed
|
|
4
|
-
* by a license that can be found in the LICENSE file.
|
|
5
|
-
*
|
|
6
|
-
* This file was generated automatically by the BlockChyp SDK Generator. Changes to this
|
|
7
|
-
* file will be lost every time the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
12
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
13
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
14
|
-
}
|
|
15
|
-
Object.defineProperty(o, k2, desc);
|
|
16
|
-
}) : (function(o, m, k, k2) {
|
|
17
|
-
if (k2 === undefined) k2 = k;
|
|
18
|
-
o[k2] = m[k];
|
|
19
|
-
}));
|
|
20
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
21
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
22
|
-
}) : function(o, v) {
|
|
23
|
-
o["default"] = v;
|
|
24
|
-
});
|
|
25
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
26
|
-
if (mod && mod.__esModule) return mod;
|
|
27
|
-
var result = {};
|
|
28
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
29
|
-
__setModuleDefault(result, mod);
|
|
30
|
-
return result;
|
|
31
|
-
};
|
|
32
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
33
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
34
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
35
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
36
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
37
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
38
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
39
|
-
});
|
|
40
|
-
};
|
|
41
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42
|
-
const config_1 = require("./support/config");
|
|
43
|
-
const BlockChyp = __importStar(require("../index"));
|
|
44
|
-
describe('SearchCustomer', function () {
|
|
45
|
-
let originalTimeout;
|
|
46
|
-
let client;
|
|
47
|
-
config_1.Config.load();
|
|
48
|
-
beforeEach(function () {
|
|
49
|
-
originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
|
|
50
|
-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
|
|
51
|
-
});
|
|
52
|
-
it('can query for customers', function (done) {
|
|
53
|
-
client = BlockChyp.newClient(config_1.Config.getCreds(""));
|
|
54
|
-
client.setGatewayHost(config_1.Config.getGatewayHost());
|
|
55
|
-
client.setTestGatewayHost(config_1.Config.getTestGatewayHost());
|
|
56
|
-
client.setDashboardHost(config_1.Config.getDashboardHost());
|
|
57
|
-
const testDelay = process.env.BC_TEST_DELAY;
|
|
58
|
-
let testDelayInt = 0;
|
|
59
|
-
if (testDelay) {
|
|
60
|
-
testDelayInt = parseInt(testDelay);
|
|
61
|
-
}
|
|
62
|
-
console.log('Running searchCustomer...');
|
|
63
|
-
setTimeout(function () {
|
|
64
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
65
|
-
try {
|
|
66
|
-
// setup request object
|
|
67
|
-
const setupRequest = new BlockChyp.UpdateCustomerRequest();
|
|
68
|
-
const customer = new BlockChyp.Customer();
|
|
69
|
-
customer.firstName = 'Test';
|
|
70
|
-
customer.lastName = 'Customer';
|
|
71
|
-
customer.companyName = 'Test Company';
|
|
72
|
-
customer.emailAddress = 'support@blockchyp.com';
|
|
73
|
-
customer.smsNumber = '(123) 123-1234';
|
|
74
|
-
setupRequest.customer = customer;
|
|
75
|
-
let setupResponse = new BlockChyp.CustomerResponse();
|
|
76
|
-
const setupHttpResponse = yield client.updateCustomer(setupRequest);
|
|
77
|
-
if (setupHttpResponse.status !== 200) {
|
|
78
|
-
console.log('Error:', setupHttpResponse.statusText);
|
|
79
|
-
fail(setupHttpResponse.statusText);
|
|
80
|
-
done();
|
|
81
|
-
}
|
|
82
|
-
setupResponse = setupHttpResponse.data;
|
|
83
|
-
// setup request object
|
|
84
|
-
const request = new BlockChyp.CustomerSearchRequest();
|
|
85
|
-
request.query = '123123';
|
|
86
|
-
const httpResponse = yield client.customerSearch(request);
|
|
87
|
-
const response = httpResponse.data;
|
|
88
|
-
// response assertions
|
|
89
|
-
expect(response.success).toBe(true);
|
|
90
|
-
}
|
|
91
|
-
catch (error) {
|
|
92
|
-
console.log('Error:', error);
|
|
93
|
-
fail(error);
|
|
94
|
-
}
|
|
95
|
-
finally {
|
|
96
|
-
done();
|
|
97
|
-
}
|
|
98
|
-
});
|
|
99
|
-
}, testDelayInt * 1000);
|
|
100
|
-
});
|
|
101
|
-
});
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is governed
|
|
3
|
-
* by a license that can be found in the LICENSE file.
|
|
4
|
-
*
|
|
5
|
-
* This file was generated automatically by the BlockChyp SDK Generator. Changes to this
|
|
6
|
-
* file will be lost every time the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { v4 as uuidv4 } from 'uuid';
|
|
10
|
-
import { Config } from './support/config';
|
|
11
|
-
import * as BlockChyp from '../index';
|
|
12
|
-
|
|
13
|
-
describe('SearchCustomer', function () {
|
|
14
|
-
let originalTimeout: number;
|
|
15
|
-
let client: typeof BlockChyp.BlockChypClient;
|
|
16
|
-
Config.load();
|
|
17
|
-
|
|
18
|
-
beforeEach(function () {
|
|
19
|
-
originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
|
|
20
|
-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
it('can query for customers', function (done) {
|
|
24
|
-
client = BlockChyp.newClient(Config.getCreds(""));
|
|
25
|
-
client.setGatewayHost(Config.getGatewayHost());
|
|
26
|
-
client.setTestGatewayHost(Config.getTestGatewayHost());
|
|
27
|
-
client.setDashboardHost(Config.getDashboardHost());
|
|
28
|
-
|
|
29
|
-
const testDelay = process.env.BC_TEST_DELAY;
|
|
30
|
-
let testDelayInt = 0;
|
|
31
|
-
if (testDelay) {
|
|
32
|
-
testDelayInt = parseInt(testDelay);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
console.log('Running searchCustomer...');
|
|
36
|
-
|
|
37
|
-
setTimeout(async function () {
|
|
38
|
-
try {
|
|
39
|
-
// setup request object
|
|
40
|
-
const setupRequest = new BlockChyp.UpdateCustomerRequest();
|
|
41
|
-
|
|
42
|
-
const customer = new BlockChyp.Customer();
|
|
43
|
-
customer.firstName = 'Test';
|
|
44
|
-
customer.lastName = 'Customer';
|
|
45
|
-
customer.companyName = 'Test Company';
|
|
46
|
-
customer.emailAddress = 'support@blockchyp.com';
|
|
47
|
-
customer.smsNumber = '(123) 123-1234';
|
|
48
|
-
setupRequest.customer = customer;
|
|
49
|
-
let setupResponse: BlockChyp.CustomerResponse = new BlockChyp.CustomerResponse();
|
|
50
|
-
const setupHttpResponse = await client.updateCustomer(setupRequest);
|
|
51
|
-
if (setupHttpResponse.status !== 200) {
|
|
52
|
-
console.log('Error:', setupHttpResponse.statusText);
|
|
53
|
-
fail(setupHttpResponse.statusText);
|
|
54
|
-
done();
|
|
55
|
-
}
|
|
56
|
-
setupResponse = setupHttpResponse.data
|
|
57
|
-
|
|
58
|
-
// setup request object
|
|
59
|
-
const request = new BlockChyp.CustomerSearchRequest();
|
|
60
|
-
request.query = '123123';
|
|
61
|
-
|
|
62
|
-
const httpResponse = await client.customerSearch(request)
|
|
63
|
-
const response: BlockChyp.CustomerSearchResponse = httpResponse.data;
|
|
64
|
-
// response assertions
|
|
65
|
-
expect(response.success).toBe(true);
|
|
66
|
-
|
|
67
|
-
} catch (error) {
|
|
68
|
-
console.log('Error:', error);
|
|
69
|
-
fail(error);
|
|
70
|
-
} finally {
|
|
71
|
-
done();
|
|
72
|
-
}
|
|
73
|
-
}, testDelayInt * 1000);
|
|
74
|
-
});
|
|
75
|
-
});
|
|
@@ -1,107 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is governed
|
|
4
|
-
* by a license that can be found in the LICENSE file.
|
|
5
|
-
*
|
|
6
|
-
* This file was generated automatically by the BlockChyp SDK Generator. Changes to this
|
|
7
|
-
* file will be lost every time the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
12
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
13
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
14
|
-
}
|
|
15
|
-
Object.defineProperty(o, k2, desc);
|
|
16
|
-
}) : (function(o, m, k, k2) {
|
|
17
|
-
if (k2 === undefined) k2 = k;
|
|
18
|
-
o[k2] = m[k];
|
|
19
|
-
}));
|
|
20
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
21
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
22
|
-
}) : function(o, v) {
|
|
23
|
-
o["default"] = v;
|
|
24
|
-
});
|
|
25
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
26
|
-
if (mod && mod.__esModule) return mod;
|
|
27
|
-
var result = {};
|
|
28
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
29
|
-
__setModuleDefault(result, mod);
|
|
30
|
-
return result;
|
|
31
|
-
};
|
|
32
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
33
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
34
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
35
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
36
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
37
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
38
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
39
|
-
});
|
|
40
|
-
};
|
|
41
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42
|
-
const config_1 = require("./support/config");
|
|
43
|
-
const BlockChyp = __importStar(require("../index"));
|
|
44
|
-
describe('SendPaymentLink', function () {
|
|
45
|
-
let originalTimeout;
|
|
46
|
-
let client;
|
|
47
|
-
config_1.Config.load();
|
|
48
|
-
beforeEach(function () {
|
|
49
|
-
originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
|
|
50
|
-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
|
|
51
|
-
});
|
|
52
|
-
it('can generate a payment link', function (done) {
|
|
53
|
-
client = BlockChyp.newClient(config_1.Config.getCreds(""));
|
|
54
|
-
client.setGatewayHost(config_1.Config.getGatewayHost());
|
|
55
|
-
client.setTestGatewayHost(config_1.Config.getTestGatewayHost());
|
|
56
|
-
client.setDashboardHost(config_1.Config.getDashboardHost());
|
|
57
|
-
const testDelay = process.env.BC_TEST_DELAY;
|
|
58
|
-
let testDelayInt = 0;
|
|
59
|
-
if (testDelay) {
|
|
60
|
-
testDelayInt = parseInt(testDelay);
|
|
61
|
-
}
|
|
62
|
-
console.log('Running sendPaymentLink...');
|
|
63
|
-
setTimeout(function () {
|
|
64
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
65
|
-
var _a;
|
|
66
|
-
try {
|
|
67
|
-
// setup request object
|
|
68
|
-
const request = new BlockChyp.PaymentLinkRequest();
|
|
69
|
-
request.amount = '199.99';
|
|
70
|
-
request.description = 'Widget';
|
|
71
|
-
request.subject = 'Widget invoice';
|
|
72
|
-
const transaction = new BlockChyp.TransactionDisplayTransaction();
|
|
73
|
-
transaction.subtotal = '195.00';
|
|
74
|
-
transaction.tax = '4.99';
|
|
75
|
-
transaction.total = '199.99';
|
|
76
|
-
const items = new BlockChyp.TransactionDisplayItem();
|
|
77
|
-
items.description = 'Widget';
|
|
78
|
-
items.price = '195.00';
|
|
79
|
-
items.quantity = 1;
|
|
80
|
-
transaction.items = [items];
|
|
81
|
-
request.transaction = transaction;
|
|
82
|
-
request.autoSend = true;
|
|
83
|
-
const customer = new BlockChyp.Customer();
|
|
84
|
-
customer.customerRef = 'Customer reference string';
|
|
85
|
-
customer.firstName = 'FirstName';
|
|
86
|
-
customer.lastName = 'LastName';
|
|
87
|
-
customer.companyName = 'Company Name';
|
|
88
|
-
customer.emailAddress = 'notifications@blockchypteam.m8r.co';
|
|
89
|
-
customer.smsNumber = '(123) 123-1231';
|
|
90
|
-
request.customer = customer;
|
|
91
|
-
const httpResponse = yield client.sendPaymentLink(request);
|
|
92
|
-
const response = httpResponse.data;
|
|
93
|
-
// response assertions
|
|
94
|
-
expect(response.success).toBe(true);
|
|
95
|
-
expect((_a = response.url) === null || _a === void 0 ? void 0 : _a.trim().length).toBeGreaterThan(0);
|
|
96
|
-
}
|
|
97
|
-
catch (error) {
|
|
98
|
-
console.log('Error:', error);
|
|
99
|
-
fail(error);
|
|
100
|
-
}
|
|
101
|
-
finally {
|
|
102
|
-
done();
|
|
103
|
-
}
|
|
104
|
-
});
|
|
105
|
-
}, testDelayInt * 1000);
|
|
106
|
-
});
|
|
107
|
-
});
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is governed
|
|
3
|
-
* by a license that can be found in the LICENSE file.
|
|
4
|
-
*
|
|
5
|
-
* This file was generated automatically by the BlockChyp SDK Generator. Changes to this
|
|
6
|
-
* file will be lost every time the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { v4 as uuidv4 } from 'uuid';
|
|
10
|
-
import { Config } from './support/config';
|
|
11
|
-
import * as BlockChyp from '../index';
|
|
12
|
-
|
|
13
|
-
describe('SendPaymentLink', function () {
|
|
14
|
-
let originalTimeout: number;
|
|
15
|
-
let client: typeof BlockChyp.BlockChypClient;
|
|
16
|
-
Config.load();
|
|
17
|
-
|
|
18
|
-
beforeEach(function () {
|
|
19
|
-
originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
|
|
20
|
-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
it('can generate a payment link', function (done) {
|
|
24
|
-
client = BlockChyp.newClient(Config.getCreds(""));
|
|
25
|
-
client.setGatewayHost(Config.getGatewayHost());
|
|
26
|
-
client.setTestGatewayHost(Config.getTestGatewayHost());
|
|
27
|
-
client.setDashboardHost(Config.getDashboardHost());
|
|
28
|
-
|
|
29
|
-
const testDelay = process.env.BC_TEST_DELAY;
|
|
30
|
-
let testDelayInt = 0;
|
|
31
|
-
if (testDelay) {
|
|
32
|
-
testDelayInt = parseInt(testDelay);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
console.log('Running sendPaymentLink...');
|
|
36
|
-
|
|
37
|
-
setTimeout(async function () {
|
|
38
|
-
try {
|
|
39
|
-
// setup request object
|
|
40
|
-
const request = new BlockChyp.PaymentLinkRequest();
|
|
41
|
-
request.amount = '199.99';
|
|
42
|
-
request.description = 'Widget';
|
|
43
|
-
request.subject = 'Widget invoice';
|
|
44
|
-
|
|
45
|
-
const transaction = new BlockChyp.TransactionDisplayTransaction();
|
|
46
|
-
transaction.subtotal = '195.00';
|
|
47
|
-
transaction.tax = '4.99';
|
|
48
|
-
transaction.total = '199.99';
|
|
49
|
-
|
|
50
|
-
const items = new BlockChyp.TransactionDisplayItem();
|
|
51
|
-
items.description = 'Widget';
|
|
52
|
-
items.price = '195.00';
|
|
53
|
-
items.quantity = 1;
|
|
54
|
-
|
|
55
|
-
transaction.items = [items];
|
|
56
|
-
request.transaction = transaction;
|
|
57
|
-
request.autoSend = true;
|
|
58
|
-
|
|
59
|
-
const customer = new BlockChyp.Customer();
|
|
60
|
-
customer.customerRef = 'Customer reference string';
|
|
61
|
-
customer.firstName = 'FirstName';
|
|
62
|
-
customer.lastName = 'LastName';
|
|
63
|
-
customer.companyName = 'Company Name';
|
|
64
|
-
customer.emailAddress = 'notifications@blockchypteam.m8r.co';
|
|
65
|
-
customer.smsNumber = '(123) 123-1231';
|
|
66
|
-
request.customer = customer;
|
|
67
|
-
|
|
68
|
-
const httpResponse = await client.sendPaymentLink(request)
|
|
69
|
-
const response: BlockChyp.PaymentLinkResponse = httpResponse.data;
|
|
70
|
-
// response assertions
|
|
71
|
-
expect(response.success).toBe(true);
|
|
72
|
-
expect(response.url?.trim().length).toBeGreaterThan(0);
|
|
73
|
-
|
|
74
|
-
} catch (error) {
|
|
75
|
-
console.log('Error:', error);
|
|
76
|
-
fail(error);
|
|
77
|
-
} finally {
|
|
78
|
-
done();
|
|
79
|
-
}
|
|
80
|
-
}, testDelayInt * 1000);
|
|
81
|
-
});
|
|
82
|
-
});
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is governed
|
|
4
|
-
* by a license that can be found in the LICENSE file.
|
|
5
|
-
*
|
|
6
|
-
* This file was generated automatically by the BlockChyp SDK Generator. Changes to this
|
|
7
|
-
* file will be lost every time the code is regenerated.
|
|
8
|
-
*/
|
|
9
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
12
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
13
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
14
|
-
}
|
|
15
|
-
Object.defineProperty(o, k2, desc);
|
|
16
|
-
}) : (function(o, m, k, k2) {
|
|
17
|
-
if (k2 === undefined) k2 = k;
|
|
18
|
-
o[k2] = m[k];
|
|
19
|
-
}));
|
|
20
|
-
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
21
|
-
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
22
|
-
}) : function(o, v) {
|
|
23
|
-
o["default"] = v;
|
|
24
|
-
});
|
|
25
|
-
var __importStar = (this && this.__importStar) || function (mod) {
|
|
26
|
-
if (mod && mod.__esModule) return mod;
|
|
27
|
-
var result = {};
|
|
28
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
29
|
-
__setModuleDefault(result, mod);
|
|
30
|
-
return result;
|
|
31
|
-
};
|
|
32
|
-
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
33
|
-
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
34
|
-
return new (P || (P = Promise))(function (resolve, reject) {
|
|
35
|
-
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
36
|
-
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
37
|
-
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
38
|
-
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
39
|
-
});
|
|
40
|
-
};
|
|
41
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
42
|
-
const uuid_1 = require("uuid");
|
|
43
|
-
const config_1 = require("./support/config");
|
|
44
|
-
const BlockChyp = __importStar(require("../index"));
|
|
45
|
-
describe('SimpleBatchClose', function () {
|
|
46
|
-
let originalTimeout;
|
|
47
|
-
let client;
|
|
48
|
-
config_1.Config.load();
|
|
49
|
-
beforeEach(function () {
|
|
50
|
-
originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
|
|
51
|
-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
|
|
52
|
-
});
|
|
53
|
-
it('Can close the current batch', function (done) {
|
|
54
|
-
client = BlockChyp.newClient(config_1.Config.getCreds(""));
|
|
55
|
-
client.setGatewayHost(config_1.Config.getGatewayHost());
|
|
56
|
-
client.setTestGatewayHost(config_1.Config.getTestGatewayHost());
|
|
57
|
-
client.setDashboardHost(config_1.Config.getDashboardHost());
|
|
58
|
-
const testDelay = process.env.BC_TEST_DELAY;
|
|
59
|
-
let testDelayInt = 0;
|
|
60
|
-
if (testDelay) {
|
|
61
|
-
testDelayInt = parseInt(testDelay);
|
|
62
|
-
}
|
|
63
|
-
console.log('Running simpleBatchClose...');
|
|
64
|
-
setTimeout(function () {
|
|
65
|
-
return __awaiter(this, void 0, void 0, function* () {
|
|
66
|
-
try {
|
|
67
|
-
// setup request object
|
|
68
|
-
const setupRequest = new BlockChyp.AuthorizationRequest();
|
|
69
|
-
setupRequest.pan = '4111111111111111';
|
|
70
|
-
setupRequest.expMonth = '12';
|
|
71
|
-
setupRequest.expYear = '2025';
|
|
72
|
-
setupRequest.amount = '25.55';
|
|
73
|
-
setupRequest.test = true;
|
|
74
|
-
setupRequest.transactionRef = (0, uuid_1.v4)();
|
|
75
|
-
let setupResponse = new BlockChyp.AuthorizationResponse();
|
|
76
|
-
const setupHttpResponse = yield client.charge(setupRequest);
|
|
77
|
-
if (setupHttpResponse.status !== 200) {
|
|
78
|
-
console.log('Error:', setupHttpResponse.statusText);
|
|
79
|
-
fail(setupHttpResponse.statusText);
|
|
80
|
-
done();
|
|
81
|
-
}
|
|
82
|
-
setupResponse = setupHttpResponse.data;
|
|
83
|
-
// setup request object
|
|
84
|
-
const request = new BlockChyp.CloseBatchRequest();
|
|
85
|
-
request.test = true;
|
|
86
|
-
const httpResponse = yield client.closeBatch(request);
|
|
87
|
-
const response = httpResponse.data;
|
|
88
|
-
// response assertions
|
|
89
|
-
expect(response.success).toBe(true);
|
|
90
|
-
}
|
|
91
|
-
catch (error) {
|
|
92
|
-
console.log('Error:', error);
|
|
93
|
-
fail(error);
|
|
94
|
-
}
|
|
95
|
-
finally {
|
|
96
|
-
done();
|
|
97
|
-
}
|
|
98
|
-
});
|
|
99
|
-
}, testDelayInt * 1000);
|
|
100
|
-
});
|
|
101
|
-
});
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Copyright 2019-2024 BlockChyp, Inc. All rights reserved. Use of this code is governed
|
|
3
|
-
* by a license that can be found in the LICENSE file.
|
|
4
|
-
*
|
|
5
|
-
* This file was generated automatically by the BlockChyp SDK Generator. Changes to this
|
|
6
|
-
* file will be lost every time the code is regenerated.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { v4 as uuidv4 } from 'uuid';
|
|
10
|
-
import { Config } from './support/config';
|
|
11
|
-
import * as BlockChyp from '../index';
|
|
12
|
-
|
|
13
|
-
describe('SimpleBatchClose', function () {
|
|
14
|
-
let originalTimeout: number;
|
|
15
|
-
let client: typeof BlockChyp.BlockChypClient;
|
|
16
|
-
Config.load();
|
|
17
|
-
|
|
18
|
-
beforeEach(function () {
|
|
19
|
-
originalTimeout = jasmine.DEFAULT_TIMEOUT_INTERVAL;
|
|
20
|
-
jasmine.DEFAULT_TIMEOUT_INTERVAL = 60000;
|
|
21
|
-
});
|
|
22
|
-
|
|
23
|
-
it('Can close the current batch', function (done) {
|
|
24
|
-
client = BlockChyp.newClient(Config.getCreds(""));
|
|
25
|
-
client.setGatewayHost(Config.getGatewayHost());
|
|
26
|
-
client.setTestGatewayHost(Config.getTestGatewayHost());
|
|
27
|
-
client.setDashboardHost(Config.getDashboardHost());
|
|
28
|
-
|
|
29
|
-
const testDelay = process.env.BC_TEST_DELAY;
|
|
30
|
-
let testDelayInt = 0;
|
|
31
|
-
if (testDelay) {
|
|
32
|
-
testDelayInt = parseInt(testDelay);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
console.log('Running simpleBatchClose...');
|
|
36
|
-
|
|
37
|
-
setTimeout(async function () {
|
|
38
|
-
try {
|
|
39
|
-
// setup request object
|
|
40
|
-
const setupRequest = new BlockChyp.AuthorizationRequest();
|
|
41
|
-
setupRequest.pan = '4111111111111111';
|
|
42
|
-
setupRequest.expMonth = '12';
|
|
43
|
-
setupRequest.expYear = '2025';
|
|
44
|
-
setupRequest.amount = '25.55';
|
|
45
|
-
setupRequest.test = true;
|
|
46
|
-
setupRequest.transactionRef = uuidv4();
|
|
47
|
-
let setupResponse: BlockChyp.AuthorizationResponse = new BlockChyp.AuthorizationResponse();
|
|
48
|
-
const setupHttpResponse = await client.charge(setupRequest);
|
|
49
|
-
if (setupHttpResponse.status !== 200) {
|
|
50
|
-
console.log('Error:', setupHttpResponse.statusText);
|
|
51
|
-
fail(setupHttpResponse.statusText);
|
|
52
|
-
done();
|
|
53
|
-
}
|
|
54
|
-
setupResponse = setupHttpResponse.data
|
|
55
|
-
|
|
56
|
-
// setup request object
|
|
57
|
-
const request = new BlockChyp.CloseBatchRequest();
|
|
58
|
-
request.test = true;
|
|
59
|
-
|
|
60
|
-
const httpResponse = await client.closeBatch(request)
|
|
61
|
-
const response: BlockChyp.CloseBatchResponse = httpResponse.data;
|
|
62
|
-
// response assertions
|
|
63
|
-
expect(response.success).toBe(true);
|
|
64
|
-
|
|
65
|
-
} catch (error) {
|
|
66
|
-
console.log('Error:', error);
|
|
67
|
-
fail(error);
|
|
68
|
-
} finally {
|
|
69
|
-
done();
|
|
70
|
-
}
|
|
71
|
-
}, testDelayInt * 1000);
|
|
72
|
-
});
|
|
73
|
-
});
|