Browse Source

docs: Fix code snippet in payment guide

Michael Bromley 2 years ago
parent
commit
c8361d947d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      docs/docs/guides/core-concepts/payment/index.md

+ 0 - 1
docs/docs/guides/core-concepts/payment/index.md

@@ -36,7 +36,6 @@ import {
     SettlePaymentResult,
     SettlePaymentErrorResult
 } from '@vendure/core';
-import { CancelPaymentErrorResult } from '@vendure/core/src/index';
 import { sdk } from 'payment-provider-sdk';
 
 /**