Skip to content

Commit 14cc3b7

Browse files
committed
🔀 Merge branch 'dev/PCP-4891-agentic-commerce'
2 parents fa608ec + e70e7e9 commit 14cc3b7

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

‎modules/ppcp-store-sync/src/Response/NewCartResponse.php‎

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,6 @@ public function to_array(): array {
5151
'token' => $this->token,
5252
);
5353

54-
// Add sandbox approval URL for testing.
55-
// In production, PayPal Commerce Platform handles approval automatically.
56-
$data['_testing'] = array(
57-
'sandbox_approval_url' => 'https://www.sandbox.paypal.com/checkoutnow?token=' . $this->token,
58-
'instructions' => 'For sandbox testing: Open this URL in browser, login as buyer, and approve payment before checkout.',
59-
);
60-
6154
return $data;
6255
}
6356
}

0 commit comments

Comments
 (0)