We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 905707c + d14f5c0 commit a517defCopy full SHA for a517def
1 file changed
examples/acp-base/skip-evaluation/buyer.ts
@@ -20,7 +20,7 @@ async function buyer() {
20
WHITELISTED_WALLET_PRIVATE_KEY,
21
BUYER_ENTITY_ID,
22
BUYER_AGENT_WALLET_ADDRESS,
23
- baseAcpX402ConfigV2,
+ baseAcpX402ConfigV2, // route to x402 for payment, undefined defaulted back to direct transfer
24
),
25
onNewTask: async (job: AcpJob, memoToSign?: AcpMemo) => {
26
if (
0 commit comments