virto-network / open-runtime-module-library

Substrate Open Runtime Module Library
Apache License 2.0
0 stars 1 forks source link

Third-party initiated payment request #15

Open olanod opened 2 years ago

olanod commented 2 years ago

Payment requests are currently initiated by the receiver of the payment but in some cases a third-party, like Virto's marketplaces, could be the initiator of the request. This means we should add an extra receiver argument to the request_payment extrinsic since the origin won't always be the receiver.