public function HostedFieldsInterface::findPaymentMethodNonce in Commerce Braintree 8
Finds a payment method nonce.
Used by the review checkout pane.
Return value
/Braintree/PaymentMethodNonce The PaymentMethodNonce response object.
1 method overrides HostedFieldsInterface::findPaymentMethodNonce()
- HostedFields::findPaymentMethodNonce in src/
Plugin/ Commerce/ PaymentGateway/ HostedFields.php - Finds a payment method nonce.
File
- src/
Plugin/ Commerce/ PaymentGateway/ HostedFieldsInterface.php, line 32
Class
- HostedFieldsInterface
- Provides the interface for the HostedFields payment gateway.
Namespace
Drupal\commerce_braintree\Plugin\Commerce\PaymentGatewayCode
public function findPaymentMethodNonce($payment_method_nonce);