Create api to create and update service change setting

This commit is contained in:
ahmedsophyudden
2022-02-27 12:51:21 +08:00
parent 592024d462
commit dd0b142238
2 changed files with 6 additions and 0 deletions
@@ -10,4 +10,6 @@ final class BusinessType {
public const CURRENCY_VENDOR = 3;
public const TRANSFER_AGENT = 4;
}
@@ -20,4 +20,8 @@ class SegmentConstants
public const CUSTOM_SERVICE_TYPE = 'CUSTOM_SERVICE_TYPE';
public const SERVICE_CHARGE = 'SERVICE_CHARGE';
public const TRANSFER_FEE = 'TRANSFER_FEE';
}