We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26df5bd commit 166ee93Copy full SHA for 166ee93
src/types/apiInterfaces.ts
@@ -828,16 +828,19 @@ export interface IWalletPayOnApprovePaypalPayload {
828
829
export interface IWalletPayCreateOrderRequest{
830
gateway_type: string;
831
+ gateway_id?: number;
832
payment_data: IWalletPayCreateOrderPaypalPayload | Record<string, unknown>
833
}
834
835
export interface IWalletPayOnShippingRequest{
836
837
838
payment_data: IWalletPayOnShippingPaypalPayload | Record<string, unknown>
839
840
841
export interface IWalletPayOnApproveRequest{
842
843
844
payment_data: IWalletPayOnApprovePaypalPayload | Record<string, unknown>
845
846
0 commit comments