You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using PaymentIntents method to update the card, but it always through error card number is required.
I am using node.js for same api it working perfectly .
This is the method i am using /** * @inheritdoc * * @return \Omnipay\Stripe\Message\PaymentIntents\UpdatePaymentMethodRequest */ public function updateCard(array $parameters = array()) { return $this->createRequest('\Omnipay\Stripe\Message\PaymentIntents\UpdatePaymentMethodRequest', $parameters); }
Can anyone help me out ?
The text was updated successfully, but these errors were encountered:
I am using PaymentIntents method to update the card, but it always through error card number is required.
I am using node.js for same api it working perfectly .
This is the method i am using
/** * @inheritdoc * * @return \Omnipay\Stripe\Message\PaymentIntents\UpdatePaymentMethodRequest */ public function updateCard(array $parameters = array()) { return $this->createRequest('\Omnipay\Stripe\Message\PaymentIntents\UpdatePaymentMethodRequest', $parameters); }
Can anyone help me out ?
The text was updated successfully, but these errors were encountered: