Table of Contents | ||
---|---|---|
|
Development
Feature Flags
Feature Flag | Description |
---|---|
enable-ticket-restaurant-credit-card-paycomet | This flag will be responsible for activating ticket restaurant payment method using the online payment |
enable-ticket-restaurant-voucher-paycomet | This flag will be responsible for activating ticket restaurant payment method using the voucher in person |
Code Changes
PaymentMethodBrand
ENUM | VALUE |
---|---|
TICKET_RESTAURANT | TICKET_RESTAURANT |
TICKET_RESTAURANT_VOUCHER | TICKET_RESTAURANT_VOUCHER |
Frontend
Expand | ||
---|---|---|
| ||
|
Expand | ||
---|---|---|
| ||
|
Expand | ||
---|---|---|
| ||
|
Graphql
Add the PaymentMethodBrand
https://github.com/rbilabs/intl-whitelabel-graphql/commit/080d94675f37e5c8ce68de52e95749b160d42ade
Fulfillment
Add the PaymentMethodBrand
https://github.com/rbilabs/intl-fulfillment-service/pull/813
Packages
Add the PaymentMethodBrand
https://github.com/rbilabs/intl-packages/pull/1187
DMP
Propagate the paymentMethodBrand
Update the translation
https://github.com/rbilabs/intl-expeditor-tablet/pull/742
DOP
Propagate the paymentMethodBrand
Update the translation
https://github.com/rbilabs/ctg-fz-portal/pull/2799
Admin App
Propagate the paymentMethodBrand
Update the translation
https://github.com/rbilabs/intl-admin-app/pull/403
Driver-app ( Voucher )
Propagate the paymentMethodBrand
Update the translation
https://github.com/rbilabs/intl-driver-app/pull/286