Feature/Notable Change | Impacted Services | Links |
---|---|---|
Introduced Broadleaf Store Credit module to support store credit payment |
CreditAccountServices, PaymentTransactionServices, CartOperationServices, MicroservicesGateways MicroservicesDemo |
broadleaf.store-credit.gateway.failure-reporting-threshold
Description: The threshold of failure before the service is considered down
Default value: 1
broadleaf.store-credit.gateway.supported-transaction-types
Description: The set of transaction types that this gateway supports
Default value: ["AUTHORIZE_AND_CAPTURE", "REFUND"]
broadleaf.store-credit.gateway.supported-features
Description: The set of features that this gateway supports
Default value: ["PARTIAL_CAPTURE", "PARTIAL_REFUND"]
broadleaf.store-credit.gateway.gateway-type
Description: The type of this gateway
Default value: BLC_STORE_CREDIT
broadleaf.store-credit.creditaccountprovider.url
Description: The base url for an external credit account service
broadleaf.store-credit.creditaccountprovider.debit-transaction-uri
Description: The default URI to execute a debit transactions for the provided account number
broadleaf.store-credit.creditaccountprovider.credit-transaction-uri
Description: The default URI to execute a credit transactions for the provided account number
broadleaf.store-credit.creditaccountprovider.service-client
Description: The service client to use when calling credit account services
Default value: storecreditclient
There are new permissions and scopes for some service OAuth2 clients. Permissions and scopes can be added via admin or sql script.
See AuthServices release notes for more details.