Skip to content
Snippets Groups Projects
  • Ravi Gohil's avatar
    5bd42184
    [IMP] payment_payumoney, payment_stripe: set private fields accessible to employees only · 5bd42184
    Ravi Gohil authored
    In 8.0 private fields have been recently set as visible only to employees
    at commit b2265108.
    
    However between v9 and v10 two new payment acquirers have been implemented
    payumoney and stripe. Those addons now have their credential set as private.
    
    Methods using the acquirers have been sudoed accordingly to avoid access
    issues when rendering the buttons. Other payment modules will be updated when
    the forward port from 8 to 9 and pre-10-master will be done.
    5bd42184
    History
    [IMP] payment_payumoney, payment_stripe: set private fields accessible to employees only
    Ravi Gohil authored
    In 8.0 private fields have been recently set as visible only to employees
    at commit b2265108.
    
    However between v9 and v10 two new payment acquirers have been implemented
    payumoney and stripe. Those addons now have their credential set as private.
    
    Methods using the acquirers have been sudoed accordingly to avoid access
    issues when rendering the buttons. Other payment modules will be updated when
    the forward port from 8 to 9 and pre-10-master will be done.
main.py 4.36 KiB