We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c75059 commit c11de88Copy full SHA for c11de88
1 file changed
src/libs/PaymentUtils.ts
@@ -239,7 +239,6 @@ function getActivePaymentType(paymentMethod: string | undefined, activeAdminPoli
239
break;
240
}
241
242
-
243
// Policy related to the context ie: Policy related to opened chat
244
const policyFromContext = activeAdminPolicies.find((activePolicy) => activePolicy.id === policyID);
245
0 commit comments