Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: missing order types #6

Merged
merged 2 commits into from
Aug 23, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix: add selected shipping to get order type
  • Loading branch information
HormCodes committed Aug 16, 2021
commit 8abc0f03a53243ded37f466d52f16c5ce7296d6f
1 change: 1 addition & 0 deletions src/api/checkout-v3/interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export interface IOrder {
recurring_description: string;
merchant_reference1?: string;
merchant_reference2?: string;
selected_shipping_option?: IShippingOption;
}

export interface IOrderResponse extends IResponse {
Expand Down