Skip to content

Commit

Permalink
Simplify payment methods
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Palad committed Jan 30, 2025
1 parent 4e53cb2 commit 3a58059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui-extensions/src/surfaces/point-of-sale/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export type {

export type {TaxLine} from './types/tax-line';

export type {PaymentMethod, CardSource} from './types/payment';
export type {PaymentMethod} from './types/payment';

export type {MultipleResourceResult} from './types/multiple-resource-result';

Expand Down

0 comments on commit 3a58059

Please sign in to comment.