public function PayPalBasic::getPaymentExecutionResult in PayPal for Payment 2.0.x
Same name and namespace in other branches
- 8 src/Plugin/Payment/Method/PayPalBasic.php \Drupal\paypal_payment\Plugin\Payment\Method\PayPalBasic::getPaymentExecutionResult()
File
- src/
Plugin/ Payment/ Method/ PayPalBasic.php, line 72
Class
- PayPalBasic
- Abstract class for PayPal payment methods.
Namespace
Drupal\paypal_payment\Plugin\Payment\MethodCode
public function getPaymentExecutionResult() {
return new OperationResult($this->paymentExecutionResult);
}