Skip to content

Commit 643ac31

Browse files
committed
[Auto Generated]
1 parent 9a152af commit 643ac31

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

lib/store/index.d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ declare class ApplicationStore {
1616
PaymentGateways: Record<string, any>;
1717
private domain;
1818
private authorizationHeader;
19-
private orderingSource;
19+
orderingSource: string;
20+
/** orderingSourceType — set to 'storefront' when orderingSource is set. */
21+
orderingSourceType: string;
2022
private serverCookies;
2123
private start_upload_query;
2224
private complete_upload_query;

lib/store/index.js

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)