kDebugPCIMessage top-level constant

String const kDebugPCIMessage

Implementation

const String kDebugPCIMessage =
    'Handling card data manually will break PCI compliance provided by Stripe. '
    'Please make sure you understand the severe consecuences of it. '
    'https://stripe.com/docs/security/guide#validating-pci-compliance. \n'
    'To handle PCI compliance yourself and allow to edit card data programatically,'
    'set `dangerouslyGetFullCardDetails: true`';