thephpleague / omnipay

A framework agnostic, multi-gateway payment processing library for PHP 5.6+
http://omnipay.thephpleague.com/
MIT License
5.91k stars 925 forks source link

Using PaymentIntents card is not updating. #663

Open Mayar-Airalo opened 2 years ago

Mayar-Airalo commented 2 years ago

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 `/**

Can anyone help me out ?