@ikas/api-client 1.0.40-alpha.13 → 1.0.40-alpha.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4820,7 +4820,7 @@ export declare type PublicTransaction = {
|
|
|
4820
4820
|
error?: Maybe<TransactionError>;
|
|
4821
4821
|
gatewayReferenceId?: Maybe<Scalars['String']>;
|
|
4822
4822
|
id: Scalars['ID'];
|
|
4823
|
-
lineItems?: Maybe<TransactionOrderLineItem
|
|
4823
|
+
lineItems?: Maybe<Array<TransactionOrderLineItem>>;
|
|
4824
4824
|
orderId?: Maybe<Scalars['String']>;
|
|
4825
4825
|
paymentGatewayCode?: Maybe<Scalars['String']>;
|
|
4826
4826
|
paymentGatewayId: Scalars['String'];
|