mirror of
https://github.com/valitydev/token-keeper.git
synced 2024-11-06 02:15:21 +00:00
ED-162: pass token_link as metadata
This commit is contained in:
parent
8500ffb9bd
commit
7c04c4b59b
@ -129,5 +129,7 @@ wrap_metadata(Metadata, MetadataNS) ->
|
|||||||
get_passthrough_claim_names() ->
|
get_passthrough_claim_names() ->
|
||||||
[
|
[
|
||||||
%% token consumer
|
%% token consumer
|
||||||
<<"cons">>
|
<<"cons">>,
|
||||||
|
%% Данные для привязки платежных токенов создаваемых в createPaymentResource
|
||||||
|
<<"token_link">>
|
||||||
].
|
].
|
||||||
|
Loading…
Reference in New Issue
Block a user