PayPal Buttons
Add-On
PayPal payment integration for checkout, subscriptions, and payouts.
Status
Planned
Supported Version
TBD
Licensing
Commercial
Usage Example
Here's how you'll use PayPal Buttons with Oorian once the extension is available:
Java
// Create and configure PayPal Buttons component
PayPalButtons component = new PayPalButtons();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, PayPalButtonsEvent.class);
// Add to your page
container.addElement(component);Note: This is a preview of the expected API. The actual implementation may vary slightly when released.