Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
fix: add new attributes fr payment gateways (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
yasiloghmani authored Mar 8, 2022
1 parent 850cd8d commit 8ef60df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/gateway.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ export interface GatewayBase {
merchant_account?:string
partner?:string
stripe_account?: string
client_id?: string
payer_id?: string
}

export interface Gateway extends GatewayBase {}
Expand Down

0 comments on commit 8ef60df

Please sign in to comment.