• Resolved Hans

    (@ganzsz)


    Hi,

    I tried using use_mollie, in the same way one would use the ‘use_stripe’ property. But I noticed that this porperty is not in the eme_init_event_props() function, is this possible? I would like to use my mollie payment provider with this great plugin

    Regards,
    Hans

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Franky

    (@liedekef)

    use_mollie was older than the use_stripe property, and it still has its own column, so it is directly evailable from the $event array. In other words, EMEFS::field(‘use_mollie’,’binary’) should work.

    Thread Starter Hans

    (@ganzsz)

    Thanks, the only problem I have now is that in EMEFS::field the $type argument gets overwritten by the switch on the $field argument.

    
    default:
    $type = 'text';
    

    So now it defaults to a text input instead of using the binary type

    Plugin Author Franky

    (@liedekef)

    Indeed … that shouldn’t be the case, since the default is text in the function argument list already if not provided. So can you remove these 2 lines and try again?

    Thread Starter Hans

    (@ganzsz)

    Did that already, fixed it. It is just that I wanted to notify you so we don’t have to manually change this if the plugin updates.

    Plugin Author Franky

    (@liedekef)

    This change will be in the next version:
    https://plugins.trac.www.ads-software.com/changeset/2402462/

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘use mollie property’ is closed to new replies.