aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/integrationtests/test-payment-abort.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-09-06 11:44:07 +0200
committerFlorian Dold <florian@dold.me>2023-09-06 11:44:07 +0200
commit324d9f871c356f48f64c170a793024139ae2694d (patch)
tree41c169b113ca1357b0e3dc07a79266f23931c203 /packages/taler-harness/src/integrationtests/test-payment-abort.ts
parent9a1a3b350d4147243dbe2ecfcdcb846c0f3c6dcb (diff)
downloadwallet-core-324d9f871c356f48f64c170a793024139ae2694d.tar.xz
move merchant API client to taler-util
Diffstat (limited to 'packages/taler-harness/src/integrationtests/test-payment-abort.ts')
-rw-r--r--packages/taler-harness/src/integrationtests/test-payment-abort.ts21
1 files changed, 9 insertions, 12 deletions
diff --git a/packages/taler-harness/src/integrationtests/test-payment-abort.ts b/packages/taler-harness/src/integrationtests/test-payment-abort.ts
index 22e087161..3164bbaf3 100644
--- a/packages/taler-harness/src/integrationtests/test-payment-abort.ts
+++ b/packages/taler-harness/src/integrationtests/test-payment-abort.ts
@@ -18,25 +18,22 @@
* Imports.
*/
import {
- GlobalTestState,
- MerchantApiClient,
- harnessHttpLib,
-} from "../harness/harness.js";
-import {
- createFaultInjectedMerchantTestkudosEnvironment,
- withdrawViaBankV2,
-} from "../harness/helpers.js";
-import { FaultInjectionRequestContext } from "../harness/faultInjection.js";
-import {
- codecForMerchantOrderStatusUnpaid,
ConfirmPayResultType,
- j2s,
+ MerchantApiClient,
PreparePayResultType,
TalerErrorCode,
TalerErrorDetail,
URL,
+ codecForMerchantOrderStatusUnpaid,
+ j2s,
} from "@gnu-taler/taler-util";
import { WalletApiOperation } from "@gnu-taler/taler-wallet-core";
+import { FaultInjectionRequestContext } from "../harness/faultInjection.js";
+import { GlobalTestState, harnessHttpLib } from "../harness/harness.js";
+import {
+ createFaultInjectedMerchantTestkudosEnvironment,
+ withdrawViaBankV2,
+} from "../harness/helpers.js";
export async function runPaymentAbortTest(t: GlobalTestState) {
// Set up test environment