File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ if (process.env.NODE_ENV === "test") {
1818/**
1919 * Create a client for the Trolley JavasScript API
2020 * ```
21- * const client = paymentrails .connect({
21+ * const client = trolley .connect({
2222 * key: "MY_PUBLIC_KEY",
2323 * secret: "MY_PRIVATE_KEY",
2424 * });
Original file line number Diff line number Diff line change 1- import * as paymentrails from "../../../lib" ;
1+ import * as trolley from "../../../lib" ;
22import * as nock from "nock" ;
33
4- export const testingApiClient = paymentrails . connect ( {
4+ export const testingApiClient = trolley . connect ( {
55 key : process . env . TROLLEY_ACCESS_KEY ,
66 secret : process . env . TROLLEY_SECRET_KEY ,
77 environment : process . env . TROLLEY_ENVIRONMENT as any ,
Original file line number Diff line number Diff line change 11import { Configuration , Batch } from "../../lib" ;
2- import { BatchGateway } from "../../lib/PaymentRails/ BatchGateway" ;
2+ import { BatchGateway } from "../../lib/BatchGateway" ;
33
44import * as assert from "assert" ;
55import * as sinon from "sinon" ;
You can’t perform that action at this time.
0 commit comments