feat: Region PaymentProvider link (#6577)
**What** - Introduce link between Region and PaymentProvider - Introduce API endpoint `GET /store/regions/:id/payment-providers` for retrieving providers by region - Add tests for both
This commit is contained in:
@@ -20,6 +20,12 @@ export const LINKS = {
|
||||
Modules.PAYMENT,
|
||||
"payment_collection_id"
|
||||
),
|
||||
RegionPaymentProvider: composeLinkName(
|
||||
Modules.REGION,
|
||||
"region_id",
|
||||
Modules.PAYMENT,
|
||||
"payment_provider_id"
|
||||
),
|
||||
CartPromotion: composeLinkName(
|
||||
Modules.CART,
|
||||
"cart_id",
|
||||
|
||||
Reference in New Issue
Block a user