Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Commit 26f89f9

Browse files
committed
mollie: link to documentation of identifiers
1 parent 0827dca commit 26f89f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/mollie

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sub backend_call($hash) {
2323
}
2424

2525
sub command($self, $cart, $command, @) {
26-
# currently 10 characters after the underscore, but it's not documented.
26+
# https://docs.mollie.com/reference/common-data-types#identifiers
2727
my ($id) = $command =~ /^(tr_[A-Za-z0-9]{10,32})$/ or return NEXT;
2828

2929
my $result = eval { backend_call { id => $id } };

0 commit comments

Comments
 (0)