|
dbxapp 4.5.3
Technische API-Referenz der dbxapp-Plattform
|
Integriert PayPal in den geschützten Checkout-Ablauf. Mehr ...
Öffentliche Methoden | |
| is_configured () | |
| mode () | |
| config_hint () | |
| create_order (array $order, string $return_url, string $cancel_url) | |
| capture (string $paypal_order_id) | |
| validate_capture (array $capture, array $order, string $paypal_order_id) | |
| Verifiziert die serverseitige Capture-Antwort gegen die lokale Bestellung. | |
| approval_url (array $paypal_order) | |
| test_connection () | |
Integriert PayPal in den geschützten Checkout-Ablauf.
| dbx\dbxShop\dbxShopPayPal::approval_url | ( | array | $paypal_order | ) |
Benutzt foreach.
| dbx\dbxShop\dbxShopPayPal::capture | ( | string | $paypal_order_id | ) |
| dbx\dbxShop\dbxShopPayPal::config_hint | ( | ) |
| dbx\dbxShop\dbxShopPayPal::create_order | ( | array | $order, |
| string | $return_url, | ||
| string | $cancel_url ) |
Benutzt $cfg.
| dbx\dbxShop\dbxShopPayPal::is_configured | ( | ) |
Benutzt $cfg.
Wird benutzt von test_connection().
| dbx\dbxShop\dbxShopPayPal::mode | ( | ) |
Benutzt $cfg.
Wird benutzt von test_connection().
| dbx\dbxShop\dbxShopPayPal::test_connection | ( | ) |
Benutzt if, is_configured() und mode().
| dbx\dbxShop\dbxShopPayPal::validate_capture | ( | array | $capture, |
| array | $order, | ||
| string | $paypal_order_id ) |
Verifiziert die serverseitige Capture-Antwort gegen die lokale Bestellung.
Ein erfolgreicher HTTP-Status allein ist kein Zahlungsnachweis: Referenz, Bestellnummer, Capture-Status, Betrag und Währung müssen übereinstimmen.
Benutzt if.