You are here

public function PayPalStandard::getApiContext in PayPal for Payment 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/Payment/Method/PayPalStandard.php \Drupal\paypal_payment\Plugin\Payment\Method\PayPalStandard::getApiContext()

Parameters

string $type:

Return value

\PayPal\Rest\ApiContext

Overrides PayPalBasic::getApiContext

File

src/Plugin/Payment/Method/PayPalStandard.php, line 38

Class

PayPalStandard
PayPal Standard payment method.

Namespace

Drupal\paypal_payment\Plugin\Payment\Method

Code

public function getApiContext($type) : ApiContext {

  // TODO: Implement getApiContext() method.
}