|
dbxapp 4.5.3
Technische API-Referenz der dbxapp-Plattform
|
Integriert Amazon Pay in den geschützten Checkout-Ablauf. Mehr ...
Öffentliche Methoden | |
| is_configured () | |
| mode () | |
| region_code () | |
| create_checkout_session (array $order, string $return_url, string $cancel_url) | |
| complete_checkout_session (string $checkout_session_id, array $order) | |
| validate_completion (array $result, array $order, string $checkout_session_id) | |
| Verifiziert eine serverseitige Amazon-Pay-Antwort und normalisiert ausschließlich dokumentierte Erfolgszustände. | |
| redirect_url (array $checkout_session) | |
| test_connection () | |
Integriert Amazon Pay in den geschützten Checkout-Ablauf.
| dbx\dbxShop\dbxShopAmazonPay::complete_checkout_session | ( | string | $checkout_session_id, |
| array | $order ) |
| dbx\dbxShop\dbxShopAmazonPay::create_checkout_session | ( | array | $order, |
| string | $return_url, | ||
| string | $cancel_url ) |
Benutzt $cfg.
| dbx\dbxShop\dbxShopAmazonPay::is_configured | ( | ) |
Benutzt $cfg.
Wird benutzt von test_connection().
| dbx\dbxShop\dbxShopAmazonPay::mode | ( | ) |
Wird benutzt von test_connection().
| dbx\dbxShop\dbxShopAmazonPay::redirect_url | ( | array | $checkout_session | ) |
Benutzt $details.
| dbx\dbxShop\dbxShopAmazonPay::region_code | ( | ) |
Wird benutzt von test_connection().
| dbx\dbxShop\dbxShopAmazonPay::test_connection | ( | ) |
Benutzt if, is_configured(), mode() und region_code().
| dbx\dbxShop\dbxShopAmazonPay::validate_completion | ( | array | $result, |
| array | $order, | ||
| string | $checkout_session_id ) |
Verifiziert eine serverseitige Amazon-Pay-Antwort und normalisiert ausschließlich dokumentierte Erfolgszustände.
Benutzt $result.