Skip to content

Commit c9f7b69

Browse files
authored
added PosMobile service (#20)
* added PosMobile service * updated service update
1 parent 80940e0 commit c9f7b69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

buildSrc/src/main/groovy/adyen.sdk-automation-conventions.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ List<Service> services = [
1818
new Service(name: 'Payout', version: 68),
1919
new Service(name: 'Recurring', version: 68, small: true),
2020
new Service(name: 'BinLookup', version: 54, small: true),
21+
new Service(name: 'PosMobile', spec: 'SessionService', version: 68, small: true),
2122
// Point of Sale
2223
new Service(name: 'PosTerminalManagement', spec: 'TfmAPIService', version: 1, small: true),
2324
// Management

0 commit comments

Comments
 (0)