Public Member Functions | |
| isConfigured () | |
| mode () | |
| configHint () | |
| createOrder (array $order, string $returnUrl, string $cancelUrl) | |
| capture (string $paypalOrderId) | |
| validateCapture (array $capture, array $order, string $paypalOrderId) | |
| Verifiziert die serverseitige Capture-Antwort gegen die lokale Bestellung. | |
| approvalUrl (array $paypalOrder) | |
| testConnection () | |
Definition at line 4 of file dbxShopPayPal.class.php.
| dbx\dbxShop\dbxShopPayPal::approvalUrl | ( | array | $paypalOrder | ) |
Definition at line 227 of file dbxShopPayPal.class.php.
References foreach.
| dbx\dbxShop\dbxShopPayPal::capture | ( | string | $paypalOrderId | ) |
Definition at line 166 of file dbxShopPayPal.class.php.
References $token.
| dbx\dbxShop\dbxShopPayPal::configHint | ( | ) |
Definition at line 45 of file dbxShopPayPal.class.php.
| dbx\dbxShop\dbxShopPayPal::createOrder | ( | array | $order, |
| string | $returnUrl, | ||
| string | $cancelUrl ) |
Definition at line 127 of file dbxShopPayPal.class.php.
| dbx\dbxShop\dbxShopPayPal::isConfigured | ( | ) |
Definition at line 33 of file dbxShopPayPal.class.php.
References $cfg.
Referenced by testConnection().
| dbx\dbxShop\dbxShopPayPal::mode | ( | ) |
Definition at line 40 of file dbxShopPayPal.class.php.
References $cfg.
| dbx\dbxShop\dbxShopPayPal::testConnection | ( | ) |
Definition at line 236 of file dbxShopPayPal.class.php.
References if, isConfigured(), and mode.
| dbx\dbxShop\dbxShopPayPal::validateCapture | ( | array | $capture, |
| array | $order, | ||
| string | $paypalOrderId ) |
Verifiziert die serverseitige Capture-Antwort gegen die lokale Bestellung.
Ein erfolgreicher HTTP-Status allein ist kein Zahlungsnachweis: Referenz, Bestellnummer, Capture-Status, Betrag und Waehrung muessen uebereinstimmen.
Definition at line 182 of file dbxShopPayPal.class.php.