Comment to 'Hard coded payment options in Stripe'
  • $aSession variable contains the array and therefore, the former hardcoded array in class 'BxPaymentProviderStripeV3.php' has now to be substituted by the new variable, am I right?

    • Now, that I set BxPaymentProviderStripeV3.php back to its original version, everything works like a charm! It's really magic. πŸ™Œ
      When does the lesson "Extending the module with putting data into the array by using Studio settings" start? ο»ΏπŸ˜‰ο»Ώ

      Hello. If you just want to control items of 'payment_method_types' parameter view Settings then it wouldn't be a problem. I mean to have a Dropdown with Card, Sofort and Sepa Debit choices.

      • How about a comma-separated list of arguments to fill the array with, individually? Of corse, the user will be responsible to configure his payment methods in Stripe accordingly.

        • Yes, it can be done this way. In this case you may use standard Text field. It's even more easier.