Skip to content

Commit a517def

Browse files
authored
Merge pull request #134 from Virtual-Protocol/docs/yang-update-examples
2 parents 905707c + d14f5c0 commit a517def

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • examples/acp-base/skip-evaluation

examples/acp-base/skip-evaluation/buyer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async function buyer() {
2020
WHITELISTED_WALLET_PRIVATE_KEY,
2121
BUYER_ENTITY_ID,
2222
BUYER_AGENT_WALLET_ADDRESS,
23-
baseAcpX402ConfigV2,
23+
baseAcpX402ConfigV2, // route to x402 for payment, undefined defaulted back to direct transfer
2424
),
2525
onNewTask: async (job: AcpJob, memoToSign?: AcpMemo) => {
2626
if (

0 commit comments

Comments
 (0)