public function PayPalStandard::getApiContext in PayPal for Payment 2.0.x
Same name and namespace in other branches
- 8 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\MethodCode
public function getApiContext($type) : ApiContext {
// TODO: Implement getApiContext() method.
}