Skip to content

Commit

Permalink
feat(payment): disable deprecated receipts cleeng (jwplayer#458)
Browse files Browse the repository at this point in the history
  • Loading branch information
royschut authored Mar 18, 2024
1 parent d7db57a commit d37905d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default class CleengAccountService extends AccountService {
canExportAccountData: false,
canDeleteAccount: false,
canUpdatePaymentMethod: true,
canShowReceipts: true,
canShowReceipts: false,
hasSocialURLs: false,
hasNotifications: false,
// The 'externalData' attribute of Cleeng can contain max 4000 characters
Expand Down

0 comments on commit d37905d

Please sign in to comment.