Skip to content

Commit 2308bcf

Browse files
authored
Adding group label to eps payment gateways (#34)
1 parent 7a341b8 commit 2308bcf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types/apiInterfaces.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,7 @@ export interface IEpsGateways {
441441
export interface IEpsGateway {
442442
auth_token: string;
443443
currency: string;
444+
group_label?: string;
444445
}
445446

446447
export interface ICheckoutProcess{

0 commit comments

Comments
 (0)