mirror of
https://github.com/valitydev/swag-analytics.git
synced 2024-11-06 00:35:22 +00:00
CAPI-429: Add uzcard to payment terminal providers (#45)
* Add uzcard to paymentTerminalProvider enum * Add docker credentials to box
This commit is contained in:
parent
b70cb5f2f3
commit
15ee694062
@ -6,3 +6,4 @@ enum:
|
||||
- alipay
|
||||
- zotapay
|
||||
- qps
|
||||
- uzcard
|
||||
|
@ -59,6 +59,7 @@ get:
|
||||
- alipay
|
||||
- zotapay
|
||||
- qps
|
||||
- uzcard
|
||||
- name: invoiceID
|
||||
in: query
|
||||
description: Идентификатор инвойса
|
||||
|
@ -1,4 +1,7 @@
|
||||
box: node:7
|
||||
box:
|
||||
id: node:7
|
||||
username: ${DOCKER_ID}
|
||||
password: ${DOCKER_PWD}
|
||||
|
||||
build:
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user