13 lines
332 B
YAML
13 lines
332 B
YAML
name: paypal-checkout-orders-openapi-agent
|
|
version: '2.32'
|
|
entrypoint: agent:PaypalCheckoutOrdersOpenapiAgent
|
|
description: Merchant checkout and order-management API for PayPal commerce flows.
|
|
runtime:
|
|
resources:
|
|
cpu: 200m
|
|
memory: 512Mi
|
|
egress:
|
|
allow_hosts:
|
|
- api-m.paypal.com
|
|
deny_internet_by_default: true
|