Revision 563 (by ahitrov, 2016/04/12 12:53:34) Payment plugin contenido interface. Order finder and order actions

<% $json %>
<%once>

    use JSON::XS;

</%once>
<%args>

	$id	=> undef

</%args>
<%init>

    my %result;

    my $json = encode_json \%result;

</%init>