Feat(booking): New payment mode - KTMWallet
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good
All checks were successful
ktm-booking-bot/ktm-booking-bot/pipeline/head This commit looks good
This commit is contained in:
@@ -583,7 +583,7 @@ const docTemplate = `{
|
||||
},
|
||||
"ktmTrainCreditCardType": {
|
||||
"type": "string",
|
||||
"example": "Visa|Mastercard"
|
||||
"example": "Visa|Mastercard|KTMWallet"
|
||||
},
|
||||
"ktmTrainPassword": {
|
||||
"type": "string",
|
||||
|
||||
@@ -575,7 +575,7 @@
|
||||
},
|
||||
"ktmTrainCreditCardType": {
|
||||
"type": "string",
|
||||
"example": "Visa|Mastercard"
|
||||
"example": "Visa|Mastercard|KTMWallet"
|
||||
},
|
||||
"ktmTrainPassword": {
|
||||
"type": "string",
|
||||
|
||||
@@ -106,7 +106,7 @@ definitions:
|
||||
example: 01/2022
|
||||
type: string
|
||||
ktmTrainCreditCardType:
|
||||
example: Visa|Mastercard
|
||||
example: Visa|Mastercard|KTMWallet
|
||||
type: string
|
||||
ktmTrainPassword:
|
||||
example: password
|
||||
|
||||
Reference in New Issue
Block a user