Skip to content

Commit

Permalink
Merge pull request #2611 from Shopify/fix-preparereceipt-input
Browse files Browse the repository at this point in the history
Minor fix: PrepareReceiptInput extends BaseInput
  • Loading branch information
Alex-Palad authored Feb 7, 2025
2 parents f934950 + 99321bd commit 3bffd1d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {Checkout} from '../../types/checkout';
import {BaseInput} from './BaseInput';

export interface PrepareReceiptInput {
export interface PrepareReceiptInput extends BaseInput {
checkout: Checkout;
}

0 comments on commit 3bffd1d

Please sign in to comment.