ilsanto29/paypal-sdk

Paypal SDK api rest connection

1.0.3 2024-03-05 13:43 UTC

This package is auto-updated.

Last update: 2024-04-05 13:57:30 UTC


README

github project: https://github.com/ilsanto29/paypal-sdk

This library contains implementation with Paypal rest API v2.

0.0.1 (2025-01-25)

Aggiunto (Added)

FAQ

This library need a config INI file with 2 session: production and developmet. For development write your .htaccess with global variable

SetEnv APPLICATION_ENV development

Examples

[production]

baseUrl = https://api-m.paypal.com
clientId =
clientSecret =


[development]
baseUrl = https://api-m.sandbox.paypal.com
clientId = 
clientSecret =